Interface IapTunnelDestGroupConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
IapTunnelDestGroupConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.597Z") @Stability(Stable) public interface IapTunnelDestGroupConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIapTunnelDestGroupConfig.BuilderA builder forIapTunnelDestGroupConfigstatic classIapTunnelDestGroupConfig.Jsii$ProxyAn implementation forIapTunnelDestGroupConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static IapTunnelDestGroupConfig.Builderbuilder()default List<String>getCidrs()List of CIDRs that this group applies to.default List<String>getFqdns()List of FQDNs that this group applies to.StringgetGroupName()Unique tunnel destination group name.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_tunnel_dest_group#id IapTunnelDestGroup#id}.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_tunnel_dest_group#project IapTunnelDestGroup#project}.default StringgetRegion()The region of the tunnel group.default IapTunnelDestGroupTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getGroupName
@Stability(Stable) @NotNull String getGroupName()
Unique tunnel destination group name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_tunnel_dest_group#group_name IapTunnelDestGroup#group_name}
-
getCidrs
@Stability(Stable) @Nullable default List<String> getCidrs()
List of CIDRs that this group applies to.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_tunnel_dest_group#cidrs IapTunnelDestGroup#cidrs}
-
getFqdns
@Stability(Stable) @Nullable default List<String> getFqdns()
List of FQDNs that this group applies to.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_tunnel_dest_group#fqdns IapTunnelDestGroup#fqdns}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_tunnel_dest_group#id IapTunnelDestGroup#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.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_tunnel_dest_group#project IapTunnelDestGroup#project}.
-
getRegion
@Stability(Stable) @Nullable default String getRegion()
The region of the tunnel group. Must be the same as the network resources in the group.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_tunnel_dest_group#region IapTunnelDestGroup#region}
-
getTimeouts
@Stability(Stable) @Nullable default IapTunnelDestGroupTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_tunnel_dest_group#timeouts IapTunnelDestGroup#timeouts}
-
builder
@Stability(Stable) static IapTunnelDestGroupConfig.Builder builder()
- Returns:
- a
IapTunnelDestGroupConfig.BuilderofIapTunnelDestGroupConfig
-
-