public interface ManagementConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFullManagementConfig()
public abstract FullManagementConfig getFullManagementConfig()
Configuration of the full (Autopilot) cluster management. Full cluster management is a preview feature.
.google.cloud.telcoautomation.v1.FullManagementConfig full_management_config = 2;
Returns | |
---|---|
Type | Description |
FullManagementConfig | The fullManagementConfig. |
getFullManagementConfigOrBuilder()
public abstract FullManagementConfigOrBuilder getFullManagementConfigOrBuilder()
Configuration of the full (Autopilot) cluster management. Full cluster management is a preview feature.
.google.cloud.telcoautomation.v1.FullManagementConfig full_management_config = 2;
Returns | |
---|---|
Type | Description |
FullManagementConfigOrBuilder |
getOneofConfigCase()
public abstract ManagementConfig.OneofConfigCase getOneofConfigCase()
Returns | |
---|---|
Type | Description |
ManagementConfig.OneofConfigCase |
getStandardManagementConfig()
public abstract StandardManagementConfig getStandardManagementConfig()
Configuration of the standard (GKE) cluster management
.google.cloud.telcoautomation.v1.StandardManagementConfig standard_management_config = 1;
Returns | |
---|---|
Type | Description |
StandardManagementConfig | The standardManagementConfig. |
getStandardManagementConfigOrBuilder()
public abstract StandardManagementConfigOrBuilder getStandardManagementConfigOrBuilder()
Configuration of the standard (GKE) cluster management
.google.cloud.telcoautomation.v1.StandardManagementConfig standard_management_config = 1;
Returns | |
---|---|
Type | Description |
StandardManagementConfigOrBuilder |
hasFullManagementConfig()
public abstract boolean hasFullManagementConfig()
Configuration of the full (Autopilot) cluster management. Full cluster management is a preview feature.
.google.cloud.telcoautomation.v1.FullManagementConfig full_management_config = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the fullManagementConfig field is set. |
hasStandardManagementConfig()
public abstract boolean hasStandardManagementConfig()
Configuration of the standard (GKE) cluster management
.google.cloud.telcoautomation.v1.StandardManagementConfig standard_management_config = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the standardManagementConfig field is set. |