Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class CloudExadataInfrastructure.
Represents CloudExadataInfrastructure resource.
https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/
Generated from protobuf message google.cloud.oracledatabase.v1.CloudExadataInfrastructure
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 Exadata Infrastructure resource with the format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure} |
↳ display_name |
string
Optional. User friendly name for this resource. |
↳ gcp_oracle_zone |
string
Optional. Google Cloud Platform location where Oracle Exadata is hosted. |
↳ entitlement_id |
string
Output only. Entitlement ID of the private offer against which this infrastructure resource is provisioned. |
↳ properties |
CloudExadataInfrastructureProperties
Optional. Various properties of the infra. |
↳ labels |
array|Google\Protobuf\Internal\MapField
Optional. Labels or tags associated with the resource. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The date and time that the Exadata Infrastructure was created. |
getName
Identifier. The name of the Exadata Infrastructure resource with the format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}
Returns | |
---|---|
Type | Description |
string |
setName
Identifier. The name of the Exadata Infrastructure resource with the format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_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
Optional. Google Cloud Platform location where Oracle Exadata is hosted.
Returns | |
---|---|
Type | Description |
string |
setGcpOracleZone
Optional. Google Cloud Platform location where Oracle Exadata is hosted.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getEntitlementId
Output only. Entitlement ID of the private offer against which this infrastructure resource is provisioned.
Returns | |
---|---|
Type | Description |
string |
setEntitlementId
Output only. Entitlement ID of the private offer against which this infrastructure resource is provisioned.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getProperties
Optional. Various properties of the infra.
Returns | |
---|---|
Type | Description |
CloudExadataInfrastructureProperties|null |
hasProperties
clearProperties
setProperties
Optional. Various properties of the infra.
Parameter | |
---|---|
Name | Description |
var |
CloudExadataInfrastructureProperties
|
Returns | |
---|---|
Type | Description |
$this |
getLabels
Optional. Labels or tags associated with the resource.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setLabels
Optional. Labels or tags associated with the resource.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Output only. The date and time that the Exadata Infrastructure was created.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. The date and time that the Exadata Infrastructure was created.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |