v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1358182299.4 KB
projects

Creates a new VM Cluster in a given project and location.

post/v1/{+parent}/cloudVmClusters

Path parameters

parentstring required

Required. The name of the parent in the following format: projects/{project}/locations/{location}.

Query parameters

cloudVmClusterIdstring

Required. The ID of the VM Cluster to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.

requestIdstring

Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

Request body

networkstring

Optional. The name of the VPC network. Format: projects/{project}/global/networks/{network}

backupOdbSubnetstring

Optional. The name of the backup OdbSubnet associated with the VM Cluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}

odbSubnetstring

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}

exadataInfrastructurestring

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}

exascaleDbStorageVaultstring

Optional. The name of ExascaleDbStorageVault associated with the VM Cluster. Format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}

odbNetworkstring

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.

createTimestring google-datetime

Output only. The date and time that the VM cluster was created.

cidrstring

Optional. Network settings. CIDR to use for cluster IP allocation.

backupSubnetCidrstring

Optional. CIDR range of the backup subnet.

displayNamestring

Optional. User friendly name for this resource.

gcpOracleZonestring

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.

labelsobject

Optional. Labels or tags associated with the VM Cluster.

namestring

Identifier. The name of the VM Cluster resource with the format: projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}

Response

Successful response