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()StringgetFsType()IntegergetLun()BooleangetReadOnly()List<String>getTargetWWNs()List<String>getWwids()voidsetAdditionalProperty(String name, Object value)voidsetFsType(String fsType)voidsetLun(Integer lun)voidsetReadOnly(Boolean readOnly)voidsetTargetWWNs(List<String> targetWWNs)voidsetWwids(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
-