@Generated(value="jsonschema2pojo") public class FCVolumeSource extends Object implements KubernetesResource
| Constructor and Description |
|---|
FCVolumeSource()
No args constructor for use in serialization
|
FCVolumeSource(String fsType,
Integer lun,
Boolean readOnly,
List<String> targetWWNs,
List<String> wwids) |
| Modifier and Type | Method and 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) |
public FCVolumeSource()
Copyright © 2015–2023 Red Hat. All rights reserved.