PrivateCloud(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a private cloud resource. Private clouds of type
STANDARD
and TIME_LIMITED
are zonal resources, STRETCHED
private clouds are regional.
Attributes |
|
---|---|
Name | Description |
name |
str
Output only. The resource name of this private cloud. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud
|
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. |
delete_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Time when the resource was scheduled for deletion. |
expire_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Time when the resource will be irreversibly deleted. |
state |
google.cloud.vmwareengine_v1.types.PrivateCloud.State
Output only. State of the resource. New values may be added to this enum when appropriate. |
network_config |
google.cloud.vmwareengine_v1.types.NetworkConfig
Required. Network configuration of the private cloud. |
management_cluster |
google.cloud.vmwareengine_v1.types.PrivateCloud.ManagementCluster
Required. Input only. The management cluster for this private cloud. This field is required during creation of the private cloud to provide details for the default cluster. The following fields can't be changed after private cloud creation: ManagementCluster.clusterId ,
ManagementCluster.nodeTypeId .
|
description |
str
User-provided description for this private cloud. |
hcx |
google.cloud.vmwareengine_v1.types.Hcx
Output only. HCX appliance. |
nsx |
google.cloud.vmwareengine_v1.types.Nsx
Output only. NSX appliance. |
vcenter |
google.cloud.vmwareengine_v1.types.Vcenter
Output only. Vcenter appliance. |
uid |
str
Output only. System-generated unique identifier for the resource. |
type_ |
google.cloud.vmwareengine_v1.types.PrivateCloud.Type
Optional. Type of the private cloud. Defaults to STANDARD. |
Classes
ManagementCluster
ManagementCluster(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Management cluster configuration.
State
State(value)
Enum State defines possible states of private clouds.
Type
Type(value)
Enum Type defines private cloud type.