Package io.fabric8.kubernetes.api.model
Class FCVolumeSource
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.FCVolumeSource
-
- All Implemented Interfaces:
KubernetesResource
,Serializable
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
All Methods Instance Methods Concrete Methods 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)
-