Uses of Class
com.oracle.bmc.ocvp.model.BlockVolumeAttachment.Builder
-
Packages that use BlockVolumeAttachment.Builder Package Description com.oracle.bmc.ocvp.model -
-
Uses of BlockVolumeAttachment.Builder in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return BlockVolumeAttachment.Builder Modifier and Type Method Description static BlockVolumeAttachment.Builder
BlockVolumeAttachment. builder()
Create a new builder.BlockVolumeAttachment.Builder
BlockVolumeAttachment.Builder. copy(BlockVolumeAttachment model)
BlockVolumeAttachment.Builder
BlockVolumeAttachment.Builder. esxiHostId(String esxiHostId)
The OCIDs of the ESXi host that block volume is attached to.BlockVolumeAttachment.Builder
BlockVolumeAttachment.Builder. ipAddress(String ipAddress)
The IP address of block volume attachment.BlockVolumeAttachment.Builder
BlockVolumeAttachment.Builder. port(Integer port)
The port of block volume attachment.BlockVolumeAttachment.Builder
BlockVolumeAttachment. toBuilder()
-