Reference documentation and code samples for the Google Cloud Edge Network V1 Client class Network.
Message describing Network object
Generated from protobuf message google.cloud.edgenetwork.v1.Network
Namespace
Google \ Cloud \ EdgeNetwork \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The canonical resource name of the network.
↳ create_time
↳ update_time
↳ labels
↳ description
string
Optional. A free-text description of the resource. Max length 1024 characters.
↳ mtu
int
IP (L3) MTU value of the network. Valid values are: 1500 and 9000. Default to 1500 if not set.
getName
Required. The canonical resource name of the network.
string
setName
Required. The canonical resource name of the network.
var
string
$this
getCreateTime
Output only. The time when the network was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time when the network was created.
$this
getUpdateTime
Output only. The time when the network was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The time when the network was last updated.
$this
getLabels
Labels associated with this resource.
setLabels
Labels associated with this resource.
$this
getDescription
Optional. A free-text description of the resource. Max length 1024 characters.
string
setDescription
Optional. A free-text description of the resource. Max length 1024 characters.
var
string
$this
getMtu
IP (L3) MTU value of the network.
Valid values are: 1500 and 9000. Default to 1500 if not set.
int
setMtu
IP (L3) MTU value of the network.
Valid values are: 1500 and 9000. Default to 1500 if not set.
var
int
$this