Uses of Class
com.oracle.bmc.dbmulticloud.model.GcpNodes.Builder
-
Packages that use GcpNodes.Builder Package Description com.oracle.bmc.dbmulticloud.model -
-
Uses of GcpNodes.Builder in com.oracle.bmc.dbmulticloud.model
Methods in com.oracle.bmc.dbmulticloud.model that return GcpNodes.Builder Modifier and Type Method Description static GcpNodes.Builder
GcpNodes. builder()
Create a new builder.GcpNodes.Builder
GcpNodes.Builder. copy(GcpNodes model)
GcpNodes.Builder
GcpNodes.Builder. hostId(String hostId)
Host ID.GcpNodes.Builder
GcpNodes.Builder. hostName(String hostName)
Host Name or Identity Connector name.GcpNodes.Builder
GcpNodes.Builder. status(GcpNodes.Status status)
The current status of the GCP Identity Connector resource.GcpNodes.Builder
GcpNodes.Builder. timeLastChecked(Date timeLastChecked)
time when the GCP Identity Connector’s status was checked RFC 3339 timestamp format, e.g.GcpNodes.Builder
GcpNodes. toBuilder()
-