com.baidubce.services.bcc.model
Class VolumeAttachmentModel

java.lang.Object
  extended by com.baidubce.services.bcc.model.VolumeAttachmentModel

public class VolumeAttachmentModel
extends Object

volume attach info model which describes where the volume will attach to.


Constructor Summary
VolumeAttachmentModel()
           
 
Method Summary
 String getDevice()
           
 String getInstanceId()
           
 String getVolumeId()
           
 void setDevice(String device)
           
 void setInstanceId(String instanceId)
           
 void setVolumeId(String volumeId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VolumeAttachmentModel

public VolumeAttachmentModel()
Method Detail

getVolumeId

public String getVolumeId()

setVolumeId

public void setVolumeId(String volumeId)

getInstanceId

public String getInstanceId()

setInstanceId

public void setInstanceId(String instanceId)

getDevice

public String getDevice()

setDevice

public void setDevice(String device)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.