Interface ComputeSharedVpcServiceProjectConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ComputeSharedVpcServiceProjectConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.987Z") @Stability(Stable) public interface ComputeSharedVpcServiceProjectConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeSharedVpcServiceProjectConfig.BuilderA builder forComputeSharedVpcServiceProjectConfigstatic classComputeSharedVpcServiceProjectConfig.Jsii$ProxyAn implementation forComputeSharedVpcServiceProjectConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeSharedVpcServiceProjectConfig.Builderbuilder()default StringgetDeletionPolicy()The deletion policy for the shared VPC service.StringgetHostProject()The ID of a host project to associate.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_shared_vpc_service_project#id ComputeSharedVpcServiceProject#id}.StringgetServiceProject()The ID of the project that will serve as a Shared VPC service project.default ComputeSharedVpcServiceProjectTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getHostProject
@Stability(Stable) @NotNull String getHostProject()
The ID of a host project to associate.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_shared_vpc_service_project#host_project ComputeSharedVpcServiceProject#host_project}
-
getServiceProject
@Stability(Stable) @NotNull String getServiceProject()
The ID of the project that will serve as a Shared VPC service project.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_shared_vpc_service_project#service_project ComputeSharedVpcServiceProject#service_project}
-
getDeletionPolicy
@Stability(Stable) @Nullable default String getDeletionPolicy()
The deletion policy for the shared VPC service.Setting ABANDON allows the resource to be abandoned rather than deleted. Possible values are: "ABANDON". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_shared_vpc_service_project#deletion_policy ComputeSharedVpcServiceProject#deletion_policy}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_shared_vpc_service_project#id ComputeSharedVpcServiceProject#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.
-
getTimeouts
@Stability(Stable) @Nullable default ComputeSharedVpcServiceProjectTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_shared_vpc_service_project#timeouts ComputeSharedVpcServiceProject#timeouts}
-
builder
@Stability(Stable) static ComputeSharedVpcServiceProjectConfig.Builder builder()
-
-