public interface HostSwitchProfiles extends com.vmware.vapi.bindings.Service, HostSwitchProfilesTypes
_VAPI_SERVICE_ID, LIST_DEPLOYMENT_TYPE_PHYSICAL_MACHINE, LIST_DEPLOYMENT_TYPE_UNKNOWN, LIST_DEPLOYMENT_TYPE_VIRTUAL_MACHINE, LIST_HOSTSWITCH_PROFILE_TYPE_POLICYEXTRACONFIGHOSTSWITCHPROFILE, LIST_HOSTSWITCH_PROFILE_TYPE_POLICYHIGHPERFORMANCEHOSTSWITCHPROFILE, LIST_HOSTSWITCH_PROFILE_TYPE_POLICYLLDPHOSTSWITCHPROFILE, LIST_HOSTSWITCH_PROFILE_TYPE_POLICYNIOCPROFILE, LIST_HOSTSWITCH_PROFILE_TYPE_POLICYUPLINKHOSTSWITCHPROFILE, LIST_HOSTSWITCH_PROFILE_TYPE_POLICYVTEPHAHOSTSWITCHPROFILE, LIST_NODE_TYPE_EDGENODE, LIST_NODE_TYPE_PUBLICCLOUDGATEWAYNODE| Modifier and Type | Method and Description |
|---|---|
void |
delete(java.lang.String hostSwitchProfileId)
Deletes a specified hostswitch profile.
|
void |
delete(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deletes a specified hostswitch profile.
|
void |
delete(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deletes a specified hostswitch profile.
|
void |
delete(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deletes a specified hostswitch profile.
|
com.vmware.vapi.bindings.Structure |
get(java.lang.String hostSwitchProfileId)
Returns information about a specified hostswitch profile.
|
void |
get(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Returns information about a specified hostswitch profile.
|
void |
get(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a specified hostswitch profile.
|
com.vmware.vapi.bindings.Structure |
get(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a specified hostswitch profile.
|
PolicyHostSwitchProfilesListResult |
list(java.lang.String cursor,
java.lang.String deploymentType,
java.lang.String hostswitchProfileType,
java.lang.Boolean includeMarkForDeleteObjects,
java.lang.Boolean includeSystemOwned,
java.lang.String includedFields,
java.lang.Long maxActiveUplinkCount,
java.lang.String nodeType,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String uplinkTeamingPolicyName)
Returns information about the configured hostswitch profiles.
|
void |
list(java.lang.String cursor,
java.lang.String deploymentType,
java.lang.String hostswitchProfileType,
java.lang.Boolean includeMarkForDeleteObjects,
java.lang.Boolean includeSystemOwned,
java.lang.String includedFields,
java.lang.Long maxActiveUplinkCount,
java.lang.String nodeType,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String uplinkTeamingPolicyName,
com.vmware.vapi.bindings.client.AsyncCallback<PolicyHostSwitchProfilesListResult> asyncCallback)
Returns information about the configured hostswitch profiles.
|
void |
list(java.lang.String cursor,
java.lang.String deploymentType,
java.lang.String hostswitchProfileType,
java.lang.Boolean includeMarkForDeleteObjects,
java.lang.Boolean includeSystemOwned,
java.lang.String includedFields,
java.lang.Long maxActiveUplinkCount,
java.lang.String nodeType,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String uplinkTeamingPolicyName,
com.vmware.vapi.bindings.client.AsyncCallback<PolicyHostSwitchProfilesListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the configured hostswitch profiles.
|
PolicyHostSwitchProfilesListResult |
list(java.lang.String cursor,
java.lang.String deploymentType,
java.lang.String hostswitchProfileType,
java.lang.Boolean includeMarkForDeleteObjects,
java.lang.Boolean includeSystemOwned,
java.lang.String includedFields,
java.lang.Long maxActiveUplinkCount,
java.lang.String nodeType,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String uplinkTeamingPolicyName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the configured hostswitch profiles.
|
com.vmware.vapi.bindings.Structure |
patch(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.Structure policyBaseHostSwitchProfile)
Patch a hostswitch profile.
|
void |
patch(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.Structure policyBaseHostSwitchProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Patch a hostswitch profile.
|
void |
patch(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.Structure policyBaseHostSwitchProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch a hostswitch profile.
|
com.vmware.vapi.bindings.Structure |
patch(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.Structure policyBaseHostSwitchProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch a hostswitch profile.
|
com.vmware.vapi.bindings.Structure |
update(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.Structure policyBaseHostSwitchProfile)
Create or update a hostswitch profile.
|
void |
update(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.Structure policyBaseHostSwitchProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Create or update a hostswitch profile.
|
void |
update(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.Structure policyBaseHostSwitchProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create or update a hostswitch profile.
|
com.vmware.vapi.bindings.Structure |
update(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.Structure policyBaseHostSwitchProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create or update a hostswitch profile.
|
void delete(java.lang.String hostSwitchProfileId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
hostSwitchProfileId - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid delete(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
hostSwitchProfileId - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid delete(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
hostSwitchProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void delete(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
hostSwitchProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.com.vmware.vapi.bindings.Structure get(java.lang.String hostSwitchProfileId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
hostSwitchProfileId - (required)PolicyBaseHostSwitchProfile.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundcom.vmware.vapi.bindings.Structure get(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
hostSwitchProfileId - (required)invocationConfig - Configuration for the method invocation.PolicyBaseHostSwitchProfile.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid get(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.PolicyBaseHostSwitchProfile
The return value will contain all the properties defined in PolicyBaseHostSwitchProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
hostSwitchProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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_policy.model.PolicyBaseHostSwitchProfile
The return value will contain all the properties defined in PolicyBaseHostSwitchProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
hostSwitchProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.PolicyHostSwitchProfilesListResult list(java.lang.String cursor, java.lang.String deploymentType, java.lang.String hostswitchProfileType, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeSystemOwned, java.lang.String includedFields, java.lang.Long maxActiveUplinkCount, java.lang.String nodeType, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String uplinkTeamingPolicyName)
Synchronous method overload. Result of the invocation will be reported as a method return value.
cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)deploymentType - Supported edge deployment type. (optional)hostswitchProfileType - Supported HostSwitch profiles. (optional)includeMarkForDeleteObjects - Include objects that are marked for deletion in results (optional, default to
false)includeSystemOwned - Whether the list result contains system resources (optional, default to false)includedFields - Comma separated list of fields that should be included in query result
(optional)maxActiveUplinkCount - Filter uplink profiles by number of active links in teaming policy. (optional)nodeType - Fabric node type for which uplink profiles are to be listed (optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)uplinkTeamingPolicyName - The host switch profile's uplink teaming policy name (optional)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundPolicyHostSwitchProfilesListResult list(java.lang.String cursor, java.lang.String deploymentType, java.lang.String hostswitchProfileType, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeSystemOwned, java.lang.String includedFields, java.lang.Long maxActiveUplinkCount, java.lang.String nodeType, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String uplinkTeamingPolicyName, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)deploymentType - Supported edge deployment type. (optional)hostswitchProfileType - Supported HostSwitch profiles. (optional)includeMarkForDeleteObjects - Include objects that are marked for deletion in results (optional, default to
false)includeSystemOwned - Whether the list result contains system resources (optional, default to false)includedFields - Comma separated list of fields that should be included in query result
(optional)maxActiveUplinkCount - Filter uplink profiles by number of active links in teaming policy. (optional)nodeType - Fabric node type for which uplink profiles are to be listed (optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)uplinkTeamingPolicyName - The host switch profile's uplink teaming policy name (optional)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid list(java.lang.String cursor,
java.lang.String deploymentType,
java.lang.String hostswitchProfileType,
java.lang.Boolean includeMarkForDeleteObjects,
java.lang.Boolean includeSystemOwned,
java.lang.String includedFields,
java.lang.Long maxActiveUplinkCount,
java.lang.String nodeType,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String uplinkTeamingPolicyName,
com.vmware.vapi.bindings.client.AsyncCallback<PolicyHostSwitchProfilesListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.PolicyHostSwitchProfilesListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)deploymentType - Supported edge deployment type. (optional)hostswitchProfileType - Supported HostSwitch profiles. (optional)includeMarkForDeleteObjects - Include objects that are marked for deletion in results (optional, default to
false)includeSystemOwned - Whether the list result contains system resources (optional, default to false)includedFields - Comma separated list of fields that should be included in query result
(optional)maxActiveUplinkCount - Filter uplink profiles by number of active links in teaming policy. (optional)nodeType - Fabric node type for which uplink profiles are to be listed (optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)uplinkTeamingPolicyName - The host switch profile's uplink teaming policy name (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(java.lang.String cursor,
java.lang.String deploymentType,
java.lang.String hostswitchProfileType,
java.lang.Boolean includeMarkForDeleteObjects,
java.lang.Boolean includeSystemOwned,
java.lang.String includedFields,
java.lang.Long maxActiveUplinkCount,
java.lang.String nodeType,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String uplinkTeamingPolicyName,
com.vmware.vapi.bindings.client.AsyncCallback<PolicyHostSwitchProfilesListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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_policy.model.PolicyHostSwitchProfilesListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)deploymentType - Supported edge deployment type. (optional)hostswitchProfileType - Supported HostSwitch profiles. (optional)includeMarkForDeleteObjects - Include objects that are marked for deletion in results (optional, default to
false)includeSystemOwned - Whether the list result contains system resources (optional, default to false)includedFields - Comma separated list of fields that should be included in query result
(optional)maxActiveUplinkCount - Filter uplink profiles by number of active links in teaming policy. (optional)nodeType - Fabric node type for which uplink profiles are to be listed (optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)uplinkTeamingPolicyName - The host switch profile's uplink teaming policy name (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.com.vmware.vapi.bindings.Structure patch(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.Structure policyBaseHostSwitchProfile)
Synchronous method overload. Result of the invocation will be reported as a method return value.
hostSwitchProfileId - (required)policyBaseHostSwitchProfile - (required)
The parameter must contain all the properties defined in PolicyBaseHostSwitchProfile.PolicyBaseHostSwitchProfile.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundcom.vmware.vapi.bindings.Structure patch(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.Structure policyBaseHostSwitchProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
hostSwitchProfileId - (required)policyBaseHostSwitchProfile - (required)
The parameter must contain all the properties defined in PolicyBaseHostSwitchProfile.invocationConfig - Configuration for the method invocation.PolicyBaseHostSwitchProfile.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid patch(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.Structure policyBaseHostSwitchProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.PolicyBaseHostSwitchProfile
The return value will contain all the properties defined in PolicyBaseHostSwitchProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
hostSwitchProfileId - (required)policyBaseHostSwitchProfile - (required)
The parameter must contain all the properties defined in PolicyBaseHostSwitchProfile.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void patch(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.Structure policyBaseHostSwitchProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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_policy.model.PolicyBaseHostSwitchProfile
The return value will contain all the properties defined in PolicyBaseHostSwitchProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
hostSwitchProfileId - (required)policyBaseHostSwitchProfile - (required)
The parameter must contain all the properties defined in PolicyBaseHostSwitchProfile.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.com.vmware.vapi.bindings.Structure update(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.Structure policyBaseHostSwitchProfile)
Synchronous method overload. Result of the invocation will be reported as a method return value.
hostSwitchProfileId - (required)policyBaseHostSwitchProfile - (required)
The parameter must contain all the properties defined in PolicyBaseHostSwitchProfile.PolicyBaseHostSwitchProfile.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundcom.vmware.vapi.bindings.Structure update(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.Structure policyBaseHostSwitchProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
hostSwitchProfileId - (required)policyBaseHostSwitchProfile - (required)
The parameter must contain all the properties defined in PolicyBaseHostSwitchProfile.invocationConfig - Configuration for the method invocation.PolicyBaseHostSwitchProfile.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid update(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.Structure policyBaseHostSwitchProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.PolicyBaseHostSwitchProfile
The return value will contain all the properties defined in PolicyBaseHostSwitchProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
hostSwitchProfileId - (required)policyBaseHostSwitchProfile - (required)
The parameter must contain all the properties defined in PolicyBaseHostSwitchProfile.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String hostSwitchProfileId,
com.vmware.vapi.bindings.Structure policyBaseHostSwitchProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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_policy.model.PolicyBaseHostSwitchProfile
The return value will contain all the properties defined in PolicyBaseHostSwitchProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
hostSwitchProfileId - (required)policyBaseHostSwitchProfile - (required)
The parameter must contain all the properties defined in PolicyBaseHostSwitchProfile.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.