public interface GetStatusResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConnectivityStatus()
public abstract GetStatusResponse.ConnectivityStatus getConnectivityStatus()Current status of connectivity to the local GCP resource. This reflects whether the VPC Peering or NCC Hub appears correctly configured.
.google.cloud.networkconnectivity.v1beta.GetStatusResponse.ConnectivityStatus connectivity_status = 3;
| Returns | |
|---|---|
| Type | Description |
GetStatusResponse.ConnectivityStatus |
The connectivityStatus. |
getConnectivityStatusValue()
public abstract int getConnectivityStatusValue()Current status of connectivity to the local GCP resource. This reflects whether the VPC Peering or NCC Hub appears correctly configured.
.google.cloud.networkconnectivity.v1beta.GetStatusResponse.ConnectivityStatus connectivity_status = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for connectivityStatus. |
getMacSecStatus()
public abstract GetStatusResponse.MacSecStatus getMacSecStatus()Current status of MACSec on the underlying network connectivity between GC and the partner.
.google.cloud.networkconnectivity.v1beta.GetStatusResponse.MacSecStatus mac_sec_status = 4;
| Returns | |
|---|---|
| Type | Description |
GetStatusResponse.MacSecStatus |
The macSecStatus. |
getMacSecStatusValue()
public abstract int getMacSecStatusValue()Current status of MACSec on the underlying network connectivity between GC and the partner.
.google.cloud.networkconnectivity.v1beta.GetStatusResponse.MacSecStatus mac_sec_status = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for macSecStatus. |
getOperationalStatus()
public abstract GetStatusResponse.OperationalStatus getOperationalStatus()The operational status of the underlying networking components.
.google.cloud.networkconnectivity.v1beta.GetStatusResponse.OperationalStatus operational_status = 2;
| Returns | |
|---|---|
| Type | Description |
GetStatusResponse.OperationalStatus |
The operationalStatus. |
getOperationalStatusValue()
public abstract int getOperationalStatusValue()The operational status of the underlying networking components.
.google.cloud.networkconnectivity.v1beta.GetStatusResponse.OperationalStatus operational_status = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for operationalStatus. |
getOverallStatus()
public abstract GetStatusResponse.OverallStatus getOverallStatus()The overall status of the Transport. This field will always output the most critical status of the Transport. For example, if the connectivity is DISCONNECTED, and the underlying networking components are DOWN, then the overall status will be DOWN.
.google.cloud.networkconnectivity.v1beta.GetStatusResponse.OverallStatus overall_status = 1;
| Returns | |
|---|---|
| Type | Description |
GetStatusResponse.OverallStatus |
The overallStatus. |
getOverallStatusValue()
public abstract int getOverallStatusValue()The overall status of the Transport. This field will always output the most critical status of the Transport. For example, if the connectivity is DISCONNECTED, and the underlying networking components are DOWN, then the overall status will be DOWN.
.google.cloud.networkconnectivity.v1beta.GetStatusResponse.OverallStatus overall_status = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for overallStatus. |