Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class CloudVmCluster.
Details of the Cloud VM Cluster resource.
https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/CloudVmCluster/
Generated from protobuf message google.cloud.oracledatabase.v1.CloudVmCluster
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The name of the VM Cluster resource with the format: projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}
↳ exadata_infrastructure
string
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
string
Optional. User friendly name for this resource.
↳ properties
↳ labels
↳ create_time
↳ cidr
string
Optional. Network settings. CIDR to use for cluster IP allocation.
↳ backup_subnet_cidr
string
Optional. CIDR range of the backup subnet.
↳ network
string
Optional. The name of the VPC network. Format: projects/{project}/global/networks/{network}
↳ gcp_oracle_zone
string
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
string
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
string
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
string
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
IdentityConnector
Output only. The identity connector details which will allow OCI to securely access the resources in the customer project.
getName
Identifier. The name of the VM Cluster resource with the format: projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}
string
setName
Identifier. The name of the VM Cluster resource with the format: projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}
var
string
$this
getExadataInfrastructure
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}
string
setExadataInfrastructure
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}
var
string
$this
getDisplayName
Optional. User friendly name for this resource.
string
setDisplayName
Optional. User friendly name for this resource.
var
string
$this
getProperties
Optional. Various properties of the VM Cluster.
hasProperties
clearProperties
setProperties
Optional. Various properties of the VM Cluster.
$this
getLabels
Optional. Labels or tags associated with the VM Cluster.
setLabels
Optional. Labels or tags associated with the VM Cluster.
$this
getCreateTime
Output only. The date and time that the VM cluster was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The date and time that the VM cluster was created.
$this
getCidr
Optional. Network settings. CIDR to use for cluster IP allocation.
string
setCidr
Optional. Network settings. CIDR to use for cluster IP allocation.
var
string
$this
getBackupSubnetCidr
Optional. CIDR range of the backup subnet.
string
setBackupSubnetCidr
Optional. CIDR range of the backup subnet.
var
string
$this
getNetwork
Optional. The name of the VPC network.
Format: projects/{project}/global/networks/{network}
string
setNetwork
Optional. The name of the VPC network.
Format: projects/{project}/global/networks/{network}
var
string
$this
getGcpOracleZone
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.
string
setGcpOracleZone
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.
var
string
$this
getOdbNetwork
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.
string
setOdbNetwork
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.
var
string
$this
getOdbSubnet
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}
string
setOdbSubnet
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}
var
string
$this
getBackupOdbSubnet
Optional. The name of the backup OdbSubnet associated with the VM Cluster.
Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
string
setBackupOdbSubnet
Optional. The name of the backup OdbSubnet associated with the VM Cluster.
Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
var
string
$this
getIdentityConnector
Output only. The identity connector details which will allow OCI to securely access the resources in the customer project.
hasIdentityConnector
clearIdentityConnector
setIdentityConnector
Output only. The identity connector details which will allow OCI to securely access the resources in the customer project.
$this

