Interface V1FCVolumeSourceFluent<A extends V1FCVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1PersistentVolumeSpecFluent.FcNested<N>
,V1VolumeFluent.FcNested<N>
- All Known Implementing Classes:
V1FCVolumeSourceBuilder
,V1FCVolumeSourceFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToTargetWWNs
(Collection<String> items) addAllToWwids
(Collection<String> items) addToTargetWWNs
(Integer index, String item) addToTargetWWNs
(String... items) addToWwids
(Integer index, String item) addToWwids
(String... items) getLun()
getMatchingTargetWWN
(Predicate<String> predicate) getMatchingWwid
(Predicate<String> predicate) getTargetWWN
(Integer index) getWwids()
hasLun()
hasMatchingTargetWWN
(Predicate<String> predicate) hasMatchingWwid
(Predicate<String> predicate) hasWwids()
removeAllFromTargetWWNs
(Collection<String> items) removeAllFromWwids
(Collection<String> items) removeFromTargetWWNs
(String... items) removeFromWwids
(String... items) setToTargetWWNs
(Integer index, String item) setToWwids
(Integer index, String item) withFsType
(String fsType) withReadOnly
(Boolean readOnly) withTargetWWNs
(String... targetWWNs) withTargetWWNs
(List<String> targetWWNs)
-
Method Details
-
getFsType
String getFsType() -
withFsType
-
hasFsType
Boolean hasFsType() -
getLun
Integer getLun() -
withLun
-
hasLun
Boolean hasLun() -
getReadOnly
Boolean getReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
addToTargetWWNs
-
setToTargetWWNs
-
addToTargetWWNs
-
addAllToTargetWWNs
-
removeFromTargetWWNs
-
removeAllFromTargetWWNs
-
getTargetWWNs
-
getTargetWWN
-
getFirstTargetWWN
String getFirstTargetWWN() -
getLastTargetWWN
String getLastTargetWWN() -
getMatchingTargetWWN
-
hasMatchingTargetWWN
-
withTargetWWNs
-
withTargetWWNs
-
hasTargetWWNs
Boolean hasTargetWWNs() -
addToWwids
-
setToWwids
-
addToWwids
-
addAllToWwids
-
removeFromWwids
-
removeAllFromWwids
-
getWwids
-
getWwid
-
getFirstWwid
String getFirstWwid() -
getLastWwid
String getLastWwid() -
getMatchingWwid
-
hasMatchingWwid
-
withWwids
-
withWwids
-
hasWwids
Boolean hasWwids() -
withReadOnly
A withReadOnly()
-