Reference documentation and code samples for the Distributed Cloud Edge Network V1 API class Google::Cloud::EdgeNetwork::V1::Network.
Message describing Network object
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the network was created.
#description
def description() -> ::String
Returns
- (::String) — Optional. A free-text description of the resource. Max length 1024 characters.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. A free-text description of the resource. Max length 1024 characters.
Returns
- (::String) — Optional. A free-text description of the resource. Max length 1024 characters.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Labels associated with this resource.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Labels associated with this resource.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Labels associated with this resource.
#mtu
def mtu() -> ::Integer
Returns
- (::Integer) — IP (L3) MTU value of the network. Valid values are: 1500 and 9000. Default to 1500 if not set.
#mtu=
def mtu=(value) -> ::Integer
Parameter
- value (::Integer) — IP (L3) MTU value of the network. Valid values are: 1500 and 9000. Default to 1500 if not set.
Returns
- (::Integer) — IP (L3) MTU value of the network. Valid values are: 1500 and 9000. Default to 1500 if not set.
#name
def name() -> ::String
Returns
- (::String) — Required. The canonical resource name of the network.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The canonical resource name of the network.
Returns
- (::String) — Required. The canonical resource name of the network.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the network was last updated.