public static interface Cluster.SystemAddonsConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIngress()
public abstract Cluster.SystemAddonsConfig.Ingress getIngress()
Optional. Config for Ingress.
.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.Ingress ingress = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Cluster.SystemAddonsConfig.Ingress |
The ingress. |
getIngressOrBuilder()
public abstract Cluster.SystemAddonsConfig.IngressOrBuilder getIngressOrBuilder()
Optional. Config for Ingress.
.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.Ingress ingress = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Cluster.SystemAddonsConfig.IngressOrBuilder |
getVmServiceConfig()
public abstract Cluster.SystemAddonsConfig.VMServiceConfig getVmServiceConfig()
Optional. Config for VM Service.
.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.VMServiceConfig vm_service_config = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Cluster.SystemAddonsConfig.VMServiceConfig |
The vmServiceConfig. |
getVmServiceConfigOrBuilder()
public abstract Cluster.SystemAddonsConfig.VMServiceConfigOrBuilder getVmServiceConfigOrBuilder()
Optional. Config for VM Service.
.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.VMServiceConfig vm_service_config = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Cluster.SystemAddonsConfig.VMServiceConfigOrBuilder |
hasIngress()
public abstract boolean hasIngress()
Optional. Config for Ingress.
.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.Ingress ingress = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the ingress field is set. |
hasVmServiceConfig()
public abstract boolean hasVmServiceConfig()
Optional. Config for VM Service.
.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.VMServiceConfig vm_service_config = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the vmServiceConfig field is set. |