Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateDeploymentVersionProperties.
Properties of GoldengateDeploymentVersion.
Generated from protobuf message google.cloud.oracledatabase.v1.GoldengateDeploymentVersionProperties
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ deployment_type |
int
Output only. The deployment type of the Goldengate Deployment Version resource. |
↳ security_fix |
bool
Optional. Whether the Goldengate Deployment Version resource is a security fix. |
↳ ogg_version |
string
Output only. The OGG version of the Goldengate Deployment Version resource. |
↳ release_type |
int
Output only. The release type of the Goldengate Deployment Version resource. |
↳ release_time |
Google\Protobuf\Timestamp
Output only. The release time of the Goldengate Deployment Version resource. |
↳ support_end_time |
Google\Protobuf\Timestamp
Output only. The support end time of the Goldengate Deployment Version resource. |
getDeploymentType
Output only. The deployment type of the Goldengate Deployment Version resource.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type DeploymentType. |
setDeploymentType
Output only. The deployment type of the Goldengate Deployment Version resource.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type DeploymentType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSecurityFix
Optional. Whether the Goldengate Deployment Version resource is a security fix.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setSecurityFix
Optional. Whether the Goldengate Deployment Version resource is a security fix.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOggVersion
Output only. The OGG version of the Goldengate Deployment Version resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setOggVersion
Output only. The OGG version of the Goldengate Deployment Version resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getReleaseType
Output only. The release type of the Goldengate Deployment Version resource.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type DeploymentReleaseType. |
setReleaseType
Output only. The release type of the Goldengate Deployment Version resource.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type DeploymentReleaseType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getReleaseTime
Output only. The release time of the Goldengate Deployment Version resource.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasReleaseTime
clearReleaseTime
setReleaseTime
Output only. The release time of the Goldengate Deployment Version resource.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSupportEndTime
Output only. The support end time of the Goldengate Deployment Version resource.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasSupportEndTime
clearSupportEndTime
setSupportEndTime
Output only. The support end time of the Goldengate Deployment Version resource.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|