Class CfnStorageSystemProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datasync.CfnStorageSystemProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStorageSystemProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStorageSystemProps
@Stability(Stable)
@Internal
public static final class CfnStorageSystemProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStorageSystemProps
An implementation for
CfnStorageSystemProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.datasync.CfnStorageSystemProps
CfnStorageSystemProps.Builder, CfnStorageSystemProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnStorageSystemProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStorageSystemProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads from your on-premises storage system's management interface.final String
Specifies the ARN of the Amazon CloudWatch log group for monitoring and logging discovery job events.final String
getName()
Specifies a familiar name for your on-premises storage system.final Object
Specifies the server name and network port required to connect with the management interface of your on-premises storage system.final Object
Specifies the user name and password for accessing your on-premises storage system's management interface.final String
Specifies the type of on-premises storage system that you want DataSync Discovery to collect information about.getTags()
Specifies labels that help you categorize, filter, and search for your AWS resources.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnStorageSystemProps.Builder
.
-
-
Method Details
-
getAgentArns
Description copied from interface:CfnStorageSystemProps
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads from your on-premises storage system's management interface.You can only specify one ARN.
- Specified by:
getAgentArns
in interfaceCfnStorageSystemProps
- See Also:
-
getServerConfiguration
Description copied from interface:CfnStorageSystemProps
Specifies the server name and network port required to connect with the management interface of your on-premises storage system.- Specified by:
getServerConfiguration
in interfaceCfnStorageSystemProps
- See Also:
-
getSystemType
Description copied from interface:CfnStorageSystemProps
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.
- Specified by:
getSystemType
in interfaceCfnStorageSystemProps
- See Also:
-
getCloudWatchLogGroupArn
Description copied from interface:CfnStorageSystemProps
Specifies the ARN of the Amazon CloudWatch log group for monitoring and logging discovery job events.- Specified by:
getCloudWatchLogGroupArn
in interfaceCfnStorageSystemProps
- See Also:
-
getName
Description copied from interface:CfnStorageSystemProps
Specifies a familiar name for your on-premises storage system.- Specified by:
getName
in interfaceCfnStorageSystemProps
- See Also:
-
getServerCredentials
Description copied from interface:CfnStorageSystemProps
Specifies the user name and password for accessing your on-premises storage system's management interface.- Specified by:
getServerCredentials
in interfaceCfnStorageSystemProps
- See Also:
-
getTags
Description copied from interface:CfnStorageSystemProps
Specifies labels that help you categorize, filter, and search for your AWS resources.We recommend creating at least a name tag for your on-premises storage system.
- Specified by:
getTags
in interfaceCfnStorageSystemProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-