Enum CreateOciFssSecurityDetails.Auth
- java.lang.Object
-
- java.lang.Enum<CreateOciFssSecurityDetails.Auth>
-
- com.oracle.bmc.containerinstances.model.CreateOciFssSecurityDetails.Auth
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<CreateOciFssSecurityDetails.Auth>
- Enclosing class:
- CreateOciFssSecurityDetails
public static enum CreateOciFssSecurityDetails.Auth extends Enum<CreateOciFssSecurityDetails.Auth> implements BmcEnum
NFS authentication type to be used.Currently, only auth type SYS is supported.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Sys
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateOciFssSecurityDetails.Authcreate(String key)StringgetValue()static CreateOciFssSecurityDetails.AuthvalueOf(String name)Returns the enum constant of this type with the specified name.static CreateOciFssSecurityDetails.Auth[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Sys
public static final CreateOciFssSecurityDetails.Auth Sys
-
-
Method Detail
-
values
public static CreateOciFssSecurityDetails.Auth[] 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 (CreateOciFssSecurityDetails.Auth c : CreateOciFssSecurityDetails.Auth.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CreateOciFssSecurityDetails.Auth valueOf(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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
create
public static CreateOciFssSecurityDetails.Auth create(String key)
-
-