pub struct KmipClusterInfoWrappingKeyIdKeyInfo {
pub key_id: String,
pub configured_time: String,
}Expand description
Wrapping key ID key information.
Since: vSphere API Release 9.0.0.0
§How to access
CryptoManagerKmip::kmip_servers.key_info?→KmipClusterInfoWrappingKeyIdKeyInfoCryptoManagerKmip::list_kmip_servers().key_info?→KmipClusterInfoWrappingKeyIdKeyInfoCryptoManagerKmip::list_kms_clusters().key_info?→KmipClusterInfoWrappingKeyIdKeyInfoCryptoManagerKmip::retrieve_kmip_servers_status_task(clusters).key_info?→KmipClusterInfoWrappingKeyIdKeyInfo
Fields§
§key_id: StringWrapping key identifier.
configured_time: StringThe time when KmipClusterInfoWrappingKeyIdKeyInfo.keyId was set as the wrapping key ID.
Trait Implementations§
Source§impl VimObjectTrait for KmipClusterInfoWrappingKeyIdKeyInfo
impl VimObjectTrait for KmipClusterInfoWrappingKeyIdKeyInfo
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for KmipClusterInfoWrappingKeyIdKeyInfo
impl KmipClusterInfoKeyInfoTrait for KmipClusterInfoWrappingKeyIdKeyInfo
Auto Trait Implementations§
impl Freeze for KmipClusterInfoWrappingKeyIdKeyInfo
impl RefUnwindSafe for KmipClusterInfoWrappingKeyIdKeyInfo
impl Send for KmipClusterInfoWrappingKeyIdKeyInfo
impl Sync for KmipClusterInfoWrappingKeyIdKeyInfo
impl Unpin for KmipClusterInfoWrappingKeyIdKeyInfo
impl UnsafeUnpin for KmipClusterInfoWrappingKeyIdKeyInfo
impl UnwindSafe for KmipClusterInfoWrappingKeyIdKeyInfo
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