Class VpcNetwork (1.4.2)

VpcNetwork(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a VMware Engine VPC network that is managed by a VMware Engine network resource.

Attributes

NameDescription
type_ google.cloud.vmwareengine_v1.types.VmwareEngineNetwork.VpcNetwork.Type
Output only. Type of VPC network (INTRANET, INTERNET, or GOOGLE_CLOUD)
network str
Output only. The relative resource name of the service VPC network this VMware Engine network is attached to. For example: projects/123123/global/networks/my-network

Classes

Type

Type(value)

Enum Type defines possible types of a VMware Engine network controlled service.

Values: TYPE_UNSPECIFIED (0): The default value. This value should never be used. INTRANET (1): VPC network that will be peered with a consumer VPC network or the intranet VPC of another VMware Engine network. Access a private cloud through Compute Engine VMs on a peered VPC network or an on-premises resource connected to a peered consumer VPC network. INTERNET (2): VPC network used for internet access to and from a private cloud. GOOGLE_CLOUD (3): VPC network used for access to Google Cloud services like Cloud Storage.