pub struct VslmInfrastructureObjectPolicy {
pub name: String,
pub backing_object_id: String,
pub profile_id: String,
pub error: Option<MethodFault>,
}Expand description
The data object type describes improved virtual disk infrastructure namespace storage policy details.
§How to access
HostVStorageObjectManager::host_retrieve_v_storage_infrastructure_object_policy()VcenterVStorageObjectManager::retrieve_v_storage_infrastructure_object_policy()VslmVStorageObjectManager::vslm_retrieve_v_storage_infrastructure_object_policy()
Fields§
§name: String§backing_object_id: String§profile_id: String§error: Option<MethodFault>Trait Implementations§
Source§impl VimObjectTrait for VslmInfrastructureObjectPolicy
impl VimObjectTrait for VslmInfrastructureObjectPolicy
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for VslmInfrastructureObjectPolicy
Auto Trait Implementations§
impl Freeze for VslmInfrastructureObjectPolicy
impl !RefUnwindSafe for VslmInfrastructureObjectPolicy
impl Send for VslmInfrastructureObjectPolicy
impl Sync for VslmInfrastructureObjectPolicy
impl Unpin for VslmInfrastructureObjectPolicy
impl UnsafeUnpin for VslmInfrastructureObjectPolicy
impl !UnwindSafe for VslmInfrastructureObjectPolicy
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