Interface EdgenetworkSubnetConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
EdgenetworkSubnetConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.151Z") @Stability(Stable) public interface EdgenetworkSubnetConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEdgenetworkSubnetConfig.BuilderA builder forEdgenetworkSubnetConfigstatic classEdgenetworkSubnetConfig.Jsii$ProxyAn implementation forEdgenetworkSubnetConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static EdgenetworkSubnetConfig.Builderbuilder()default StringgetDescription()A free-text description of the resource.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_subnet#id EdgenetworkSubnet#id}.default List<String>getIpv4Cidr()The ranges of ipv4 addresses that are owned by this subnetwork, in CIDR format.default List<String>getIpv6Cidr()The ranges of ipv6 addresses that are owned by this subnetwork, in CIDR format.default Map<String,String>getLabels()Labels associated with this resource.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.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_subnet#project EdgenetworkSubnet#project}.StringgetSubnetId()A unique ID that identifies this subnet.default EdgenetworkSubnetTimeoutsgetTimeouts()timeouts block.default NumbergetVlanId()VLAN ID for this subnetwork.StringgetZone()The name of the target Distributed Cloud Edge zone.
-
-
-
Method Detail
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The 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}
-
getNetwork
@Stability(Stable) @NotNull String getNetwork()
The 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}
-
getSubnetId
@Stability(Stable) @NotNull String getSubnetId()
A 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}
-
getZone
@Stability(Stable) @NotNull String getZone()
The 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}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
A 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}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs 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.
-
getIpv4Cidr
@Stability(Stable) @Nullable default List<String> getIpv4Cidr()
The 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}
-
getIpv6Cidr
@Stability(Stable) @Nullable default List<String> getIpv6Cidr()
The 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}
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
Labels 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}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_subnet#project EdgenetworkSubnet#project}.
-
getTimeouts
@Stability(Stable) @Nullable default EdgenetworkSubnetTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgenetwork_subnet#timeouts EdgenetworkSubnet#timeouts}
-
getVlanId
@Stability(Stable) @Nullable default Number getVlanId()
VLAN 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}
-
builder
@Stability(Stable) static EdgenetworkSubnetConfig.Builder builder()
- Returns:
- a
EdgenetworkSubnetConfig.BuilderofEdgenetworkSubnetConfig
-
-