Package com.vmware.nsx.node.services
Class SnmpDefinitions
- java.lang.Object
-
- com.vmware.nsx.node.services.SnmpDefinitions
-
public class SnmpDefinitions extends java.lang.Object
Defines the type descriptors for theSnmp
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
__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
static com.vmware.vapi.internal.bindings.OperationDef
__restartDef
static com.vmware.vapi.bindings.type.StructType
__restartInput
static com.vmware.vapi.bindings.type.Type
__restartOutput
static com.vmware.vapi.internal.bindings.OperationDef
__startDef
static com.vmware.vapi.bindings.type.StructType
__startInput
static com.vmware.vapi.bindings.type.Type
__startOutput
static com.vmware.vapi.internal.bindings.OperationDef
__stopDef
static com.vmware.vapi.bindings.type.StructType
__stopInput
static com.vmware.vapi.bindings.type.Type
__stopOutput
static com.vmware.vapi.internal.bindings.OperationDef
__updateDef
static com.vmware.vapi.bindings.type.StructType
__updateInput
static com.vmware.vapi.bindings.type.Type
__updateOutput
-
Constructor Summary
Constructors Constructor Description SnmpDefinitions()
-
-
-
Field Detail
-
__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
-
__restartInput
public static final com.vmware.vapi.bindings.type.StructType __restartInput
-
__restartOutput
public static final com.vmware.vapi.bindings.type.Type __restartOutput
-
__restartDef
public static final com.vmware.vapi.internal.bindings.OperationDef __restartDef
-
__startInput
public static final com.vmware.vapi.bindings.type.StructType __startInput
-
__startOutput
public static final com.vmware.vapi.bindings.type.Type __startOutput
-
__startDef
public static final com.vmware.vapi.internal.bindings.OperationDef __startDef
-
__stopInput
public static final com.vmware.vapi.bindings.type.StructType __stopInput
-
__stopOutput
public static final com.vmware.vapi.bindings.type.Type __stopOutput
-
__stopDef
public static final com.vmware.vapi.internal.bindings.OperationDef __stopDef
-
__updateInput
public static final com.vmware.vapi.bindings.type.StructType __updateInput
-
__updateOutput
public static final com.vmware.vapi.bindings.type.Type __updateOutput
-
__updateDef
public static final com.vmware.vapi.internal.bindings.OperationDef __updateDef
-
__operationDefs
public static final java.util.List<com.vmware.vapi.internal.bindings.OperationDef> __operationDefs
-
-