Skip to main content

CryptoSpecTrait

Trait CryptoSpecTrait 

Source
pub trait CryptoSpecTrait: DataObjectTrait { }
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<From: VimObjectTrait + ?Sized + 'static> CastFrom<From> for dyn CryptoSpecTrait

Source§

fn from_ref<'a>(from: &'a From) -> Option<&'a Self>

Casts a reference to a trait object. If the cast fails, std::option::Option::None is returned.
Source§

fn from_box(from: Box<From>) -> Result<Box<Self>, Box<dyn Any + 'static>>

Casts a boxed trait object to another trait object. If the cast fails, the original boxed trait object is returned in std::result::Result::Err.
Source§

impl Deserialize for Box<dyn CryptoSpecTrait>

Source§

fn begin(out: &mut Option<Self>) -> &mut dyn Visitor

The only correct implementation of this method is: Read more

Implementors§