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.
Parameters | |
---|---|
Name | Description |
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. |
↳ gcp_oracle_zone |
string
Output only. Google Cloud Platform location where Oracle Exadata is hosted. It is same as Google Cloud Platform Oracle zone of Exadata infrastructure. |
↳ properties |
CloudVmClusterProperties
Optional. Various properties of the VM Cluster. |
↳ labels |
array|Google\Protobuf\Internal\MapField
Optional. Labels or tags associated with the VM Cluster. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The date and time that the VM cluster was created. |
↳ cidr |
string
Required. Network settings. CIDR to use for cluster IP allocation. |
↳ backup_subnet_cidr |
string
Required. CIDR range of the backup subnet. |
↳ network |
string
Required. The name of the VPC network. Format: projects/{project}/global/networks/{network} |
getName
Identifier. The name of the VM Cluster resource with the format: projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}
Returns | |
---|---|
Type | Description |
string |
setName
Identifier. The name of the VM Cluster resource with the format: projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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}
Returns | |
---|---|
Type | Description |
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}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
Optional. User friendly name for this resource.
Returns | |
---|---|
Type | Description |
string |
setDisplayName
Optional. User friendly name for this resource.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getGcpOracleZone
Output only. Google Cloud Platform location where Oracle Exadata is hosted.
It is same as Google Cloud Platform Oracle zone of Exadata infrastructure.
Returns | |
---|---|
Type | Description |
string |
setGcpOracleZone
Output only. Google Cloud Platform location where Oracle Exadata is hosted.
It is same as Google Cloud Platform Oracle zone of Exadata infrastructure.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getProperties
Optional. Various properties of the VM Cluster.
Returns | |
---|---|
Type | Description |
CloudVmClusterProperties|null |
hasProperties
clearProperties
setProperties
Optional. Various properties of the VM Cluster.
Parameter | |
---|---|
Name | Description |
var |
CloudVmClusterProperties
|
Returns | |
---|---|
Type | Description |
$this |
getLabels
Optional. Labels or tags associated with the VM Cluster.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setLabels
Optional. Labels or tags associated with the VM Cluster.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Output only. The date and time that the VM cluster was created.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. The date and time that the VM cluster was created.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getCidr
Required. Network settings. CIDR to use for cluster IP allocation.
Returns | |
---|---|
Type | Description |
string |
setCidr
Required. Network settings. CIDR to use for cluster IP allocation.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getBackupSubnetCidr
Required. CIDR range of the backup subnet.
Returns | |
---|---|
Type | Description |
string |
setBackupSubnetCidr
Required. CIDR range of the backup subnet.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getNetwork
Required. The name of the VPC network.
Format: projects/{project}/global/networks/{network}
Returns | |
---|---|
Type | Description |
string |
setNetwork
Required. The name of the VPC network.
Format: projects/{project}/global/networks/{network}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |