public interface ManagedGroupConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstanceGroupManagerName()
public abstract String getInstanceGroupManagerName()Output only. The name of the Instance Group Manager for this group.
string instance_group_manager_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The instanceGroupManagerName. |
getInstanceGroupManagerNameBytes()
public abstract ByteString getInstanceGroupManagerNameBytes()Output only. The name of the Instance Group Manager for this group.
string instance_group_manager_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instanceGroupManagerName. |
getInstanceTemplateName()
public abstract String getInstanceTemplateName()Output only. The name of the Instance Template used for the Managed Instance Group.
string instance_template_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The instanceTemplateName. |
getInstanceTemplateNameBytes()
public abstract ByteString getInstanceTemplateNameBytes()Output only. The name of the Instance Template used for the Managed Instance Group.
string instance_template_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instanceTemplateName. |