Cluster Director V1BETA API - Class Google::Cloud::HypercomputeCluster::V1beta::NetworkResource (v0.1.0)

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

#network=

def network=(value) -> ::Google::Cloud::HypercomputeCluster::V1beta::NetworkReference
Parameter
Returns