Struct aws_sdk_backupgateway::operation::test_hypervisor_configuration::TestHypervisorConfigurationInput
source · #[non_exhaustive]pub struct TestHypervisorConfigurationInput {
pub gateway_arn: Option<String>,
pub host: Option<String>,
pub username: Option<String>,
pub password: Option<String>,
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.gateway_arn: Option<String>
The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.
host: Option<String>
The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
username: Option<String>
The username for the hypervisor.
password: Option<String>
The password for the hypervisor.
Implementations§
source§impl TestHypervisorConfigurationInput
impl TestHypervisorConfigurationInput
source§impl TestHypervisorConfigurationInput
impl TestHypervisorConfigurationInput
sourcepub fn builder() -> TestHypervisorConfigurationInputBuilder
pub fn builder() -> TestHypervisorConfigurationInputBuilder
Creates a new builder-style object to manufacture TestHypervisorConfigurationInput
.
Trait Implementations§
source§impl Clone for TestHypervisorConfigurationInput
impl Clone for TestHypervisorConfigurationInput
source§fn clone(&self) -> TestHypervisorConfigurationInput
fn clone(&self) -> TestHypervisorConfigurationInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq for TestHypervisorConfigurationInput
impl PartialEq for TestHypervisorConfigurationInput
source§fn eq(&self, other: &TestHypervisorConfigurationInput) -> bool
fn eq(&self, other: &TestHypervisorConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TestHypervisorConfigurationInput
Auto Trait Implementations§
impl RefUnwindSafe for TestHypervisorConfigurationInput
impl Send for TestHypervisorConfigurationInput
impl Sync for TestHypervisorConfigurationInput
impl Unpin for TestHypervisorConfigurationInput
impl UnwindSafe for TestHypervisorConfigurationInput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.