Interface BeyondcorpAppGatewayConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
BeyondcorpAppGatewayConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.581Z") @Stability(Stable) public interface BeyondcorpAppGatewayConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBeyondcorpAppGatewayConfig.BuilderA builder forBeyondcorpAppGatewayConfigstatic classBeyondcorpAppGatewayConfig.Jsii$ProxyAn implementation forBeyondcorpAppGatewayConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static BeyondcorpAppGatewayConfig.Builderbuilder()default StringgetDisplayName()An arbitrary user-provided name for the AppGateway.default StringgetHostType()The type of hosting used by the AppGateway.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_gateway#id BeyondcorpAppGateway#id}.default Map<String,String>getLabels()Resource labels to represent user provided metadata.StringgetName()ID of the AppGateway.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_gateway#project BeyondcorpAppGateway#project}.default StringgetRegion()The region of the AppGateway.default BeyondcorpAppGatewayTimeoutsgetTimeouts()timeouts block.default StringgetType()The type of network connectivity used by the AppGateway.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
ID of the AppGateway.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_gateway#name BeyondcorpAppGateway#name}
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
An arbitrary user-provided name for the AppGateway.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_gateway#display_name BeyondcorpAppGateway#display_name}
-
getHostType
@Stability(Stable) @Nullable default String getHostType()
The type of hosting used by the AppGateway. Default value: "HOST_TYPE_UNSPECIFIED" Possible values: ["HOST_TYPE_UNSPECIFIED", "GCP_REGIONAL_MIG"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_gateway#host_type BeyondcorpAppGateway#host_type}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_gateway#id BeyondcorpAppGateway#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.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
Resource labels to represent user provided metadata.**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/beyondcorp_app_gateway#labels BeyondcorpAppGateway#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/beyondcorp_app_gateway#project BeyondcorpAppGateway#project}.
-
getRegion
@Stability(Stable) @Nullable default String getRegion()
The region of the AppGateway.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_gateway#region BeyondcorpAppGateway#region}
-
getTimeouts
@Stability(Stable) @Nullable default BeyondcorpAppGatewayTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_gateway#timeouts BeyondcorpAppGateway#timeouts}
-
getType
@Stability(Stable) @Nullable default String getType()
The type of network connectivity used by the AppGateway. Default value: "TYPE_UNSPECIFIED" Possible values: ["TYPE_UNSPECIFIED", "TCP_PROXY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_gateway#type BeyondcorpAppGateway#type}
-
builder
@Stability(Stable) static BeyondcorpAppGatewayConfig.Builder builder()
- Returns:
- a
BeyondcorpAppGatewayConfig.BuilderofBeyondcorpAppGatewayConfig
-
-