Struct aws_sdk_backupgateway::model::VirtualMachine
source · [−]#[non_exhaustive]pub struct VirtualMachine {
pub host_name: Option<String>,
pub hypervisor_id: Option<String>,
pub name: Option<String>,
pub path: Option<String>,
pub resource_arn: Option<String>,
pub last_backup_date: Option<DateTime>,
}Expand description
A virtual machine that is on a hypervisor.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.host_name: Option<String>The host name of the virtual machine.
hypervisor_id: Option<String>The ID of the virtual machine's hypervisor.
name: Option<String>The name of the virtual machine.
path: Option<String>The path of the virtual machine.
resource_arn: Option<String>The Amazon Resource Name (ARN) of the virtual machine.
last_backup_date: Option<DateTime>The most recent date a virtual machine was backed up, in Unix format and UTC time.
Implementations
The ID of the virtual machine's hypervisor.
The Amazon Resource Name (ARN) of the virtual machine.
The most recent date a virtual machine was backed up, in Unix format and UTC time.
Creates a new builder-style object to manufacture VirtualMachine
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for VirtualMachine
impl Send for VirtualMachine
impl Sync for VirtualMachine
impl Unpin for VirtualMachine
impl UnwindSafe for VirtualMachine
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more