Package com.vidispine.generated
Class SlaveAuthType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.SlaveAuthType.PropInfo
-
- Enclosing class:
- SlaveAuthType
public static class SlaveAuthType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
HOSTNAME
static String
LICENSE_STATUS
static String
REQUEST_SOURCE_IP
static String
SLAVE_ID
static String
SLAVE_INSTANCE_NAME
static String
SLAVE_IP
static String
SLAVE_MAC
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
SLAVE_ID
public static final transient String SLAVE_ID
- See Also:
- Constant Field Values
-
SLAVE_IP
public static final transient String SLAVE_IP
- See Also:
- Constant Field Values
-
SLAVE_MAC
public static final transient String SLAVE_MAC
- See Also:
- Constant Field Values
-
REQUEST_SOURCE_IP
public static final transient String REQUEST_SOURCE_IP
- See Also:
- Constant Field Values
-
SLAVE_INSTANCE_NAME
public static final transient String SLAVE_INSTANCE_NAME
- See Also:
- Constant Field Values
-
HOSTNAME
public static final transient String HOSTNAME
- See Also:
- Constant Field Values
-
LICENSE_STATUS
public static final transient String LICENSE_STATUS
- See Also:
- Constant Field Values
-
-