VmwareEngineNetwork(mapping=None, *, ignore_unknown_fields=False, **kwargs)
VMware Engine network resource that provides connectivity for VMware Engine private clouds.
Attributes |
|
---|---|
Name | Description |
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.
Type
Type(value)
Enum Type defines possible types of VMware Engine network.
VpcNetwork
VpcNetwork(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a VMware Engine VPC network that is managed by a VMware Engine network resource.