#[non_exhaustive]pub struct AddStorageSystemInput { /* private fields */ }
Implementations§
source§impl AddStorageSystemInput
impl AddStorageSystemInput
sourcepub fn server_configuration(&self) -> Option<&DiscoveryServerConfiguration>
pub fn server_configuration(&self) -> Option<&DiscoveryServerConfiguration>
Specifies the server name and network port required to connect with the management interface of your on-premises storage system.
sourcepub fn system_type(&self) -> Option<&DiscoverySystemType>
pub fn system_type(&self) -> Option<&DiscoverySystemType>
Specifies the type of on-premises storage system that you want DataSync Discovery to collect information about.
DataSync Discovery currently supports NetApp Fabric-Attached Storage (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.
sourcepub fn agent_arns(&self) -> Option<&[String]>
pub fn agent_arns(&self) -> Option<&[String]>
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads from your on-premises storage system's management interface.
sourcepub fn cloud_watch_log_group_arn(&self) -> Option<&str>
pub fn cloud_watch_log_group_arn(&self) -> Option<&str>
Specifies the ARN of the Amazon CloudWatch log group for monitoring and logging discovery job events.
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your on-premises storage system.
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
Specifies a familiar name for your on-premises storage system.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Specifies a client token to make sure requests with this API operation are idempotent. If you don't specify a client token, DataSync generates one for you automatically.
sourcepub fn credentials(&self) -> Option<&Credentials>
pub fn credentials(&self) -> Option<&Credentials>
Specifies the user name and password for accessing your on-premises storage system's management interface.
source§impl AddStorageSystemInput
impl AddStorageSystemInput
sourcepub fn builder() -> AddStorageSystemInputBuilder
pub fn builder() -> AddStorageSystemInputBuilder
Creates a new builder-style object to manufacture AddStorageSystemInput
.
source§impl AddStorageSystemInput
impl AddStorageSystemInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<AddStorageSystem, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( self, _config: &Config ) -> Result<Operation<AddStorageSystem, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AddStorageSystem
>
Trait Implementations§
source§impl Clone for AddStorageSystemInput
impl Clone for AddStorageSystemInput
source§fn clone(&self) -> AddStorageSystemInput
fn clone(&self) -> AddStorageSystemInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AddStorageSystemInput
impl Debug for AddStorageSystemInput
source§impl PartialEq<AddStorageSystemInput> for AddStorageSystemInput
impl PartialEq<AddStorageSystemInput> for AddStorageSystemInput
source§fn eq(&self, other: &AddStorageSystemInput) -> bool
fn eq(&self, other: &AddStorageSystemInput) -> bool
self
and other
values to be equal, and is used
by ==
.