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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnStorageSystemProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final List<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.
    final String
    Specifies the ARN of the Amazon CloudWatch log group for monitoring and logging discovery job events.
    final String
    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.
    final List<CfnTag>
    Specifies labels that help you categorize, filter, and search for your AWS resources.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnStorageSystemProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnStorageSystemProps.Builder.
  • Method Details

    • getAgentArns

      public final List<String> 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.
      Specified by:
      getAgentArns in interface CfnStorageSystemProps
    • getServerConfiguration

      public final Object 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 interface CfnStorageSystemProps
    • getSystemType

      public final String 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 interface CfnStorageSystemProps
    • getCloudWatchLogGroupArn

      public final String 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 interface CfnStorageSystemProps
    • getName

      public final String getName()
      Description copied from interface: CfnStorageSystemProps
      Specifies a familiar name for your on-premises storage system.
      Specified by:
      getName in interface CfnStorageSystemProps
    • getServerCredentials

      public final Object 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 interface CfnStorageSystemProps
    • getTags

      public final List<CfnTag> 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 interface CfnStorageSystemProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object