Package com.vmware.nsx_policy.aaa
Class RegistrationTokenDefinitions
- java.lang.Object
-
- com.vmware.nsx_policy.aaa.RegistrationTokenDefinitions
-
public class RegistrationTokenDefinitions extends java.lang.Object
Defines the type descriptors for theRegistrationToken
API service.WARNING: Internal class, subject to change in future versions.
-
-
Field Summary
Fields Modifier and Type Field Description static com.vmware.vapi.internal.bindings.OperationDef
__createDef
static com.vmware.vapi.bindings.type.StructType
__createInput
static com.vmware.vapi.bindings.type.Type
__createOutput
static com.vmware.vapi.internal.bindings.OperationDef
__deleteDef
static com.vmware.vapi.bindings.type.StructType
__deleteInput
static com.vmware.vapi.bindings.type.Type
__deleteOutput
static com.vmware.vapi.internal.bindings.OperationDef
__getDef
static com.vmware.vapi.bindings.type.StructType
__getInput
static com.vmware.vapi.bindings.type.Type
__getOutput
static java.util.List<com.vmware.vapi.internal.bindings.OperationDef>
__operationDefs
-
Constructor Summary
Constructors Constructor Description RegistrationTokenDefinitions()
-
-
-
Field Detail
-
__createInput
public static final com.vmware.vapi.bindings.type.StructType __createInput
-
__createOutput
public static final com.vmware.vapi.bindings.type.Type __createOutput
-
__createDef
public static final com.vmware.vapi.internal.bindings.OperationDef __createDef
-
__deleteInput
public static final com.vmware.vapi.bindings.type.StructType __deleteInput
-
__deleteOutput
public static final com.vmware.vapi.bindings.type.Type __deleteOutput
-
__deleteDef
public static final com.vmware.vapi.internal.bindings.OperationDef __deleteDef
-
__getInput
public static final com.vmware.vapi.bindings.type.StructType __getInput
-
__getOutput
public static final com.vmware.vapi.bindings.type.Type __getOutput
-
__getDef
public static final com.vmware.vapi.internal.bindings.OperationDef __getDef
-
__operationDefs
public static final java.util.List<com.vmware.vapi.internal.bindings.OperationDef> __operationDefs
-
-