Uses of Class
com.hashicorp.cdktf.providers.google.compute_external_vpn_gateway.ComputeExternalVpnGatewayTimeouts.Builder
-
Packages that use ComputeExternalVpnGatewayTimeouts.Builder Package Description com.hashicorp.cdktf.providers.google.compute_external_vpn_gateway google_compute_external_vpn_gateway -
-
Uses of ComputeExternalVpnGatewayTimeouts.Builder in com.hashicorp.cdktf.providers.google.compute_external_vpn_gateway
Methods in com.hashicorp.cdktf.providers.google.compute_external_vpn_gateway that return ComputeExternalVpnGatewayTimeouts.Builder Modifier and Type Method Description static ComputeExternalVpnGatewayTimeouts.BuilderComputeExternalVpnGatewayTimeouts. builder()ComputeExternalVpnGatewayTimeouts.BuilderComputeExternalVpnGatewayTimeouts.Builder. create(String create)Sets the value ofComputeExternalVpnGatewayTimeouts.getCreate()ComputeExternalVpnGatewayTimeouts.BuilderComputeExternalVpnGatewayTimeouts.Builder. delete(String delete)Sets the value ofComputeExternalVpnGatewayTimeouts.getDelete()ComputeExternalVpnGatewayTimeouts.BuilderComputeExternalVpnGatewayTimeouts.Builder. update(String update)Sets the value ofComputeExternalVpnGatewayTimeouts.getUpdate()Constructors in com.hashicorp.cdktf.providers.google.compute_external_vpn_gateway with parameters of type ComputeExternalVpnGatewayTimeouts.Builder Constructor Description Jsii$Proxy(ComputeExternalVpnGatewayTimeouts.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeExternalVpnGatewayTimeouts.Builder.
-