Reference documentation and code samples for the Google Cloud Network Management V1 Client class VpcConnectorInfo.
For display only. Metadata associated with a VPC connector.
Generated from protobuf message google.cloud.networkmanagement.v1.VpcConnectorInfo
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ display_name |
string
Name of a VPC connector. |
↳ uri |
string
URI of a VPC connector. |
↳ location |
string
Location in which the VPC connector is deployed. |
getDisplayName
Name of a VPC connector.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Name of a VPC connector.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUri
URI of a VPC connector.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUri
URI of a VPC connector.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLocation
Location in which the VPC connector is deployed.
| Returns | |
|---|---|
| Type | Description |
string |
|
setLocation
Location in which the VPC connector is deployed.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|