Reference documentation and code samples for the Google Cloud Dms V1 Client class PrivateConnection.
The PrivateConnection resource is used to establish private connectivity with the customer's network.
Generated from protobuf message google.cloud.clouddms.v1.PrivateConnection
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
The name of the resource. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The create time of the resource. |
↳ update_time |
Google\Protobuf\Timestamp
Output only. The last update time of the resource. |
↳ labels |
array|Google\Protobuf\Internal\MapField
The resource labels for private connections to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example: |
↳ display_name |
string
The private connection display name. |
↳ state |
int
Output only. The state of the private connection. |
↳ error |
Google\Rpc\Status
Output only. The error details in case of state FAILED. |
↳ vpc_peering_config |
Google\Cloud\CloudDms\V1\VpcPeeringConfig
VPC peering configuration. |
getName
The name of the resource.
Returns | |
---|---|
Type | Description |
string |
setName
The name of the resource.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Output only. The create time of the resource.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. The create time of the resource.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateTime
Output only. The last update time of the resource.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The last update time of the resource.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getLabels
The resource labels for private connections to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs.
Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }
.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setLabels
The resource labels for private connections to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs.
Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }
.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
The private connection display name.
Returns | |
---|---|
Type | Description |
string |
setDisplayName
The private connection display name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getState
Output only. The state of the private connection.
Returns | |
---|---|
Type | Description |
int |
setState
Output only. The state of the private connection.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getError
Output only. The error details in case of state FAILED.
Returns | |
---|---|
Type | Description |
Google\Rpc\Status|null |
hasError
clearError
setError
Output only. The error details in case of state FAILED.
Parameter | |
---|---|
Name | Description |
var |
Google\Rpc\Status
|
Returns | |
---|---|
Type | Description |
$this |
getVpcPeeringConfig
VPC peering configuration.
Returns | |
---|---|
Type | Description |
Google\Cloud\CloudDms\V1\VpcPeeringConfig|null |
hasVpcPeeringConfig
setVpcPeeringConfig
VPC peering configuration.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\CloudDms\V1\VpcPeeringConfig
|
Returns | |
---|---|
Type | Description |
$this |
getConnectivity
Returns | |
---|---|
Type | Description |
string |