public static interface DiagnoseNetworkResponse.NetworkStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMacsecStatusInternalLinks()
public abstract DiagnoseNetworkResponse.NetworkStatus.MacsecStatus getMacsecStatusInternalLinks()The MACsec status of internal links.
.google.cloud.edgenetwork.v1.DiagnoseNetworkResponse.NetworkStatus.MacsecStatus macsec_status_internal_links = 2;
| Returns | |
|---|---|
| Type | Description |
DiagnoseNetworkResponse.NetworkStatus.MacsecStatus |
The macsecStatusInternalLinks. |
getMacsecStatusInternalLinksValue()
public abstract int getMacsecStatusInternalLinksValue()The MACsec status of internal links.
.google.cloud.edgenetwork.v1.DiagnoseNetworkResponse.NetworkStatus.MacsecStatus macsec_status_internal_links = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for macsecStatusInternalLinks. |
getSubnetStatus(int index)
public abstract SubnetStatus getSubnetStatus(int index)A list of status for the subnets under the current network.
repeated .google.cloud.edgenetwork.v1.SubnetStatus subnet_status = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SubnetStatus |
|
getSubnetStatusCount()
public abstract int getSubnetStatusCount()A list of status for the subnets under the current network.
repeated .google.cloud.edgenetwork.v1.SubnetStatus subnet_status = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getSubnetStatusList()
public abstract List<SubnetStatus> getSubnetStatusList()A list of status for the subnets under the current network.
repeated .google.cloud.edgenetwork.v1.SubnetStatus subnet_status = 1;
| Returns | |
|---|---|
| Type | Description |
List<SubnetStatus> |
|
getSubnetStatusOrBuilder(int index)
public abstract SubnetStatusOrBuilder getSubnetStatusOrBuilder(int index)A list of status for the subnets under the current network.
repeated .google.cloud.edgenetwork.v1.SubnetStatus subnet_status = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SubnetStatusOrBuilder |
|
getSubnetStatusOrBuilderList()
public abstract List<? extends SubnetStatusOrBuilder> getSubnetStatusOrBuilderList()A list of status for the subnets under the current network.
repeated .google.cloud.edgenetwork.v1.SubnetStatus subnet_status = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.edgenetwork.v1.SubnetStatusOrBuilder> |
|