Class CfnLocationFSxONTAPPropsMixin.ProtocolProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.datasync.CfnLocationFSxONTAPPropsMixin.ProtocolProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLocationFSxONTAPPropsMixin.ProtocolProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLocationFSxONTAPPropsMixin.ProtocolProperty
@Stability(Stable)
@Internal
public static final class CfnLocationFSxONTAPPropsMixin.ProtocolProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLocationFSxONTAPPropsMixin.ProtocolProperty
An implementation for
CfnLocationFSxONTAPPropsMixin.ProtocolProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.datasync.CfnLocationFSxONTAPPropsMixin.ProtocolProperty
CfnLocationFSxONTAPPropsMixin.ProtocolProperty.Builder, CfnLocationFSxONTAPPropsMixin.ProtocolProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLocationFSxONTAPPropsMixin.ProtocolProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectgetNfs()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 ObjectgetSmb()Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.final inthashCode()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 theCfnLocationFSxONTAPPropsMixin.ProtocolProperty.Builder.
-
-
Method Details
-
getNfs
Description copied from interface:CfnLocationFSxONTAPPropsMixin.ProtocolPropertySpecifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for ONTAP file system's storage virtual machine (SVM).Returns union: either
IResolvableorCfnLocationFSxONTAPPropsMixin.NFSProperty- Specified by:
getNfsin interfaceCfnLocationFSxONTAPPropsMixin.ProtocolProperty- See Also:
-
getSmb
Description copied from interface:CfnLocationFSxONTAPPropsMixin.ProtocolPropertySpecifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.Returns union: either
IResolvableorCfnLocationFSxONTAPPropsMixin.SMBProperty- Specified by:
getSmbin interfaceCfnLocationFSxONTAPPropsMixin.ProtocolProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-