@Generated(value="org.jsonschema2pojo") public class ISCSIVolumeSource extends Object
| Constructor and Description |
|---|
ISCSIVolumeSource()
No args constructor for use in serialization
|
ISCSIVolumeSource(String fsType,
String iqn,
Integer lun,
Boolean readOnly,
String targetPortal) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFsType()
file system type to mount
|
String |
getIqn()
iSCSI Qualified Name
|
Integer |
getLun()
iscsi target lun number
|
Boolean |
getReadOnly()
read-only if true
|
String |
getTargetPortal()
iSCSI target portal
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFsType(String fsType)
file system type to mount
|
void |
setIqn(String iqn)
iSCSI Qualified Name
|
void |
setLun(Integer lun)
iscsi target lun number
|
void |
setReadOnly(Boolean readOnly)
read-only if true
|
void |
setTargetPortal(String targetPortal)
iSCSI target portal
|
String |
toString() |
public ISCSIVolumeSource()
public String getFsType()
public void setFsType(String fsType)
fsType - The fsTypepublic String getIqn()
public void setIqn(String iqn)
iqn - The iqnpublic Integer getLun()
public void setLun(Integer lun)
lun - The lunpublic Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
readOnly - The readOnlypublic String getTargetPortal()
public void setTargetPortal(String targetPortal)
targetPortal - The targetPortalCopyright © 2011–2015 Red Hat. All rights reserved.