Reference documentation and code samples for the Google Cloud Network Management V1 Client class HybridSubnetInfo.
For display only. Metadata associated with a hybrid subnet.
Generated from protobuf message google.cloud.networkmanagement.v1.HybridSubnetInfo
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 hybrid subnet. |
↳ uri |
string
URI of a hybrid subnet. |
↳ region |
string
Name of a Google Cloud region where the hybrid subnet is configured. |
getDisplayName
Name of a hybrid subnet.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Name of a hybrid subnet.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUri
URI of a hybrid subnet.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUri
URI of a hybrid subnet.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRegion
Name of a Google Cloud region where the hybrid subnet is configured.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRegion
Name of a Google Cloud region where the hybrid subnet is configured.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|