Interface EphemeralStorageConfigOrBuilder

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

    public interface EphemeralStorageConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getLocalSsdCount()
      Number of local SSDs to use to back ephemeral storage.
      • 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

      • getLocalSsdCount

        int getLocalSsdCount()
         Number of local SSDs to use to back ephemeral storage. Uses NVMe
         interfaces. Each local SSD is 375 GB in size.
         If zero, it means to disable using local SSDs as ephemeral storage.
         
        int32 local_ssd_count = 1;
        Returns:
        The localSsdCount.