public interface NetworkResourceConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfigCase()
public abstract NetworkResourceConfig.ConfigCase getConfigCase()| Returns | |
|---|---|
| Type | Description |
NetworkResourceConfig.ConfigCase |
|
getExistingNetwork()
public abstract ExistingNetworkConfig getExistingNetwork()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()
public abstract ExistingNetworkConfigOrBuilder getExistingNetworkOrBuilder()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()
public abstract NewNetworkConfig getNewNetwork()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()
public abstract NewNetworkConfigOrBuilder getNewNetworkOrBuilder()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()
public abstract boolean hasExistingNetwork()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()
public abstract boolean hasNewNetwork()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. |