Package com.ibm.cloud.is.vpc.v1.model
Interface BareMetalServerNetworkInterfaceByHiperSocket.Status
-
- Enclosing class:
- BareMetalServerNetworkInterfaceByHiperSocket
public static interface BareMetalServerNetworkInterfaceByHiperSocket.Status
The status of the bare metal server network interface. If this bare metal server has network attachments, this network interface is a read-only representation of its corresponding network attachment and its attached virtual network interface, and the status is [computed from them](https://cloud.ibm.com/docs/vpc?topic=vpc-vni-about#vni-old-api-clients).
-
-
Field Detail
-
AVAILABLE
static final String AVAILABLE
available.- See Also:
- Constant Field Values
-
DELETING
static final String DELETING
deleting.- See Also:
- Constant Field Values
-
FAILED
static final String FAILED
failed.- See Also:
- Constant Field Values
-
PENDING
static final String PENDING
pending.- See Also:
- Constant Field Values
-
-