Interface Generated.VsphereVirtualDiskVolumeSourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFsType()
      fsType is filesystem type to mount.
      com.google.protobuf.ByteString getFsTypeBytes()
      fsType is filesystem type to mount.
      String getStoragePolicyID()
      storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
      com.google.protobuf.ByteString getStoragePolicyIDBytes()
      storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
      String getStoragePolicyName()
      storagePolicyName is the storage Policy Based Management (SPBM) profile name.
      com.google.protobuf.ByteString getStoragePolicyNameBytes()
      storagePolicyName is the storage Policy Based Management (SPBM) profile name.
      String getVolumePath()
      volumePath is the path that identifies vSphere volume vmdk
      com.google.protobuf.ByteString getVolumePathBytes()
      volumePath is the path that identifies vSphere volume vmdk
      boolean hasFsType()
      fsType is filesystem type to mount.
      boolean hasStoragePolicyID()
      storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
      boolean hasStoragePolicyName()
      storagePolicyName is the storage Policy Based Management (SPBM) profile name.
      boolean hasVolumePath()
      volumePath is the path that identifies vSphere volume vmdk
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasVolumePath

        boolean hasVolumePath()
         volumePath is the path that identifies vSphere volume vmdk
         
        optional string volumePath = 1;
        Returns:
        Whether the volumePath field is set.
      • getVolumePath

        String getVolumePath()
         volumePath is the path that identifies vSphere volume vmdk
         
        optional string volumePath = 1;
        Returns:
        The volumePath.
      • getVolumePathBytes

        com.google.protobuf.ByteString getVolumePathBytes()
         volumePath is the path that identifies vSphere volume vmdk
         
        optional string volumePath = 1;
        Returns:
        The bytes for volumePath.
      • hasFsType

        boolean hasFsType()
         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.
         +optional
         
        optional string fsType = 2;
        Returns:
        Whether the fsType field is set.
      • getFsType

        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.
         +optional
         
        optional string fsType = 2;
        Returns:
        The fsType.
      • getFsTypeBytes

        com.google.protobuf.ByteString getFsTypeBytes()
         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.
         +optional
         
        optional string fsType = 2;
        Returns:
        The bytes for fsType.
      • hasStoragePolicyName

        boolean hasStoragePolicyName()
         storagePolicyName is the storage Policy Based Management (SPBM) profile name.
         +optional
         
        optional string storagePolicyName = 3;
        Returns:
        Whether the storagePolicyName field is set.
      • getStoragePolicyName

        String getStoragePolicyName()
         storagePolicyName is the storage Policy Based Management (SPBM) profile name.
         +optional
         
        optional string storagePolicyName = 3;
        Returns:
        The storagePolicyName.
      • getStoragePolicyNameBytes

        com.google.protobuf.ByteString getStoragePolicyNameBytes()
         storagePolicyName is the storage Policy Based Management (SPBM) profile name.
         +optional
         
        optional string storagePolicyName = 3;
        Returns:
        The bytes for storagePolicyName.
      • hasStoragePolicyID

        boolean hasStoragePolicyID()
         storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
         +optional
         
        optional string storagePolicyID = 4;
        Returns:
        Whether the storagePolicyID field is set.
      • getStoragePolicyID

        String getStoragePolicyID()
         storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
         +optional
         
        optional string storagePolicyID = 4;
        Returns:
        The storagePolicyID.
      • getStoragePolicyIDBytes

        com.google.protobuf.ByteString getStoragePolicyIDBytes()
         storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
         +optional
         
        optional string storagePolicyID = 4;
        Returns:
        The bytes for storagePolicyID.