pub struct HostSerialAttachedHba {
pub host_host_bus_adapter_: HostHostBusAdapter,
pub node_world_wide_name: String,
}Expand description
The data object type describes the Serial Attached Scsi(SAS) interface.
§How to access
HostSystem::config.storage_device?.host_bus_adapter?[*]→HostSerialAttachedHbaHostStorageSystem::storage_device_info.host_bus_adapter?[*]→HostSerialAttachedHbaHostProfileManager::apply_host_config_task(config_spec).storage_device?.host_bus_adapter?[*]→HostSerialAttachedHbaHostProfileManager::generate_config_task_list(config_spec).storage_device?.host_bus_adapter?[*]→HostSerialAttachedHbaHostProfileManager::generate_host_profile_task_list_task(config_spec).storage_device?.host_bus_adapter?[*]→HostSerialAttachedHbaHostProfile::execute_host_profile().config_spec?.storage_device?.host_bus_adapter?[*]→HostSerialAttachedHbaHostProfileManager::generate_config_task_list().config_spec?.storage_device?.host_bus_adapter?[*]→HostSerialAttachedHba
Fields§
§host_host_bus_adapter_: HostHostBusAdapter§node_world_wide_name: StringThe world wide node name for the adapter.
Trait Implementations§
Source§impl Debug for HostSerialAttachedHba
impl Debug for HostSerialAttachedHba
Source§impl Deref for HostSerialAttachedHba
impl Deref for HostSerialAttachedHba
Source§impl DerefMut for HostSerialAttachedHba
impl DerefMut for HostSerialAttachedHba
Source§impl Deserialize for HostSerialAttachedHba
impl Deserialize for HostSerialAttachedHba
Source§impl HostHostBusAdapterTrait for HostSerialAttachedHba
impl HostHostBusAdapterTrait for HostSerialAttachedHba
Source§fn get_host_host_bus_adapter(&self) -> &HostHostBusAdapter
fn get_host_host_bus_adapter(&self) -> &HostHostBusAdapter
Get a reference to the HostHostBusAdapter parent struct
Source§fn get_host_host_bus_adapter_mut(&mut self) -> &mut HostHostBusAdapter
fn get_host_host_bus_adapter_mut(&mut self) -> &mut HostHostBusAdapter
Get a mutable reference to the HostHostBusAdapter parent struct
Source§impl VimObjectTrait for HostSerialAttachedHba
impl VimObjectTrait for HostSerialAttachedHba
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for HostSerialAttachedHba
Auto Trait Implementations§
impl Freeze for HostSerialAttachedHba
impl RefUnwindSafe for HostSerialAttachedHba
impl Send for HostSerialAttachedHba
impl Sync for HostSerialAttachedHba
impl Unpin for HostSerialAttachedHba
impl UnsafeUnpin for HostSerialAttachedHba
impl UnwindSafe for HostSerialAttachedHba
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more