Interface DiagnoseNetworkResponse.NetworkStatusOrBuilder (0.2.0)

public static interface DiagnoseNetworkResponse.NetworkStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.edgenetwork.v1.SubnetStatusOrBuilder>