Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class MinorVersion.
MinorVersion represents a minor version of a GI.
https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/GiMinorVersionSummary/
Generated from protobuf message google.cloud.oracledatabase.v1.MinorVersion
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 MinorVersion resource with the format: projects/{project}/locations/{region}/giVersions/{gi_version}/minorVersions/{minor_version} |
↳ grid_image_id |
string
Optional. The ID of the Grid Image. |
↳ version |
string
Optional. The valid Oracle grid infrastructure software version. |
getName
Identifier. The name of the MinorVersion resource with the format: projects/{project}/locations/{region}/giVersions/{gi_version}/minorVersions/{minor_version}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Identifier. The name of the MinorVersion resource with the format: projects/{project}/locations/{region}/giVersions/{gi_version}/minorVersions/{minor_version}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGridImageId
Optional. The ID of the Grid Image.
| Returns | |
|---|---|
| Type | Description |
string |
|
setGridImageId
Optional. The ID of the Grid Image.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getVersion
Optional. The valid Oracle grid infrastructure software version.
| Returns | |
|---|---|
| Type | Description |
string |
|
setVersion
Optional. The valid Oracle grid infrastructure software version.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|