Reference documentation and code samples for the Google Cloud Hypercompute Cluster V1 Client class NetworkReference.
A reference to a VPC network in Google Compute Engine.
Generated from protobuf message google.cloud.hypercomputecluster.v1.NetworkReference
Namespace
Google \ Cloud \ HypercomputeCluster \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ network
string
Output only. Name of the network, in the format projects/{project}/global/networks/{network}
.
↳ subnetwork
string
Output only. Name of the particular subnetwork being used by the cluster, in the format projects/{project}/regions/{region}/subnetworks/{subnetwork}
.
getNetwork
Output only. Name of the network, in the format projects/{project}/global/networks/{network}
.
string
setNetwork
Output only. Name of the network, in the format projects/{project}/global/networks/{network}
.
var
string
$this
getSubnetwork
Output only. Name of the particular subnetwork being used by the cluster,
in the format projects/{project}/regions/{region}/subnetworks/{subnetwork}
.
string
setSubnetwork
Output only. Name of the particular subnetwork being used by the cluster,
in the format projects/{project}/regions/{region}/subnetworks/{subnetwork}
.
var
string
$this

