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()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)
-