Class CfnEIPProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnEIPProps.Jsii$Proxy
All Implemented Interfaces:
CfnEIPProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnEIPProps

@Stability(Stable) @Internal public static final class CfnEIPProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEIPProps
An implementation for 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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnEIPProps.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 String
    The network ( vpc ).
    final String
    The ID of the instance.
    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.
    final List<CfnTag>
    Any tags assigned to the Elastic IP address.
    final String
    The Elastic IP address you are accepting for transfer.
    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(CfnEIPProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnEIPProps.Builder.
  • Method Details

    • getDomain

      public final String 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 interface CfnEIPProps
    • getInstanceId

      public final String 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 interface CfnEIPProps
    • getNetworkBorderGroup

      public final String 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.

      You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 Classic, you receive an InvalidParameterCombination error.

      Specified by:
      getNetworkBorderGroup in interface CfnEIPProps
    • getPublicIpv4Pool

      public final String 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 interface CfnEIPProps
    • getTags

      public final List<CfnTag> 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 interface CfnEIPProps
    • getTransferAddress

      public final String 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 interface CfnEIPProps
    • $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