Class CfnEIPProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEIPProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEIPProps
CfnEIPProps
-
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.ec2.CfnEIPProps
CfnEIPProps.Builder, CfnEIPProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnEIPProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEIPProps.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
An Elastic IP address or a carrier IP address in a Wavelength Zone.final String
The network (vpc
).final String
The ID of the instance.final String
The ID of an IPAM pool which has an Amazon-provided or BYOIP public IPv4 CIDR provisioned to it.final String
A unique set of Availability Zones, Local Zones, or Wavelength Zones from which AWS advertises IP addresses.final String
The ID of an address pool that you own.getTags()
Any tags assigned to the Elastic IP address.final String
The Elastic IP address you are accepting for transfer.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 theCfnEIPProps.Builder
.
-
-
Method Details
-
getAddress
Description copied from interface:CfnEIPProps
An Elastic IP address or a carrier IP address in a Wavelength Zone.- Specified by:
getAddress
in interfaceCfnEIPProps
- See Also:
-
getDomain
Description copied from interface:CfnEIPProps
The network (vpc
).If you define an Elastic IP address and associate it with a VPC that is defined in the same template, you must declare a dependency on the VPC-gateway attachment by using the DependsOn Attribute on this resource.
- Specified by:
getDomain
in interfaceCfnEIPProps
- See Also:
-
getInstanceId
Description copied from interface:CfnEIPProps
The ID of the instance.Updates to the
InstanceId
property may require some interruptions . Updates on an EIP reassociates the address on its associated resource.- Specified by:
getInstanceId
in interfaceCfnEIPProps
- See Also:
-
getIpamPoolId
Description copied from interface:CfnEIPProps
The ID of an IPAM pool which has an Amazon-provided or BYOIP public IPv4 CIDR provisioned to it.For more information, see Allocate sequential Elastic IP addresses from an IPAM pool in the Amazon VPC IPAM User Guide .
- Specified by:
getIpamPoolId
in interfaceCfnEIPProps
- See Also:
-
getNetworkBorderGroup
Description copied from interface:CfnEIPProps
A unique set of Availability Zones, Local Zones, or Wavelength Zones from which AWS advertises IP addresses.Use this parameter to limit the IP address to this location. IP addresses cannot move between network border groups.
Use DescribeAvailabilityZones to view the network border groups.
- Specified by:
getNetworkBorderGroup
in interfaceCfnEIPProps
- See Also:
-
getPublicIpv4Pool
Description copied from interface:CfnEIPProps
The ID of an address pool that you own.Use this parameter to let Amazon EC2 select an address from the address pool.
Updates to the
PublicIpv4Pool
property may require some interruptions . Updates on an EIP reassociates the address on its associated resource.- Specified by:
getPublicIpv4Pool
in interfaceCfnEIPProps
- See Also:
-
getTags
Description copied from interface:CfnEIPProps
Any tags assigned to the Elastic IP address.Updates to the
Tags
property may require some interruptions . Updates on an EIP reassociates the address on its associated resource.- Specified by:
getTags
in interfaceCfnEIPProps
- See Also:
-
getTransferAddress
Description copied from interface:CfnEIPProps
The Elastic IP address you are accepting for transfer.You can only accept one transferred address. For more information on Elastic IP address transfers, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide .
- Specified by:
getTransferAddress
in interfaceCfnEIPProps
- 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()
-