Class EdgenetworkSubnetConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.edgenetwork_subnet.EdgenetworkSubnetConfig.Jsii$Proxy
-
- All Implemented Interfaces:
EdgenetworkSubnetConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EdgenetworkSubnetConfig
@Stability(Stable) @Internal public static final class EdgenetworkSubnetConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EdgenetworkSubnetConfig
An implementation forEdgenetworkSubnetConfig
-
-
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.edgenetwork_subnet.EdgenetworkSubnetConfig
EdgenetworkSubnetConfig.Builder, EdgenetworkSubnetConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EdgenetworkSubnetConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theEdgenetworkSubnetConfig.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)ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()A free-text description of the resource.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_subnet#id EdgenetworkSubnet#id}.List<String>getIpv4Cidr()The ranges of ipv4 addresses that are owned by this subnetwork, in CIDR format.List<String>getIpv6Cidr()The ranges of ipv6 addresses that are owned by this subnetwork, in CIDR format.Map<String,String>getLabels()Labels associated with this resource.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetLocation()The Google Cloud region to which the target Distributed Cloud Edge zone belongs.StringgetNetwork()The ID of the network to which this router belongs.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_subnet#project EdgenetworkSubnet#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetSubnetId()A unique ID that identifies this subnet.EdgenetworkSubnetTimeoutsgetTimeouts()timeouts block.NumbergetVlanId()VLAN ID for this subnetwork.StringgetZone()The name of the target Distributed Cloud Edge zone.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(EdgenetworkSubnetConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theEdgenetworkSubnetConfig.Builder.
-
-
Method Detail
-
getLocation
public final String getLocation()
Description copied from interface:EdgenetworkSubnetConfigThe Google Cloud region to which the target Distributed Cloud Edge zone belongs.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_subnet#location EdgenetworkSubnet#location}
- Specified by:
getLocationin interfaceEdgenetworkSubnetConfig
-
getNetwork
public final String getNetwork()
Description copied from interface:EdgenetworkSubnetConfigThe ID of the network to which this router belongs. Must be of the form: 'projects/{{project}}/locations/{{location}}/zones/{{zone}}/networks/{{network_id}}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_subnet#network EdgenetworkSubnet#network}
- Specified by:
getNetworkin interfaceEdgenetworkSubnetConfig
-
getSubnetId
public final String getSubnetId()
Description copied from interface:EdgenetworkSubnetConfigA unique ID that identifies this subnet.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_subnet#subnet_id EdgenetworkSubnet#subnet_id}
- Specified by:
getSubnetIdin interfaceEdgenetworkSubnetConfig
-
getZone
public final String getZone()
Description copied from interface:EdgenetworkSubnetConfigThe name of the target Distributed Cloud Edge zone.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_subnet#zone EdgenetworkSubnet#zone}
- Specified by:
getZonein interfaceEdgenetworkSubnetConfig
-
getDescription
public final String getDescription()
Description copied from interface:EdgenetworkSubnetConfigA free-text description of the resource. Max length 1024 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_subnet#description EdgenetworkSubnet#description}
- Specified by:
getDescriptionin interfaceEdgenetworkSubnetConfig
-
getId
public final String getId()
Description copied from interface:EdgenetworkSubnetConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_subnet#id EdgenetworkSubnet#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceEdgenetworkSubnetConfig
-
getIpv4Cidr
public final List<String> getIpv4Cidr()
Description copied from interface:EdgenetworkSubnetConfigThe ranges of ipv4 addresses that are owned by this subnetwork, in CIDR format.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_subnet#ipv4_cidr EdgenetworkSubnet#ipv4_cidr}
- Specified by:
getIpv4Cidrin interfaceEdgenetworkSubnetConfig
-
getIpv6Cidr
public final List<String> getIpv6Cidr()
Description copied from interface:EdgenetworkSubnetConfigThe ranges of ipv6 addresses that are owned by this subnetwork, in CIDR format.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_subnet#ipv6_cidr EdgenetworkSubnet#ipv6_cidr}
- Specified by:
getIpv6Cidrin interfaceEdgenetworkSubnetConfig
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:EdgenetworkSubnetConfigLabels associated with this resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_subnet#labels EdgenetworkSubnet#labels}
- Specified by:
getLabelsin interfaceEdgenetworkSubnetConfig
-
getProject
public final String getProject()
Description copied from interface:EdgenetworkSubnetConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_subnet#project EdgenetworkSubnet#project}.- Specified by:
getProjectin interfaceEdgenetworkSubnetConfig
-
getTimeouts
public final EdgenetworkSubnetTimeouts getTimeouts()
Description copied from interface:EdgenetworkSubnetConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_subnet#timeouts EdgenetworkSubnet#timeouts}
- Specified by:
getTimeoutsin interfaceEdgenetworkSubnetConfig
-
getVlanId
public final Number getVlanId()
Description copied from interface:EdgenetworkSubnetConfigVLAN ID for this subnetwork. If not specified, one is assigned automatically.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_subnet#vlan_id EdgenetworkSubnet#vlan_id}
- Specified by:
getVlanIdin interfaceEdgenetworkSubnetConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-