This project has retired. For details please refer to its Attic page.
Protos.Volume.Source.CSIVolume.VolumeCapability.AccessMode.Mode
JavaScript is disabled on your browser.
Skip navigation links
org.apache.mesos

Enum Protos.Volume.Source.CSIVolume.VolumeCapability.AccessMode.Mode

    • Field Detail

      • SINGLE_NODE_WRITER_VALUE

        public static final int SINGLE_NODE_WRITER_VALUE
         Can only be published once as read/write on a single node, at
         any given time.
         
        SINGLE_NODE_WRITER = 1;
        See Also:
        Constant Field Values
      • SINGLE_NODE_READER_ONLY_VALUE

        public static final int SINGLE_NODE_READER_ONLY_VALUE
         Can only be published once as readonly on a single node, at
         any given time.
         
        SINGLE_NODE_READER_ONLY = 2;
        See Also:
        Constant Field Values
      • MULTI_NODE_READER_ONLY_VALUE

        public static final int MULTI_NODE_READER_ONLY_VALUE
         Can be published as readonly at multiple nodes simultaneously.
         
        MULTI_NODE_READER_ONLY = 3;
        See Also:
        Constant Field Values
      • MULTI_NODE_SINGLE_WRITER_VALUE

        public static final int MULTI_NODE_SINGLE_WRITER_VALUE
         Can be published at multiple nodes simultaneously. Only one of
         the node can be used as read/write. The rest will be readonly.
         
        MULTI_NODE_SINGLE_WRITER = 4;
        See Also:
        Constant Field Values
      • MULTI_NODE_MULTI_WRITER_VALUE

        public static final int MULTI_NODE_MULTI_WRITER_VALUE
         Can be published as read/write at multiple nodes
         simultaneously.
         
        MULTI_NODE_MULTI_WRITER = 5;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static Protos.Volume.Source.CSIVolume.VolumeCapability.AccessMode.Mode[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Protos.Volume.Source.CSIVolume.VolumeCapability.AccessMode.Mode c : Protos.Volume.Source.CSIVolume.VolumeCapability.AccessMode.Mode.values())
         System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Protos.Volume.Source.CSIVolume.VolumeCapability.AccessMode.Mode valueOf(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
      • internalGetValueMap

        public static <any> internalGetValueMap()
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /