public class RulesStub extends com.vmware.vapi.internal.bindings.Stub implements Rules
Rules
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
RulesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
RulesStub(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 |
|---|---|
AdvertiseRuleList |
get(java.lang.String logicalRouterId)
Returns the advertisement rule list for the specified TIER1 logical router.
|
void |
get(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.AsyncCallback<AdvertiseRuleList> asyncCallback)
Returns the advertisement rule list for the specified TIER1 logical router.
|
void |
get(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.AsyncCallback<AdvertiseRuleList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the advertisement rule list for the specified TIER1 logical router.
|
AdvertiseRuleList |
get(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the advertisement rule list for the specified TIER1 logical router.
|
AdvertiseRuleList |
update(java.lang.String logicalRouterId,
AdvertiseRuleList advertiseRuleList)
Modifies the advertisement rules on the specified logical router.
|
void |
update(java.lang.String logicalRouterId,
AdvertiseRuleList advertiseRuleList,
com.vmware.vapi.bindings.client.AsyncCallback<AdvertiseRuleList> asyncCallback)
Modifies the advertisement rules on the specified logical router.
|
void |
update(java.lang.String logicalRouterId,
AdvertiseRuleList advertiseRuleList,
com.vmware.vapi.bindings.client.AsyncCallback<AdvertiseRuleList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modifies the advertisement rules on the specified logical router.
|
AdvertiseRuleList |
update(java.lang.String logicalRouterId,
AdvertiseRuleList advertiseRuleList,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modifies the advertisement rules on the specified logical router.
|
public RulesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public RulesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public AdvertiseRuleList get(java.lang.String logicalRouterId)
RulesSynchronous method overload. Result of the invocation will be reported as a method return value.
public AdvertiseRuleList get(java.lang.String logicalRouterId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RulesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void get(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.AsyncCallback<AdvertiseRuleList> asyncCallback)
RulesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.AdvertiseRuleList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void get(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.AsyncCallback<AdvertiseRuleList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RulesAsynchronous 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.AdvertiseRuleList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public AdvertiseRuleList update(java.lang.String logicalRouterId, AdvertiseRuleList advertiseRuleList)
RulesSynchronous method overload. Result of the invocation will be reported as a method return value.
public AdvertiseRuleList update(java.lang.String logicalRouterId, AdvertiseRuleList advertiseRuleList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RulesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void update(java.lang.String logicalRouterId,
AdvertiseRuleList advertiseRuleList,
com.vmware.vapi.bindings.client.AsyncCallback<AdvertiseRuleList> asyncCallback)
RulesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.AdvertiseRuleList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void update(java.lang.String logicalRouterId,
AdvertiseRuleList advertiseRuleList,
com.vmware.vapi.bindings.client.AsyncCallback<AdvertiseRuleList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RulesAsynchronous 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.AdvertiseRuleList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found