Class VmwareEngineNetwork (1.4.2)

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

VMware Engine network resource that provides connectivity for VMware Engine private clouds.

Attributes

NameDescription
name str
Output only. The resource name of the VMware Engine network. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/global/vmwareEngineNetworks/my-network
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Creation time of this resource.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Last update time of this resource.
description str
User-provided description for this VMware Engine network.
vpc_networks MutableSequence[google.cloud.vmwareengine_v1.types.VmwareEngineNetwork.VpcNetwork]
Output only. VMware Engine service VPC networks that provide connectivity from a private cloud to customer projects, the internet, and other Google Cloud services.
state google.cloud.vmwareengine_v1.types.VmwareEngineNetwork.State
Output only. State of the VMware Engine network.
type_ google.cloud.vmwareengine_v1.types.VmwareEngineNetwork.Type
Required. VMware Engine network type.
uid str
Output only. System-generated unique identifier for the resource.
etag str
Checksum that may be sent on update and delete requests to ensure that the user-provided value is up to date before the server processes a request. The server computes checksums based on the value of other fields in the request.

Classes

State

State(value)

Enum State defines possible states of VMware Engine network.

Values: STATE_UNSPECIFIED (0): The default value. This value is used if the state is omitted. CREATING (1): The VMware Engine network is being created. ACTIVE (2): The VMware Engine network is ready. UPDATING (3): The VMware Engine network is being updated. DELETING (4): The VMware Engine network is being deleted.

Type

Type(value)

Enum Type defines possible types of VMware Engine network.

Values: TYPE_UNSPECIFIED (0): The default value. This value should never be used. LEGACY (1): Network type used by private clouds created in projects without a network of type STANDARD. This network type is no longer used for new VMware Engine private cloud deployments. STANDARD (2): Standard network type used for private cloud connectivity.

VpcNetwork

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

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