Struct aws_sdk_backupgateway::input::test_hypervisor_configuration_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for TestHypervisorConfigurationInput
Implementations
The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.
The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.
The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
The username for the hypervisor.
The password for the hypervisor.
Consumes the builder and constructs a TestHypervisorConfigurationInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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