Package com.oracle.bmc.ocvp.model
Class DatastoreAttachment.Builder
- java.lang.Object
- 
- com.oracle.bmc.ocvp.model.DatastoreAttachment.Builder
 
- 
- Enclosing class:
- DatastoreAttachment
 
 public static class DatastoreAttachment.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DatastoreAttachment.BuilderblockVolumeId(String blockVolumeId)The OCID of the Block Volume that belongs to the datastore.DatastoreAttachmentbuild()DatastoreAttachment.Buildercopy(DatastoreAttachment model)DatastoreAttachment.BuilderdatastoreId(String datastoreId)The OCIDs of the Datastore that ESXi host is attached to.DatastoreAttachment.BuilderipAddress(String ipAddress)The IP address of datastore attachment.DatastoreAttachment.Builderport(Integer port)The port of datastore attachment.DatastoreAttachment.BuildervolumeIqn(String volumeIqn)An IQN of the Block Storage Volume.
 
- 
- 
- 
Method Detail- 
volumeIqnpublic DatastoreAttachment.Builder volumeIqn(String volumeIqn) An IQN of the Block Storage Volume.- Parameters:
- volumeIqn- the value to set
- Returns:
- this builder
 
 - 
blockVolumeIdpublic DatastoreAttachment.Builder blockVolumeId(String blockVolumeId) The OCID of the Block Volume that belongs to the datastore.- Parameters:
- blockVolumeId- the value to set
- Returns:
- this builder
 
 - 
datastoreIdpublic DatastoreAttachment.Builder datastoreId(String datastoreId) The OCIDs of the Datastore that ESXi host is attached to.- Parameters:
- datastoreId- the value to set
- Returns:
- this builder
 
 - 
ipAddresspublic DatastoreAttachment.Builder ipAddress(String ipAddress) The IP address of datastore attachment.- Parameters:
- ipAddress- the value to set
- Returns:
- this builder
 
 - 
portpublic DatastoreAttachment.Builder port(Integer port) The port of datastore attachment.- Parameters:
- port- the value to set
- Returns:
- this builder
 
 - 
buildpublic DatastoreAttachment build() 
 - 
copypublic DatastoreAttachment.Builder copy(DatastoreAttachment model) 
 
- 
 
-