@Generated(value="org.jsonschema2pojo") public class ISCSIVolumeSource extends Object implements KubernetesResource
Constructor and Description |
---|
ISCSIVolumeSource()
No args constructor for use in serialization
|
ISCSIVolumeSource(String fsType,
String iqn,
String iscsiInterface,
Integer lun,
Boolean readOnly,
String targetPortal) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getFsType() |
String |
getIqn() |
String |
getIscsiInterface() |
Integer |
getLun() |
Boolean |
getReadOnly() |
String |
getTargetPortal() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFsType(String fsType) |
void |
setIqn(String iqn) |
void |
setIscsiInterface(String iscsiInterface) |
void |
setLun(Integer lun) |
void |
setReadOnly(Boolean readOnly) |
void |
setTargetPortal(String targetPortal) |
public ISCSIVolumeSource()
public String getFsType()
public void setFsType(String fsType)
fsType
- The fsTypepublic String getIqn()
public void setIqn(String iqn)
iqn
- The iqnpublic String getIscsiInterface()
public void setIscsiInterface(String iscsiInterface)
iscsiInterface
- The iscsiInterfacepublic 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–2017 Red Hat. All rights reserved.