Reference documentation and code samples for the Cluster Director V1BETA API class Google::Cloud::HypercomputeCluster::V1beta::NewNetworkConfig.
When set in a NetworkResourceConfig, indicates that a new network should be created.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#description
def description() -> ::String
Returns
- (::String) — Optional. Immutable. Description of the network. Maximum of 2048 characters.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. Immutable. Description of the network. Maximum of 2048 characters.
Returns
- (::String) — Optional. Immutable. Description of the network. Maximum of 2048 characters.
#network
def network() -> ::String
Returns
-
(::String) — Required. Immutable. Name of the network to create, in the format
projects/{project}/global/networks/{network}.
#network=
def network=(value) -> ::String
Parameter
-
value (::String) — Required. Immutable. Name of the network to create, in the format
projects/{project}/global/networks/{network}.
Returns
-
(::String) — Required. Immutable. Name of the network to create, in the format
projects/{project}/global/networks/{network}.