Reference documentation and code samples for the Google Cloud Container V1 Client class NetworkTags.
Collection of Compute Engine network tags that can be applied to a node's underlying VM instance.
Generated from protobuf message google.container.v1.NetworkTags
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ tags |
array
List of network tags. |
getTags
List of network tags.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setTags
List of network tags.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|