Uses of Class
com.oracle.bmc.dbmulticloud.model.GcpNodes.Status
-
Packages that use GcpNodes.Status Package Description com.oracle.bmc.dbmulticloud.model -
-
Uses of GcpNodes.Status in com.oracle.bmc.dbmulticloud.model
Methods in com.oracle.bmc.dbmulticloud.model that return GcpNodes.Status Modifier and Type Method Description static GcpNodes.Status
GcpNodes.Status. create(String key)
GcpNodes.Status
GcpNodes. getStatus()
The current status of the GCP Identity Connector resource.static GcpNodes.Status
GcpNodes.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static GcpNodes.Status[]
GcpNodes.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dbmulticloud.model with parameters of type GcpNodes.Status Modifier and Type Method Description GcpNodes.Builder
GcpNodes.Builder. status(GcpNodes.Status status)
The current status of the GCP Identity Connector resource.Constructors in com.oracle.bmc.dbmulticloud.model with parameters of type GcpNodes.Status Constructor Description GcpNodes(String hostName, String hostId, GcpNodes.Status status, Date timeLastChecked)
Deprecated.
-