Class NetworkResourceConfig (0.1.0)

NetworkResourceConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes how a network resource should be initialized. Each network resource can either be imported from an existing Google Cloud resource or initialized when the cluster is created.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
new_network google.cloud.hypercomputecluster_v1beta.types.NewNetworkConfig
Optional. Immutable. If set, indicates that a new network should be created. This field is a member of oneof_ config.
existing_network google.cloud.hypercomputecluster_v1beta.types.ExistingNetworkConfig
Optional. Immutable. If set, indicates that an existing network should be imported. This field is a member of oneof_ config.