public interface InterconnectGroupsOperationalStatusOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConfigured()
public abstract InterconnectGroupConfigured getConfigured()
The configuration analysis, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupConfigured configured = 295631422;
Returns | |
---|---|
Type | Description |
InterconnectGroupConfigured |
The configured. |
getConfiguredOrBuilder()
public abstract InterconnectGroupConfiguredOrBuilder getConfiguredOrBuilder()
The configuration analysis, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupConfigured configured = 295631422;
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredOrBuilder |
getGroupStatus()
public abstract String getGroupStatus()
Summarizes the status of the group. Check the GroupStatus enum for the list of possible values.
optional string group_status = 338778546;
Returns | |
---|---|
Type | Description |
String |
The groupStatus. |
getGroupStatusBytes()
public abstract ByteString getGroupStatusBytes()
Summarizes the status of the group. Check the GroupStatus enum for the list of possible values.
optional string group_status = 338778546;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for groupStatus. |
getIntent()
public abstract InterconnectGroupIntent getIntent()
The intent of the resource, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupIntent intent = 426849948;
Returns | |
---|---|
Type | Description |
InterconnectGroupIntent |
The intent. |
getIntentOrBuilder()
public abstract InterconnectGroupIntentOrBuilder getIntentOrBuilder()
The intent of the resource, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupIntent intent = 426849948;
Returns | |
---|---|
Type | Description |
InterconnectGroupIntentOrBuilder |
getInterconnectStatuses(int index)
public abstract InterconnectGroupsOperationalStatusInterconnectStatus getInterconnectStatuses(int index)
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
InterconnectGroupsOperationalStatusInterconnectStatus |
getInterconnectStatusesCount()
public abstract int getInterconnectStatusesCount()
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
Returns | |
---|---|
Type | Description |
int |
getInterconnectStatusesList()
public abstract List<InterconnectGroupsOperationalStatusInterconnectStatus> getInterconnectStatusesList()
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
Returns | |
---|---|
Type | Description |
List<InterconnectGroupsOperationalStatusInterconnectStatus> |
getInterconnectStatusesOrBuilder(int index)
public abstract InterconnectGroupsOperationalStatusInterconnectStatusOrBuilder getInterconnectStatusesOrBuilder(int index)
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
InterconnectGroupsOperationalStatusInterconnectStatusOrBuilder |
getInterconnectStatusesOrBuilderList()
public abstract List<? extends InterconnectGroupsOperationalStatusInterconnectStatusOrBuilder> getInterconnectStatusesOrBuilderList()
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatusOrBuilder> |
getOperational()
public abstract InterconnectGroupConfigured getOperational()
The operational state of the group, including only active Interconnects.
optional .google.cloud.compute.v1.InterconnectGroupConfigured operational = 129704914;
Returns | |
---|---|
Type | Description |
InterconnectGroupConfigured |
The operational. |
getOperationalOrBuilder()
public abstract InterconnectGroupConfiguredOrBuilder getOperationalOrBuilder()
The operational state of the group, including only active Interconnects.
optional .google.cloud.compute.v1.InterconnectGroupConfigured operational = 129704914;
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredOrBuilder |
hasConfigured()
public abstract boolean hasConfigured()
The configuration analysis, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupConfigured configured = 295631422;
Returns | |
---|---|
Type | Description |
boolean |
Whether the configured field is set. |
hasGroupStatus()
public abstract boolean hasGroupStatus()
Summarizes the status of the group. Check the GroupStatus enum for the list of possible values.
optional string group_status = 338778546;
Returns | |
---|---|
Type | Description |
boolean |
Whether the groupStatus field is set. |
hasIntent()
public abstract boolean hasIntent()
The intent of the resource, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupIntent intent = 426849948;
Returns | |
---|---|
Type | Description |
boolean |
Whether the intent field is set. |
hasOperational()
public abstract boolean hasOperational()
The operational state of the group, including only active Interconnects.
optional .google.cloud.compute.v1.InterconnectGroupConfigured operational = 129704914;
Returns | |
---|---|
Type | Description |
boolean |
Whether the operational field is set. |