Reference documentation and code samples for the Google Cloud Hypercompute Cluster V1beta Client class NewNetworkConfig.
When set in a NetworkResourceConfig, indicates that a new network should be created.
Generated from protobuf message google.cloud.hypercomputecluster.v1beta.NewNetworkConfig
Namespace
Google \ Cloud \ HypercomputeCluster \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ network |
string
Required. Immutable. Name of the network to create, in the format |
↳ description |
string
Optional. Immutable. Description of the network. Maximum of 2048 characters. |
getNetwork
Required. Immutable. Name of the network to create, in the format
projects/{project}/global/networks/{network}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNetwork
Required. Immutable. Name of the network to create, in the format
projects/{project}/global/networks/{network}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDescription
Optional. Immutable. Description of the network. Maximum of 2048 characters.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDescription
Optional. Immutable. Description of the network. Maximum of 2048 characters.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|