Interface NetworkResourceConfigOrBuilder (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface NetworkResourceConfigOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getConfigCase()
publicabstractNetworkResourceConfig.ConfigCasegetConfigCase()| Returns | |
|---|---|
| Type | Description |
NetworkResourceConfig.ConfigCase |
|
getExistingNetwork()
publicabstractExistingNetworkConfiggetExistingNetwork()Optional. Immutable. If set, indicates that an existing network should be imported.
.google.cloud.hypercomputecluster.v1beta.ExistingNetworkConfig existing_network = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
ExistingNetworkConfig |
The existingNetwork. |
getExistingNetworkOrBuilder()
publicabstractExistingNetworkConfigOrBuildergetExistingNetworkOrBuilder()Optional. Immutable. If set, indicates that an existing network should be imported.
.google.cloud.hypercomputecluster.v1beta.ExistingNetworkConfig existing_network = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
ExistingNetworkConfigOrBuilder |
|
getNewNetwork()
publicabstractNewNetworkConfiggetNewNetwork()Optional. Immutable. If set, indicates that a new network should be created.
.google.cloud.hypercomputecluster.v1beta.NewNetworkConfig new_network = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
NewNetworkConfig |
The newNetwork. |
getNewNetworkOrBuilder()
publicabstractNewNetworkConfigOrBuildergetNewNetworkOrBuilder()Optional. Immutable. If set, indicates that a new network should be created.
.google.cloud.hypercomputecluster.v1beta.NewNetworkConfig new_network = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
NewNetworkConfigOrBuilder |
|
hasExistingNetwork()
publicabstractbooleanhasExistingNetwork()Optional. Immutable. If set, indicates that an existing network should be imported.
.google.cloud.hypercomputecluster.v1beta.ExistingNetworkConfig existing_network = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the existingNetwork field is set. |
hasNewNetwork()
publicabstractbooleanhasNewNetwork()Optional. Immutable. If set, indicates that a new network should be created.
.google.cloud.hypercomputecluster.v1beta.NewNetworkConfig new_network = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the newNetwork field is set. |