Reference documentation and code samples for the Cluster Director V1BETA API class Google::Cloud::HypercomputeCluster::V1beta::NetworkResource.
A resource representing a network that connects the various components of a cluster together.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#config
def config() -> ::Google::Cloud::HypercomputeCluster::V1beta::NetworkResourceConfig
Returns
- (::Google::Cloud::HypercomputeCluster::V1beta::NetworkResourceConfig) — Immutable. Configuration for this network resource, which describes how it should be created or imported. This field only controls how the network resource is initially created or imported. Subsequent changes to the network resource should be made via the resource's API and will not be reflected in the configuration.
#config=
def config=(value) -> ::Google::Cloud::HypercomputeCluster::V1beta::NetworkResourceConfig
Parameter
- value (::Google::Cloud::HypercomputeCluster::V1beta::NetworkResourceConfig) — Immutable. Configuration for this network resource, which describes how it should be created or imported. This field only controls how the network resource is initially created or imported. Subsequent changes to the network resource should be made via the resource's API and will not be reflected in the configuration.
Returns
- (::Google::Cloud::HypercomputeCluster::V1beta::NetworkResourceConfig) — Immutable. Configuration for this network resource, which describes how it should be created or imported. This field only controls how the network resource is initially created or imported. Subsequent changes to the network resource should be made via the resource's API and will not be reflected in the configuration.
#network
def network() -> ::Google::Cloud::HypercomputeCluster::V1beta::NetworkReference
Returns
- (::Google::Cloud::HypercomputeCluster::V1beta::NetworkReference) — Reference to a network in Google Compute Engine.
#network=
def network=(value) -> ::Google::Cloud::HypercomputeCluster::V1beta::NetworkReference
Parameter
- value (::Google::Cloud::HypercomputeCluster::V1beta::NetworkReference) — Reference to a network in Google Compute Engine.
Returns
- (::Google::Cloud::HypercomputeCluster::V1beta::NetworkReference) — Reference to a network in Google Compute Engine.