Class CfnMountTargetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMountTargetProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMountTargetProps
CfnMountTargetProps
-
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.efs.CfnMountTargetProps
CfnMountTargetProps.Builder, CfnMountTargetProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnMountTargetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMountTargetProps.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 String
The ID of the file system for which to create the mount target.final String
If theIpAddressType
for the mount target is IPv4 (IPV4_ONLY
orDUAL_STACK
), then specify the IPv4 address to use.final String
The IP address type for the mount target.final String
If theIPAddressType
for the mount target is IPv6 (IPV6_ONLY
orDUAL_STACK
), then specify the IPv6 address to use.VPC security group IDs, of the formsg-xxxxxxxx
.final String
The ID of the subnet to add the mount target in.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 theCfnMountTargetProps.Builder
.
-
-
Method Details
-
getFileSystemId
Description copied from interface:CfnMountTargetProps
The ID of the file system for which to create the mount target.- Specified by:
getFileSystemId
in interfaceCfnMountTargetProps
- See Also:
-
getSecurityGroups
Description copied from interface:CfnMountTargetProps
VPC security group IDs, of the formsg-xxxxxxxx
.These must be for the same VPC as the subnet specified. The maximum number of security groups depends on account quota. For more information, see Amazon VPC Quotas in the Amazon VPC User Guide (see the Security Groups table). If you don't specify a security group, then Amazon EFS uses the default security group for the subnet's VPC.
- Specified by:
getSecurityGroups
in interfaceCfnMountTargetProps
- See Also:
-
getSubnetId
Description copied from interface:CfnMountTargetProps
The ID of the subnet to add the mount target in.For One Zone file systems, use the subnet that is associated with the file system's Availability Zone. The subnet type must be the same type as the
IpAddressType
.- Specified by:
getSubnetId
in interfaceCfnMountTargetProps
- See Also:
-
getIpAddress
Description copied from interface:CfnMountTargetProps
If theIpAddressType
for the mount target is IPv4 (IPV4_ONLY
orDUAL_STACK
), then specify the IPv4 address to use.If you do not specify an
IpAddress
, then Amazon EFS selects an unused IP address from the subnet specified forSubnetId
.- Specified by:
getIpAddress
in interfaceCfnMountTargetProps
- See Also:
-
getIpAddressType
Description copied from interface:CfnMountTargetProps
The IP address type for the mount target.The possible values are
IPV4_ONLY
(only IPv4 addresses),IPV6_ONLY
(only IPv6 addresses), andDUAL_STACK
(dual-stack, both IPv4 and IPv6 addresses). If you don’t specify anIpAddressType
, thenIPV4_ONLY
is used.The
IPAddressType
must match the IP type of the subnet. Additionally, theIPAddressType
parameter overrides the value set as the default IP address for the subnet in the VPC. For example, if theIPAddressType
isIPV4_ONLY
andAssignIpv6AddressOnCreation
istrue
, then IPv4 is used for the mount target. For more information, see Modify the IP addressing attributes of your subnet .- Specified by:
getIpAddressType
in interfaceCfnMountTargetProps
- See Also:
-
getIpv6Address
Description copied from interface:CfnMountTargetProps
If theIPAddressType
for the mount target is IPv6 (IPV6_ONLY
orDUAL_STACK
), then specify the IPv6 address to use.If you do not specify an
Ipv6Address
, then Amazon EFS selects an unused IP address from the subnet specified forSubnetId
.- Specified by:
getIpv6Address
in interfaceCfnMountTargetProps
- 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()
-