Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateDeployment.
GoldengateDeployment Goldengate Deployment resource model.
Generated from protobuf message google.cloud.oracledatabase.v1.GoldengateDeployment
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 GoldengateDeployment resource in the following format: projects/{project}/locations/{region}/goldengateDeployments/{goldengate_deployment} |
↳ properties |
GoldengateDeploymentProperties
Required. The properties of the GoldengateDeployment. |
↳ gcp_oracle_zone |
string
Optional. The GCP Oracle zone where Oracle GoldengateDeployment is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability. |
↳ labels |
array|Google\Protobuf\Internal\MapField
Optional. The labels or tags associated with the GoldengateDeployment. |
↳ odb_network |
string
Optional. The name of the OdbNetwork associated with the GoldengateDeployment. |
↳ odb_subnet |
string
Required. The name of the OdbSubnet associated with the GoldengateDeployment for IP allocation. |
↳ entitlement_id |
string
Output only. The ID of the subscription entitlement associated with the GoldengateDeployment |
↳ display_name |
string
Required. The display name for the GoldengateDeployment. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The date and time that the GoldengateDeployment was created. |
↳ oci_url |
string
Output only. HTTPS link to OCI resources exposed to Customer via UI Interface. |
getName
Identifier. The name of the GoldengateDeployment resource in the following format: projects/{project}/locations/{region}/goldengateDeployments/{goldengate_deployment}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Identifier. The name of the GoldengateDeployment resource in the following format: projects/{project}/locations/{region}/goldengateDeployments/{goldengate_deployment}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProperties
Required. The properties of the GoldengateDeployment.
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentProperties|null |
|
hasProperties
clearProperties
setProperties
Required. The properties of the GoldengateDeployment.
| Parameter | |
|---|---|
| Name | Description |
var |
GoldengateDeploymentProperties
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGcpOracleZone
Optional. The GCP Oracle zone where Oracle GoldengateDeployment is hosted.
Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.
| Returns | |
|---|---|
| Type | Description |
string |
|
setGcpOracleZone
Optional. The GCP Oracle zone where Oracle GoldengateDeployment is hosted.
Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLabels
Optional. The labels or tags associated with the GoldengateDeployment.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\MapField |
|
setLabels
Optional. The labels or tags associated with the GoldengateDeployment.
| Parameter | |
|---|---|
| Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOdbNetwork
Optional. The name of the OdbNetwork associated with the GoldengateDeployment.
| Returns | |
|---|---|
| Type | Description |
string |
|
setOdbNetwork
Optional. The name of the OdbNetwork associated with the GoldengateDeployment.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOdbSubnet
Required. The name of the OdbSubnet associated with the GoldengateDeployment for IP allocation.
| Returns | |
|---|---|
| Type | Description |
string |
|
setOdbSubnet
Required. The name of the OdbSubnet associated with the GoldengateDeployment for IP allocation.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEntitlementId
Output only. The ID of the subscription entitlement associated with the GoldengateDeployment
| Returns | |
|---|---|
| Type | Description |
string |
|
setEntitlementId
Output only. The ID of the subscription entitlement associated with the GoldengateDeployment
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
Required. The display name for the GoldengateDeployment.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Required. The display name for the GoldengateDeployment.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCreateTime
Output only. The date and time that the GoldengateDeployment was created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasCreateTime
clearCreateTime
setCreateTime
Output only. The date and time that the GoldengateDeployment was created.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOciUrl
Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.
| Returns | |
|---|---|
| Type | Description |
string |
|
setOciUrl
Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|