Class ComputeInstanceNetworkInterfaceAliasIpRange.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_instance.ComputeInstanceNetworkInterfaceAliasIpRange.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeInstanceNetworkInterfaceAliasIpRange,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeInstanceNetworkInterfaceAliasIpRange
@Stability(Stable) @Internal public static final class ComputeInstanceNetworkInterfaceAliasIpRange.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeInstanceNetworkInterfaceAliasIpRange
An implementation forComputeInstanceNetworkInterfaceAliasIpRange
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.compute_instance.ComputeInstanceNetworkInterfaceAliasIpRange
ComputeInstanceNetworkInterfaceAliasIpRange.Builder, ComputeInstanceNetworkInterfaceAliasIpRange.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeInstanceNetworkInterfaceAliasIpRange.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeInstanceNetworkInterfaceAliasIpRange.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetIpCidrRange()The IP CIDR range represented by this alias IP range.StringgetSubnetworkRangeName()The subnetwork secondary range name specifying the secondary range from which to allocate the IP CIDR range for this alias IP range.inthashCode()
-
-
-
Constructor Detail
-
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(ComputeInstanceNetworkInterfaceAliasIpRange.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeInstanceNetworkInterfaceAliasIpRange.Builder.
-
-
Method Detail
-
getIpCidrRange
public final String getIpCidrRange()
Description copied from interface:ComputeInstanceNetworkInterfaceAliasIpRangeThe IP CIDR range represented by this alias IP range.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#ip_cidr_range ComputeInstance#ip_cidr_range}
- Specified by:
getIpCidrRangein interfaceComputeInstanceNetworkInterfaceAliasIpRange
-
getSubnetworkRangeName
public final String getSubnetworkRangeName()
Description copied from interface:ComputeInstanceNetworkInterfaceAliasIpRangeThe subnetwork secondary range name specifying the secondary range from which to allocate the IP CIDR range for this alias IP range.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#subnetwork_range_name ComputeInstance#subnetwork_range_name}
- Specified by:
getSubnetworkRangeNamein interfaceComputeInstanceNetworkInterfaceAliasIpRange
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-