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

