Reference documentation and code samples for the Google Cloud Network Management V1 Client class InterconnectAttachmentInfo.
For display only. Metadata associated with an Interconnect attachment.
Generated from protobuf message google.cloud.networkmanagement.v1.InterconnectAttachmentInfo
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ display_name |
string
Name of an Interconnect attachment. |
↳ uri |
string
URI of an Interconnect attachment. |
↳ interconnect_uri |
string
URI of the Interconnect where the Interconnect attachment is configured. |
↳ region |
string
Name of a Google Cloud region where the Interconnect attachment is configured. |
↳ cloud_router_uri |
string
URI of the Cloud Router to be used for dynamic routing. |
↳ type |
int
The type of interconnect attachment this is. |
↳ l2_attachment_matched_ip_address |
string
Appliance IP address that was matched for L2_DEDICATED attachments. |
getDisplayName
Name of an Interconnect attachment.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Name of an Interconnect attachment.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUri
URI of an Interconnect attachment.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUri
URI of an Interconnect attachment.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getInterconnectUri
URI of the Interconnect where the Interconnect attachment is configured.
| Returns | |
|---|---|
| Type | Description |
string |
|
setInterconnectUri
URI of the Interconnect where the Interconnect attachment is configured.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRegion
Name of a Google Cloud region where the Interconnect attachment is configured.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRegion
Name of a Google Cloud region where the Interconnect attachment is configured.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCloudRouterUri
URI of the Cloud Router to be used for dynamic routing.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCloudRouterUri
URI of the Cloud Router to be used for dynamic routing.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getType
The type of interconnect attachment this is.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Type. |
setType
The type of interconnect attachment this is.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Type. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getL2AttachmentMatchedIpAddress
Appliance IP address that was matched for L2_DEDICATED attachments.
| Returns | |
|---|---|
| Type | Description |
string |
|
setL2AttachmentMatchedIpAddress
Appliance IP address that was matched for L2_DEDICATED attachments.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|