Class VsphereVolumeFluent<A extends VsphereVolumeFluent<A>>

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Fluent<A>, io.fabric8.kubernetes.api.builder.Visitable<A>
    Direct Known Subclasses:
    VolumesFluent.VsphereVolumeNested, VsphereVolumeBuilder

    public class VsphereVolumeFluent<A extends VsphereVolumeFluent<A>>
    extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
    Generated
    • Constructor Detail

      • VsphereVolumeFluent

        public VsphereVolumeFluent()
      • VsphereVolumeFluent

        public VsphereVolumeFluent​(VsphereVolume instance)
    • Method Detail

      • getFsType

        public String getFsType()
      • withFsType

        public A withFsType​(String fsType)
      • hasFsType

        public boolean hasFsType()
      • getStoragePolicyID

        public String getStoragePolicyID()
      • withStoragePolicyID

        public A withStoragePolicyID​(String storagePolicyID)
      • hasStoragePolicyID

        public boolean hasStoragePolicyID()
      • getStoragePolicyName

        public String getStoragePolicyName()
      • withStoragePolicyName

        public A withStoragePolicyName​(String storagePolicyName)
      • hasStoragePolicyName

        public boolean hasStoragePolicyName()
      • getVolumePath

        public String getVolumePath()
      • withVolumePath

        public A withVolumePath​(String volumePath)
      • hasVolumePath

        public boolean hasVolumePath()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends VsphereVolumeFluent<A>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends VsphereVolumeFluent<A>>