Class EdgenetworkNetworkConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.edgenetwork_network.EdgenetworkNetworkConfig.Jsii$Proxy
-
- All Implemented Interfaces:
EdgenetworkNetworkConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EdgenetworkNetworkConfig
@Stability(Stable) @Internal public static final class EdgenetworkNetworkConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EdgenetworkNetworkConfig
An implementation forEdgenetworkNetworkConfig
-
-
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_network.EdgenetworkNetworkConfig
EdgenetworkNetworkConfig.Builder, EdgenetworkNetworkConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EdgenetworkNetworkConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theEdgenetworkNetworkConfig.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_network#id EdgenetworkNetwork#id}.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.NumbergetMtu()IP (L3) MTU value of the network.StringgetNetworkId()A unique ID that identifies this network.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_network#project EdgenetworkNetwork#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()EdgenetworkNetworkTimeoutsgetTimeouts()timeouts block.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(EdgenetworkNetworkConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theEdgenetworkNetworkConfig.Builder.
-
-
Method Detail
-
getLocation
public final String getLocation()
Description copied from interface:EdgenetworkNetworkConfigThe 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_network#location EdgenetworkNetwork#location}
- Specified by:
getLocationin interfaceEdgenetworkNetworkConfig
-
getNetworkId
public final String getNetworkId()
Description copied from interface:EdgenetworkNetworkConfigA unique ID that identifies this network.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_network#network_id EdgenetworkNetwork#network_id}
- Specified by:
getNetworkIdin interfaceEdgenetworkNetworkConfig
-
getZone
public final String getZone()
Description copied from interface:EdgenetworkNetworkConfigThe 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_network#zone EdgenetworkNetwork#zone}
- Specified by:
getZonein interfaceEdgenetworkNetworkConfig
-
getDescription
public final String getDescription()
Description copied from interface:EdgenetworkNetworkConfigA 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_network#description EdgenetworkNetwork#description}
- Specified by:
getDescriptionin interfaceEdgenetworkNetworkConfig
-
getId
public final String getId()
Description copied from interface:EdgenetworkNetworkConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_network#id EdgenetworkNetwork#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 interfaceEdgenetworkNetworkConfig
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:EdgenetworkNetworkConfigLabels associated with this resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_network#labels EdgenetworkNetwork#labels}
- Specified by:
getLabelsin interfaceEdgenetworkNetworkConfig
-
getMtu
public final Number getMtu()
Description copied from interface:EdgenetworkNetworkConfigIP (L3) MTU value of the network. Default value is '1500'. Possible values are: '1500', '9000'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_network#mtu EdgenetworkNetwork#mtu}
- Specified by:
getMtuin interfaceEdgenetworkNetworkConfig
-
getProject
public final String getProject()
Description copied from interface:EdgenetworkNetworkConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_network#project EdgenetworkNetwork#project}.- Specified by:
getProjectin interfaceEdgenetworkNetworkConfig
-
getTimeouts
public final EdgenetworkNetworkTimeouts getTimeouts()
Description copied from interface:EdgenetworkNetworkConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_network#timeouts EdgenetworkNetwork#timeouts}
- Specified by:
getTimeoutsin interfaceEdgenetworkNetworkConfig
-
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
-
-