pub struct CryptoSpec {}Expand description
This data object type encapsulates virtual machine or disk encryption settings.
§How to access
StoragePod::pod_storage_drs_entry.recommendation?[*].action?[*]→StoragePlacementAction.relocate_spec.crypto_spec?StoragePod::pod_storage_drs_entry.recommendation?[*].action?[*]→StorageMigrationAction.relocate_spec.crypto_spec?StoragePod::pod_storage_drs_entry.recommendation?[*].action?[*]→PlacementAction.relocate_spec?.crypto_spec?StoragePod::pod_storage_drs_entry.recommendation?[*].action?[*]→ClusterClusterInitialPlacementAction.config_spec?.crypto?StoragePod::pod_storage_drs_entry.action_history?[*].action→StoragePlacementAction.relocate_spec.crypto_spec?ClusterComputeResource::action_history.action→StoragePlacementAction.relocate_spec.crypto_spec?ClusterComputeResource::action_history.action→StorageMigrationAction.relocate_spec.crypto_spec?ClusterComputeResource::action_history.action→PlacementAction.relocate_spec?.crypto_spec?ClusterComputeResource::action_history.action→ClusterClusterInitialPlacementAction.config_spec?.crypto?ClusterComputeResource::recommendation.action?[*]→StoragePlacementAction.relocate_spec.crypto_spec?
(10 of 100 paths)
Trait Implementations§
Source§impl Debug for CryptoSpec
impl Debug for CryptoSpec
Source§impl Deserialize for CryptoSpec
impl Deserialize for CryptoSpec
Source§impl VimObjectTrait for CryptoSpec
impl VimObjectTrait for CryptoSpec
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl CryptoSpecTrait for CryptoSpec
impl DataObjectTrait for CryptoSpec
Auto Trait Implementations§
impl Freeze for CryptoSpec
impl RefUnwindSafe for CryptoSpec
impl Send for CryptoSpec
impl Sync for CryptoSpec
impl Unpin for CryptoSpec
impl UnsafeUnpin for CryptoSpec
impl UnwindSafe for CryptoSpec
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