Package io.fabric8.kubernetes.api.model
Interface VolumeFluent.VsphereVolumeNested<N>
-
- All Superinterfaces:
Fluent<VolumeFluent.VsphereVolumeNested<N>>
,Nested<N>
,VsphereVirtualDiskVolumeSourceFluent<VolumeFluent.VsphereVolumeNested<N>>
- All Known Implementing Classes:
VolumeFluentImpl.VsphereVolumeNestedImpl
- Enclosing interface:
- VolumeFluent<A extends VolumeFluent<A>>
public static interface VolumeFluent.VsphereVolumeNested<N> extends Nested<N>, VsphereVirtualDiskVolumeSourceFluent<VolumeFluent.VsphereVolumeNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endVsphereVolume()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.VsphereVirtualDiskVolumeSourceFluent
getFsType, getStoragePolicyID, getStoragePolicyName, getVolumePath, hasFsType, hasStoragePolicyID, hasStoragePolicyName, hasVolumePath, withFsType, withNewFsType, withNewFsType, withNewFsType, withNewStoragePolicyID, withNewStoragePolicyID, withNewStoragePolicyID, withNewStoragePolicyName, withNewStoragePolicyName, withNewStoragePolicyName, withNewVolumePath, withNewVolumePath, withNewVolumePath, withStoragePolicyID, withStoragePolicyName, withVolumePath
-
-