Interface NetworkSecurityAddressGroupConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
NetworkSecurityAddressGroupConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.071Z") @Stability(Stable) public interface NetworkSecurityAddressGroupConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetworkSecurityAddressGroupConfig.BuilderA builder forNetworkSecurityAddressGroupConfigstatic classNetworkSecurityAddressGroupConfig.Jsii$ProxyAn implementation forNetworkSecurityAddressGroupConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NetworkSecurityAddressGroupConfig.Builderbuilder()NumbergetCapacity()Capacity of the Address Group.default StringgetDescription()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/network_security_address_group#id NetworkSecurityAddressGroup#id}.default List<String>getItems()List of items.default Map<String,String>getLabels()Set of label tags associated with the AddressGroup resource.StringgetLocation()The location of the gateway security policy.StringgetName()Name of the AddressGroup resource.default StringgetParent()The name of the parent this address group belongs to.default NetworkSecurityAddressGroupTimeoutsgetTimeouts()timeouts block.StringgetType()The type of the Address Group.
-
-
-
Method Detail
-
getCapacity
@Stability(Stable) @NotNull Number getCapacity()
Capacity of the Address Group.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_address_group#capacity NetworkSecurityAddressGroup#capacity}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The location of the gateway security policy. The default value is 'global'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_address_group#location NetworkSecurityAddressGroup#location}
-
getName
@Stability(Stable) @NotNull String getName()
Name of the AddressGroup resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_address_group#name NetworkSecurityAddressGroup#name}
-
getType
@Stability(Stable) @NotNull String getType()
The type of the Address Group. Possible values are "IPV4" or "IPV6". Possible values: ["IPV4", "IPV6"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_address_group#type NetworkSecurityAddressGroup#type}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Free-text description of the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_address_group#description NetworkSecurityAddressGroup#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/network_security_address_group#id NetworkSecurityAddressGroup#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.
-
getItems
@Stability(Stable) @Nullable default List<String> getItems()
List of items.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_address_group#items NetworkSecurityAddressGroup#items}
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
Set of label tags associated with the AddressGroup resource.An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }. **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_address_group#labels NetworkSecurityAddressGroup#labels}
-
getParent
@Stability(Stable) @Nullable default String getParent()
The name of the parent this address group belongs to. Format: organizations/{organization_id} or projects/{project_id}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_address_group#parent NetworkSecurityAddressGroup#parent}
-
getTimeouts
@Stability(Stable) @Nullable default NetworkSecurityAddressGroupTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_address_group#timeouts NetworkSecurityAddressGroup#timeouts}
-
builder
@Stability(Stable) static NetworkSecurityAddressGroupConfig.Builder builder()
-
-