Interface LustreMountOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
LustreMount, LustreMount.Builder

@Generated public interface LustreMountOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.
    Required.
    com.google.protobuf.ByteString
    Required.
    Required.
    com.google.protobuf.ByteString
    Required.
    Required.
    com.google.protobuf.ByteString
    Required.

    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 Details

    • getInstanceIp

      String getInstanceIp()
       Required. IP address of the Lustre instance.
       
      string instance_ip = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The instanceIp.
    • getInstanceIpBytes

      com.google.protobuf.ByteString getInstanceIpBytes()
       Required. IP address of the Lustre instance.
       
      string instance_ip = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for instanceIp.
    • getVolumeHandle

      String getVolumeHandle()
       Required. The unique identifier of the Lustre volume.
       
      string volume_handle = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The volumeHandle.
    • getVolumeHandleBytes

      com.google.protobuf.ByteString getVolumeHandleBytes()
       Required. The unique identifier of the Lustre volume.
       
      string volume_handle = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for volumeHandle.
    • getFilesystem

      String getFilesystem()
       Required. The name of the Lustre filesystem.
       
      string filesystem = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The filesystem.
    • getFilesystemBytes

      com.google.protobuf.ByteString getFilesystemBytes()
       Required. The name of the Lustre filesystem.
       
      string filesystem = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for filesystem.
    • getMountPoint

      String getMountPoint()
       Required. Destination mount path. The Lustre file system will be mounted
       for the user under /mnt/lustre/<mount_point>
       
      string mount_point = 4 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The mountPoint.
    • getMountPointBytes

      com.google.protobuf.ByteString getMountPointBytes()
       Required. Destination mount path. The Lustre file system will be mounted
       for the user under /mnt/lustre/<mount_point>
       
      string mount_point = 4 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for mountPoint.