Reference documentation and code samples for the Cluster Director V1BETA API class Google::Cloud::HypercomputeCluster::V1beta::ExistingNetworkConfig.
When set in a NetworkResourceConfig, indicates that an existing network should be imported.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#network
def network() -> ::String
Returns
-
(::String) — Required. Immutable. Name of the network to import, in the format
projects/{project}/global/networks/{network}.
#network=
def network=(value) -> ::String
Parameter
-
value (::String) — Required. Immutable. Name of the network to import, in the format
projects/{project}/global/networks/{network}.
Returns
-
(::String) — Required. Immutable. Name of the network to import, in the format
projects/{project}/global/networks/{network}.
#subnetwork
def subnetwork() -> ::String
Returns
-
(::String) — Required. Immutable. Particular subnetwork to use, in the format
projects/{project}/regions/{region}/subnetworks/{subnetwork}.
#subnetwork=
def subnetwork=(value) -> ::String
Parameter
-
value (::String) — Required. Immutable. Particular subnetwork to use, in the format
projects/{project}/regions/{region}/subnetworks/{subnetwork}.
Returns
-
(::String) — Required. Immutable. Particular subnetwork to use, in the format
projects/{project}/regions/{region}/subnetworks/{subnetwork}.