Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::CloudVmCluster.
Details of the Cloud VM Cluster resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/CloudVmCluster/
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backup_subnet_cidr
def backup_subnet_cidr() -> ::String
Returns
- (::String) — Required. CIDR range of the backup subnet.
#backup_subnet_cidr=
def backup_subnet_cidr=(value) -> ::String
Parameter
- value (::String) — Required. CIDR range of the backup subnet.
Returns
- (::String) — Required. CIDR range of the backup subnet.
#cidr
def cidr() -> ::String
Returns
- (::String) — Required. Network settings. CIDR to use for cluster IP allocation.
#cidr=
def cidr=(value) -> ::String
Parameter
- value (::String) — Required. Network settings. CIDR to use for cluster IP allocation.
Returns
- (::String) — Required. Network settings. CIDR to use for cluster IP allocation.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The date and time that the VM cluster was created.
#display_name
def display_name() -> ::String
Returns
- (::String) — Optional. User friendly name for this resource.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Optional. User friendly name for this resource.
Returns
- (::String) — Optional. User friendly name for this resource.
#exadata_infrastructure
def exadata_infrastructure() -> ::String
Returns
- (::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}
#exadata_infrastructure=
def exadata_infrastructure=(value) -> ::String
Parameter
- value (::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}
Returns
- (::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}
#gcp_oracle_zone
def gcp_oracle_zone() -> ::String
Returns
- (::String) — Output only. Google Cloud Platform location where Oracle Exadata is hosted. It is same as Google Cloud Platform Oracle zone of Exadata infrastructure.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels or tags associated with the VM Cluster.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels or tags associated with the VM Cluster.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels or tags associated with the VM Cluster.
#name
def name() -> ::String
Returns
- (::String) — Identifier. The name of the VM Cluster resource with the format: projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Identifier. The name of the VM Cluster resource with the format: projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}
Returns
- (::String) — Identifier. The name of the VM Cluster resource with the format: projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}
#network
def network() -> ::String
Returns
- (::String) — Required. The name of the VPC network. Format: projects/{project}/global/networks/{network}
#network=
def network=(value) -> ::String
Parameter
- value (::String) — Required. The name of the VPC network. Format: projects/{project}/global/networks/{network}
Returns
- (::String) — Required. The name of the VPC network. Format: projects/{project}/global/networks/{network}
#properties
def properties() -> ::Google::Cloud::OracleDatabase::V1::CloudVmClusterProperties
Returns
- (::Google::Cloud::OracleDatabase::V1::CloudVmClusterProperties) — Optional. Various properties of the VM Cluster.
#properties=
def properties=(value) -> ::Google::Cloud::OracleDatabase::V1::CloudVmClusterProperties
Parameter
- value (::Google::Cloud::OracleDatabase::V1::CloudVmClusterProperties) — Optional. Various properties of the VM Cluster.
Returns
- (::Google::Cloud::OracleDatabase::V1::CloudVmClusterProperties) — Optional. Various properties of the VM Cluster.