pub struct LunHbaAssociation {
pub canonical_name: String,
pub hba: Vec<Box<dyn HostHostBusAdapterTrait>>,
}Expand description
This data object represents the lun, HBA association for synchronous replication.
This structure may be used only with operations rendered under /sms.
Fields§
§canonical_name: String§hba: Vec<Box<dyn HostHostBusAdapterTrait>>Trait Implementations§
Source§impl Debug for LunHbaAssociation
impl Debug for LunHbaAssociation
Source§impl Deserialize for LunHbaAssociation
impl Deserialize for LunHbaAssociation
Source§impl VimObjectTrait for LunHbaAssociation
impl VimObjectTrait for LunHbaAssociation
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for LunHbaAssociation
Auto Trait Implementations§
impl Freeze for LunHbaAssociation
impl !RefUnwindSafe for LunHbaAssociation
impl Send for LunHbaAssociation
impl Sync for LunHbaAssociation
impl Unpin for LunHbaAssociation
impl UnsafeUnpin for LunHbaAssociation
impl !UnwindSafe for LunHbaAssociation
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