Class CfnLocationFSxONTAP.ProtocolProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datasync.CfnLocationFSxONTAP.ProtocolProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLocationFSxONTAP.ProtocolProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLocationFSxONTAP.ProtocolProperty
@Stability(Stable)
@Internal
public static final class CfnLocationFSxONTAP.ProtocolProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLocationFSxONTAP.ProtocolProperty
An implementation for
CfnLocationFSxONTAP.ProtocolProperty
-
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.CfnLocationFSxONTAP.ProtocolProperty
CfnLocationFSxONTAP.ProtocolProperty.Builder, CfnLocationFSxONTAP.ProtocolProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLocationFSxONTAP.ProtocolProperty.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
final Object
getNfs()
Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for ONTAP file system's storage virtual machine (SVM).final Object
getSmb()
Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.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 theCfnLocationFSxONTAP.ProtocolProperty.Builder
.
-
-
Method Details
-
getNfs
Description copied from interface:CfnLocationFSxONTAP.ProtocolProperty
Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for ONTAP file system's storage virtual machine (SVM).- Specified by:
getNfs
in interfaceCfnLocationFSxONTAP.ProtocolProperty
-
getSmb
Description copied from interface:CfnLocationFSxONTAP.ProtocolProperty
Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.- Specified by:
getSmb
in interfaceCfnLocationFSxONTAP.ProtocolProperty
-
$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()
-