Class CloudVmCluster (0.3.0)

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

Attributes

Name Description
name str
Identifier. The name of the VM Cluster resource with the format: projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}
exadata_infrastructure str
Required. The name of the Exadata Infrastructure resource on which VM cluster resource is created, in the following format: projects/{project}/locations/{region}/cloudExadataInfrastuctures/{cloud_extradata_infrastructure}
display_name str
Optional. User friendly name for this resource.
properties google.cloud.oracledatabase_v1.types.CloudVmClusterProperties
Optional. Various properties of the VM Cluster.
labels MutableMapping[str, str]
Optional. Labels or tags associated with the VM Cluster.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The date and time that the VM cluster was created.
cidr str
Optional. Network settings. CIDR to use for cluster IP allocation.
backup_subnet_cidr str
Optional. CIDR range of the backup subnet.
network str
Optional. The name of the VPC network. Format: projects/{project}/global/networks/{network}
gcp_oracle_zone str
Output only. The GCP Oracle zone where Oracle CloudVmCluster is hosted. This will be the same as the gcp_oracle_zone of the CloudExadataInfrastructure. Example: us-east4-b-r2.
odb_network str
Optional. The name of the OdbNetwork associated with the VM Cluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the odb_subnet and backup_odb_subnet.
odb_subnet str
Optional. The name of the OdbSubnet associated with the VM Cluster for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
backup_odb_subnet str
Optional. The name of the backup OdbSubnet associated with the VM Cluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
identity_connector google.cloud.oracledatabase_v1.types.IdentityConnector
Output only. The identity connector details which will allow OCI to securely access the resources in the customer project.

Classes

LabelsEntry

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

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.