Class V1VsphereVirtualDiskVolumeSource

java.lang.Object
io.kubernetes.client.openapi.models.V1VsphereVirtualDiskVolumeSource

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-02-02T21:37:40.170033Z[Etc/UTC]") public class V1VsphereVirtualDiskVolumeSource extends Object
Represents a vSphere volume resource.
  • Field Details

  • Constructor Details

    • V1VsphereVirtualDiskVolumeSource

      public V1VsphereVirtualDiskVolumeSource()
  • Method Details

    • fsType

      public V1VsphereVirtualDiskVolumeSource fsType(String fsType)
    • getFsType

      @Nullable public String getFsType()
      fsType is filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.
      Returns:
      fsType
    • setFsType

      public void setFsType(String fsType)
    • storagePolicyID

      public V1VsphereVirtualDiskVolumeSource storagePolicyID(String storagePolicyID)
    • getStoragePolicyID

      @Nullable public String getStoragePolicyID()
      storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
      Returns:
      storagePolicyID
    • setStoragePolicyID

      public void setStoragePolicyID(String storagePolicyID)
    • storagePolicyName

      public V1VsphereVirtualDiskVolumeSource storagePolicyName(String storagePolicyName)
    • getStoragePolicyName

      @Nullable public String getStoragePolicyName()
      storagePolicyName is the storage Policy Based Management (SPBM) profile name.
      Returns:
      storagePolicyName
    • setStoragePolicyName

      public void setStoragePolicyName(String storagePolicyName)
    • volumePath

      public V1VsphereVirtualDiskVolumeSource volumePath(String volumePath)
    • getVolumePath

      public String getVolumePath()
      volumePath is the path that identifies vSphere volume vmdk
      Returns:
      volumePath
    • setVolumePath

      public void setVolumePath(String volumePath)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object