public class NodeConfigProfilesStub extends com.vmware.vapi.internal.bindings.Stub implements NodeConfigProfiles
NodeConfigProfiles
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
NodeConfigProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
NodeConfigProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
CentralNodeConfigProfile |
get(java.lang.String profileId,
java.lang.Boolean showSensitiveData)
Returns properties in specified Central Node Config profile.
|
void |
get(java.lang.String profileId,
java.lang.Boolean showSensitiveData,
com.vmware.vapi.bindings.client.AsyncCallback<CentralNodeConfigProfile> asyncCallback)
Returns properties in specified Central Node Config profile.
|
void |
get(java.lang.String profileId,
java.lang.Boolean showSensitiveData,
com.vmware.vapi.bindings.client.AsyncCallback<CentralNodeConfigProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns properties in specified Central Node Config profile.
|
CentralNodeConfigProfile |
get(java.lang.String profileId,
java.lang.Boolean showSensitiveData,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns properties in specified Central Node Config profile.
|
CentralNodeConfigProfileListResult |
list()
Returns list of all Central Node Config profiles.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<CentralNodeConfigProfileListResult> asyncCallback)
Returns list of all Central Node Config profiles.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<CentralNodeConfigProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns list of all Central Node Config profiles.
|
CentralNodeConfigProfileListResult |
list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns list of all Central Node Config profiles.
|
CentralNodeConfigProfile |
update(java.lang.String nodeConfigProfileId,
CentralNodeConfigProfile centralNodeConfigProfile)
Updates properties in the specified Central Node Config profile.
|
void |
update(java.lang.String nodeConfigProfileId,
CentralNodeConfigProfile centralNodeConfigProfile,
com.vmware.vapi.bindings.client.AsyncCallback<CentralNodeConfigProfile> asyncCallback)
Updates properties in the specified Central Node Config profile.
|
void |
update(java.lang.String nodeConfigProfileId,
CentralNodeConfigProfile centralNodeConfigProfile,
com.vmware.vapi.bindings.client.AsyncCallback<CentralNodeConfigProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates properties in the specified Central Node Config profile.
|
CentralNodeConfigProfile |
update(java.lang.String nodeConfigProfileId,
CentralNodeConfigProfile centralNodeConfigProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates properties in the specified Central Node Config profile.
|
public NodeConfigProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public NodeConfigProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public CentralNodeConfigProfile get(java.lang.String profileId, java.lang.Boolean showSensitiveData)
NodeConfigProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface NodeConfigProfilesprofileId - Central Node Config profile id (required)showSensitiveData - Show sensitive data in Central Node Config profile (optional, default to false)public CentralNodeConfigProfile get(java.lang.String profileId, java.lang.Boolean showSensitiveData, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NodeConfigProfilesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface NodeConfigProfilesprofileId - Central Node Config profile id (required)showSensitiveData - Show sensitive data in Central Node Config profile (optional, default to false)invocationConfig - Configuration for the method invocation.public void get(java.lang.String profileId,
java.lang.Boolean showSensitiveData,
com.vmware.vapi.bindings.client.AsyncCallback<CentralNodeConfigProfile> asyncCallback)
NodeConfigProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.CentralNodeConfigProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface NodeConfigProfilesprofileId - Central Node Config profile id (required)showSensitiveData - Show sensitive data in Central Node Config profile (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String profileId,
java.lang.Boolean showSensitiveData,
com.vmware.vapi.bindings.client.AsyncCallback<CentralNodeConfigProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NodeConfigProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.CentralNodeConfigProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface NodeConfigProfilesprofileId - Central Node Config profile id (required)showSensitiveData - Show sensitive data in Central Node Config profile (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public CentralNodeConfigProfileListResult list()
NodeConfigProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface NodeConfigProfilespublic CentralNodeConfigProfileListResult list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NodeConfigProfilesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
list in interface NodeConfigProfilesinvocationConfig - Configuration for the method invocation.public void list(com.vmware.vapi.bindings.client.AsyncCallback<CentralNodeConfigProfileListResult> asyncCallback)
NodeConfigProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.CentralNodeConfigProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface NodeConfigProfilesasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(com.vmware.vapi.bindings.client.AsyncCallback<CentralNodeConfigProfileListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NodeConfigProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.CentralNodeConfigProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface NodeConfigProfilesasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public CentralNodeConfigProfile update(java.lang.String nodeConfigProfileId, CentralNodeConfigProfile centralNodeConfigProfile)
NodeConfigProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface NodeConfigProfilesnodeConfigProfileId - (required)centralNodeConfigProfile - (required)public CentralNodeConfigProfile update(java.lang.String nodeConfigProfileId, CentralNodeConfigProfile centralNodeConfigProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NodeConfigProfilesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
update in interface NodeConfigProfilesnodeConfigProfileId - (required)centralNodeConfigProfile - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String nodeConfigProfileId,
CentralNodeConfigProfile centralNodeConfigProfile,
com.vmware.vapi.bindings.client.AsyncCallback<CentralNodeConfigProfile> asyncCallback)
NodeConfigProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.CentralNodeConfigProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface NodeConfigProfilesnodeConfigProfileId - (required)centralNodeConfigProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String nodeConfigProfileId,
CentralNodeConfigProfile centralNodeConfigProfile,
com.vmware.vapi.bindings.client.AsyncCallback<CentralNodeConfigProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NodeConfigProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.CentralNodeConfigProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface NodeConfigProfilesnodeConfigProfileId - (required)centralNodeConfigProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.