Uses of Class
com.oracle.bmc.vnmonitoring.model.ComputeInstanceEndpoint.Builder
-
Packages that use ComputeInstanceEndpoint.Builder Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of ComputeInstanceEndpoint.Builder in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return ComputeInstanceEndpoint.Builder Modifier and Type Method Description ComputeInstanceEndpoint.Builder
ComputeInstanceEndpoint.Builder. address(String address)
The IPv4 address of the COMPUTE_INSTANCE-type Endpoint object.static ComputeInstanceEndpoint.Builder
ComputeInstanceEndpoint. builder()
Create a new builder.ComputeInstanceEndpoint.Builder
ComputeInstanceEndpoint.Builder. copy(ComputeInstanceEndpoint model)
ComputeInstanceEndpoint.Builder
ComputeInstanceEndpoint.Builder. instanceId(String instanceId)
The OCID of the compute instance.ComputeInstanceEndpoint.Builder
ComputeInstanceEndpoint. toBuilder()
ComputeInstanceEndpoint.Builder
ComputeInstanceEndpoint.Builder. vnicId(String vnicId)
The OCID of the VNIC attached to the compute instance.
-