ServiceNetworkingConnection.Builder |
ServiceNetworkingConnection.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
ServiceNetworkingConnection.Builder |
ServiceNetworkingConnection.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
ServiceNetworkingConnection.Builder |
ServiceNetworkingConnection.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
ServiceNetworkingConnection.Builder |
ServiceNetworkingConnection.Builder.count(Number count) |
|
static ServiceNetworkingConnection.Builder |
ServiceNetworkingConnection.Builder.create(software.constructs.Construct scope,
String id) |
|
ServiceNetworkingConnection.Builder |
ServiceNetworkingConnection.Builder.deletionPolicy(String deletionPolicy) |
When set to ABANDON, terraform will abandon management of the resource instead of deleting it.
|
ServiceNetworkingConnection.Builder |
ServiceNetworkingConnection.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
ServiceNetworkingConnection.Builder |
ServiceNetworkingConnection.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
ServiceNetworkingConnection.Builder |
ServiceNetworkingConnection.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_networking_connection#id ServiceNetworkingConnection#id}.
|
ServiceNetworkingConnection.Builder |
ServiceNetworkingConnection.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
ServiceNetworkingConnection.Builder |
ServiceNetworkingConnection.Builder.network(String network) |
Name of VPC network connected with service producers using VPC peering.
|
ServiceNetworkingConnection.Builder |
ServiceNetworkingConnection.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
ServiceNetworkingConnection.Builder |
ServiceNetworkingConnection.Builder.provisioners(List<? extends Object> provisioners) |
|
ServiceNetworkingConnection.Builder |
ServiceNetworkingConnection.Builder.reservedPeeringRanges(List<String> reservedPeeringRanges) |
Named IP address range(s) of PEERING type reserved for this service provider.
|
ServiceNetworkingConnection.Builder |
ServiceNetworkingConnection.Builder.service(String service) |
Provider peering service that is managing peering connectivity for a service provider organization.
|
ServiceNetworkingConnection.Builder |
ServiceNetworkingConnection.Builder.timeouts(ServiceNetworkingConnectionTimeouts timeouts) |
timeouts block.
|
ServiceNetworkingConnection.Builder |
ServiceNetworkingConnection.Builder.updateOnCreationFail(com.hashicorp.cdktf.IResolvable updateOnCreationFail) |
When set to true, enforce an update of the reserved peering ranges on the existing service networking connection in case of a new connection creation failure.
|
ServiceNetworkingConnection.Builder |
ServiceNetworkingConnection.Builder.updateOnCreationFail(Boolean updateOnCreationFail) |
When set to true, enforce an update of the reserved peering ranges on the existing service networking connection in case of a new connection creation failure.
|