Oracle Database@Google Cloud V1 API - Class Google::Cloud::OracleDatabase::V1::CloudVmCluster (v0.11.1)

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_odb_subnet

defbackup_odb_subnet()->::String
Returns
  • (::String) — Optional. The name of the backup OdbSubnet associated with the VM Cluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}

#backup_odb_subnet=

defbackup_odb_subnet=(value)->::String
Parameter
  • value (::String) — Optional. The name of the backup OdbSubnet associated with the VM Cluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
Returns
  • (::String) — Optional. The name of the backup OdbSubnet associated with the VM Cluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}

#backup_subnet_cidr

defbackup_subnet_cidr()->::String
Returns
  • (::String) — Optional. CIDR range of the backup subnet.

#backup_subnet_cidr=

defbackup_subnet_cidr=(value)->::String
Parameter
  • value (::String) — Optional. CIDR range of the backup subnet.
Returns
  • (::String) — Optional. CIDR range of the backup subnet.

#cidr

defcidr()->::String
Returns
  • (::String) — Optional. Network settings. CIDR to use for cluster IP allocation.

#cidr=

defcidr=(value)->::String
Parameter
  • value (::String) — Optional. Network settings. CIDR to use for cluster IP allocation.
Returns
  • (::String) — Optional. Network settings. CIDR to use for cluster IP allocation.

#create_time

defcreate_time()->::Google::Protobuf::Timestamp
Returns

#display_name

defdisplay_name()->::String
Returns
  • (::String) — Optional. User friendly name for this resource.

#display_name=

defdisplay_name=(value)->::String
Parameter
  • value (::String) — Optional. User friendly name for this resource.
Returns
  • (::String) — Optional. User friendly name for this resource.

#exadata_infrastructure

defexadata_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=

defexadata_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

defgcp_oracle_zone()->::String
Returns
  • (::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.

#identity_connector

defidentity_connector()->::Google::Cloud::OracleDatabase::V1::IdentityConnector
Returns

#labels

deflabels()->::Google::Protobuf::Map{::String=>::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels or tags associated with the VM Cluster.

#labels=

deflabels=(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

defname()->::String
Returns
  • (::String) — Identifier. The name of the VM Cluster resource with the format: projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}

#name=

defname=(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

defnetwork()->::String
Returns
  • (::String) — Optional. The name of the VPC network. Format: projects/{project}/global/networks/{network}

#network=

defnetwork=(value)->::String
Parameter
  • value (::String) — Optional. The name of the VPC network. Format: projects/{project}/global/networks/{network}
Returns
  • (::String) — Optional. The name of the VPC network. Format: projects/{project}/global/networks/{network}

#odb_network

defodb_network()->::String
Returns
  • (::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_network=

defodb_network=(value)->::String
Parameter
  • value (::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.
Returns
  • (::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

defodb_subnet()->::String
Returns
  • (::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}

#odb_subnet=

defodb_subnet=(value)->::String
Parameter
  • value (::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}
Returns
  • (::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}

#properties

defproperties()->::Google::Cloud::OracleDatabase::V1::CloudVmClusterProperties
Returns

#properties=

defproperties=(value)->::Google::Cloud::OracleDatabase::V1::CloudVmClusterProperties
Parameter
Returns

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.