Class V1VsphereVirtualDiskVolumeSource

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1VsphereVirtualDiskVolumeSource

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1VsphereVirtualDiskVolumeSource extends Object
Represents a vSphere volume resource.
  • Field Details

  • Constructor Details

    • V1VsphereVirtualDiskVolumeSource

      public V1VsphereVirtualDiskVolumeSource(String volumePath)
  • Method Details

    • getFsType

      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:
      the fsType property value
    • setFsType

      public void setFsType(String fsType)
      Set the fsType property value
    • fsType

      public V1VsphereVirtualDiskVolumeSource fsType(String fsType)
      Set fsType in a chainable fashion.
      Returns:
      The same instance of V1VsphereVirtualDiskVolumeSource for chaining.
    • getStoragePolicyID

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

      public void setStoragePolicyID(String storagePolicyID)
      Set the storagePolicyID property value
    • storagePolicyID

      public V1VsphereVirtualDiskVolumeSource storagePolicyID(String storagePolicyID)
      Set storagePolicyID in a chainable fashion.
      Returns:
      The same instance of V1VsphereVirtualDiskVolumeSource for chaining.
    • getStoragePolicyName

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

      public void setStoragePolicyName(String storagePolicyName)
      Set the storagePolicyName property value
    • storagePolicyName

      public V1VsphereVirtualDiskVolumeSource storagePolicyName(String storagePolicyName)
      Set storagePolicyName in a chainable fashion.
      Returns:
      The same instance of V1VsphereVirtualDiskVolumeSource for chaining.
    • getVolumePath

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

      public void setVolumePath(String volumePath)
      Set the volumePath property value
    • volumePath

      public V1VsphereVirtualDiskVolumeSource volumePath(String volumePath)
      Set volumePath in a chainable fashion.
      Returns:
      The same instance of V1VsphereVirtualDiskVolumeSource for chaining.
    • 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