Class AcceleratorAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.globalaccelerator.AcceleratorAttributes.Jsii$Proxy
- All Implemented Interfaces:
AcceleratorAttributes
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AcceleratorAttributes
@Stability(Stable)
@Internal
public static final class AcceleratorAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AcceleratorAttributes
An implementation for
AcceleratorAttributes
-
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.globalaccelerator.AcceleratorAttributes
AcceleratorAttributes.Builder, AcceleratorAttributes.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(AcceleratorAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theAcceleratorAttributes.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 ARN of the accelerator.final String
The DNS name of the accelerator.final String
The DNS name that points to the dual-stack accelerator's four static IP addresses: two IPv4 addresses and two IPv6 addresses.The array of IPv4 addresses in the IP address set.The array of IPv6 addresses in the IP address set.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 theAcceleratorAttributes.Builder
.
-
-
Method Details
-
getAcceleratorArn
Description copied from interface:AcceleratorAttributes
The ARN of the accelerator.- Specified by:
getAcceleratorArn
in interfaceAcceleratorAttributes
-
getDnsName
Description copied from interface:AcceleratorAttributes
The DNS name of the accelerator.- Specified by:
getDnsName
in interfaceAcceleratorAttributes
-
getDualStackDnsName
Description copied from interface:AcceleratorAttributes
The DNS name that points to the dual-stack accelerator's four static IP addresses: two IPv4 addresses and two IPv6 addresses.Default: - undefined
- Specified by:
getDualStackDnsName
in interfaceAcceleratorAttributes
-
getIpv4Addresses
Description copied from interface:AcceleratorAttributes
The array of IPv4 addresses in the IP address set.Default: - undefined
- Specified by:
getIpv4Addresses
in interfaceAcceleratorAttributes
-
getIpv6Addresses
Description copied from interface:AcceleratorAttributes
The array of IPv6 addresses in the IP address set.Default: - undefined
- Specified by:
getIpv6Addresses
in interfaceAcceleratorAttributes
-
$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()
-