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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.globalaccelerator.AcceleratorAttributes
AcceleratorAttributes.Builder, AcceleratorAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AcceleratorAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theAcceleratorAttributes.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 StringThe ARN of the accelerator.final StringThe DNS name of the accelerator.final StringThe 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 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 theAcceleratorAttributes.Builder.
-
-
Method Details
-
getAcceleratorArn
Description copied from interface:AcceleratorAttributesThe ARN of the accelerator.- Specified by:
getAcceleratorArnin interfaceAcceleratorAttributes
-
getDnsName
Description copied from interface:AcceleratorAttributesThe DNS name of the accelerator.- Specified by:
getDnsNamein interfaceAcceleratorAttributes
-
getDualStackDnsName
Description copied from interface:AcceleratorAttributesThe 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:
getDualStackDnsNamein interfaceAcceleratorAttributes
-
getIpv4Addresses
Description copied from interface:AcceleratorAttributesThe array of IPv4 addresses in the IP address set.Default: - undefined
- Specified by:
getIpv4Addressesin interfaceAcceleratorAttributes
-
getIpv6Addresses
Description copied from interface:AcceleratorAttributesThe array of IPv6 addresses in the IP address set.Default: - undefined
- Specified by:
getIpv6Addressesin interfaceAcceleratorAttributes
-
$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()
-