Class NetworkVpcNetwork
- java.lang.Object
-
- com.pulumi.gcp.vmwareengine.outputs.NetworkVpcNetwork
-
public final class NetworkVpcNetwork extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NetworkVpcNetwork.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkVpcNetwork.Builder
builder()
static NetworkVpcNetwork.Builder
builder(NetworkVpcNetwork defaults)
java.util.Optional<java.lang.String>
network()
java.util.Optional<java.lang.String>
type()
-
-
-
Method Detail
-
network
public java.util.Optional<java.lang.String> network()
- Returns:
- (Output) The relative resource name of the service VPC network this VMware Engine network is attached to. For example: projects/123123/global/networks/my-network
-
type
public java.util.Optional<java.lang.String> type()
- Returns:
- VMware Engine network type. Possible values are: `LEGACY`.
-
builder
public static NetworkVpcNetwork.Builder builder()
-
builder
public static NetworkVpcNetwork.Builder builder(NetworkVpcNetwork defaults)
-
-