Class ComputeSharedVpcServiceProjectConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_shared_vpc_service_project.ComputeSharedVpcServiceProjectConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeSharedVpcServiceProjectConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeSharedVpcServiceProjectConfig
@Stability(Stable) @Internal public static final class ComputeSharedVpcServiceProjectConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeSharedVpcServiceProjectConfig
An implementation forComputeSharedVpcServiceProjectConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.compute_shared_vpc_service_project.ComputeSharedVpcServiceProjectConfig
ComputeSharedVpcServiceProjectConfig.Builder, ComputeSharedVpcServiceProjectConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeSharedVpcServiceProjectConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeSharedVpcServiceProjectConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetConnection()ObjectgetCount()StringgetDeletionPolicy()The deletion policy for the shared VPC service.List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetHostProject()The ID of a host project to associate.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}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetServiceProject()The ID of the project that will serve as a Shared VPC service project.ComputeSharedVpcServiceProjectTimeoutsgetTimeouts()timeouts block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ComputeSharedVpcServiceProjectConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeSharedVpcServiceProjectConfig.Builder.
-
-
Method Detail
-
getHostProject
public final String getHostProject()
Description copied from interface:ComputeSharedVpcServiceProjectConfigThe 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}
- Specified by:
getHostProjectin interfaceComputeSharedVpcServiceProjectConfig
-
getServiceProject
public final String getServiceProject()
Description copied from interface:ComputeSharedVpcServiceProjectConfigThe 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}
- Specified by:
getServiceProjectin interfaceComputeSharedVpcServiceProjectConfig
-
getDeletionPolicy
public final String getDeletionPolicy()
Description copied from interface:ComputeSharedVpcServiceProjectConfigThe 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}
- Specified by:
getDeletionPolicyin interfaceComputeSharedVpcServiceProjectConfig
-
getId
public final String getId()
Description copied from interface:ComputeSharedVpcServiceProjectConfigDocs 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.
- Specified by:
getIdin interfaceComputeSharedVpcServiceProjectConfig
-
getTimeouts
public final ComputeSharedVpcServiceProjectTimeouts getTimeouts()
Description copied from interface:ComputeSharedVpcServiceProjectConfigtimeouts 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}
- Specified by:
getTimeoutsin interfaceComputeSharedVpcServiceProjectConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-