Package io.fabric8.kubernetes.api.model
Class FCVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.model.FCVolumeSource
- All Implemented Interfaces:
KubernetesResource
,Serializable
@Generated("org.jsonschema2pojo") public class FCVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FCVolumeSource()
No args constructor for use in serializationFCVolumeSource(String fsType, Integer lun, Boolean readOnly, List<String> targetWWNs, List<String> wwids)
-
Method Summary
Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
String
getFsType()
Integer
getLun()
Boolean
getReadOnly()
List<String>
getTargetWWNs()
List<String>
getWwids()
void
setAdditionalProperty(String name, Object value)
void
setFsType(String fsType)
void
setLun(Integer lun)
void
setReadOnly(Boolean readOnly)
void
setTargetWWNs(List<String> targetWWNs)
void
setWwids(List<String> wwids)
-
Constructor Details
-
FCVolumeSource
public FCVolumeSource()No args constructor for use in serialization -
FCVolumeSource
public FCVolumeSource(String fsType, Integer lun, Boolean readOnly, List<String> targetWWNs, List<String> wwids)- Parameters:
lun
-targetWWNs
-readOnly
-wwids
-fsType
-
-
-
Method Details
-
getFsType
- Returns:
- The fsType
-
setFsType
- Parameters:
fsType
- The fsType
-
getLun
- Returns:
- The lun
-
setLun
- Parameters:
lun
- The lun
-
getReadOnly
- Returns:
- The readOnly
-
setReadOnly
- Parameters:
readOnly
- The readOnly
-
getTargetWWNs
- Returns:
- The targetWWNs
-
setTargetWWNs
- Parameters:
targetWWNs
- The targetWWNs
-
getWwids
- Returns:
- The wwids
-
setWwids
- Parameters:
wwids
- The wwids
-
getAdditionalProperties
-
setAdditionalProperty
-