Interface SecurityPolicies
-
- All Superinterfaces:
SecurityPoliciesTypes
,com.vmware.vapi.bindings.Service
- All Known Implementing Classes:
SecurityPoliciesStub
public interface SecurityPolicies extends com.vmware.vapi.bindings.Service, SecurityPoliciesTypes
-
-
Field Summary
-
Fields inherited from interface com.vmware.nsx_policy.orgs.projects.vpcs.SecurityPoliciesTypes
_VAPI_SERVICE_ID, REVISE_OPERATION_AFTER, REVISE_OPERATION_BEFORE, REVISE_OPERATION_BOTTOM, REVISE_OPERATION_TOP
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
delete(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId)
Delete SecurityPolicy.void
delete(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete SecurityPolicy.void
delete(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete SecurityPolicy.void
delete(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete SecurityPolicy.SecurityPolicy
get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId)
Get SecurityPolicyvoid
get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, com.vmware.vapi.bindings.client.AsyncCallback<SecurityPolicy> asyncCallback)
Get SecurityPolicyvoid
get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, com.vmware.vapi.bindings.client.AsyncCallback<SecurityPolicy> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get SecurityPolicySecurityPolicy
get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get SecurityPolicySecurityPolicyListResult
list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
Paginated list of VPC security policies.void
list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<SecurityPolicyListResult> asyncCallback)
Paginated list of VPC security policies.void
list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<SecurityPolicyListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Paginated list of VPC security policies.SecurityPolicyListResult
list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Paginated list of VPC security policies.void
patch(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy)
If a SecurityPolicy with the policy-id is not already present, create a new SecurityPolicy.void
patch(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
If a SecurityPolicy with the policy-id is not already present, create a new SecurityPolicy.void
patch(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
If a SecurityPolicy with the policy-id is not already present, create a new SecurityPolicy.void
patch(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
If a SecurityPolicy with the policy-id is not already present, create a new SecurityPolicy.SecurityPolicy
revise(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy, java.lang.String anchorPath, java.lang.String operation)
This is used to set a precedence of a VPC security policy w.r.t others.void
revise(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy, java.lang.String anchorPath, java.lang.String operation, com.vmware.vapi.bindings.client.AsyncCallback<SecurityPolicy> asyncCallback)
This is used to set a precedence of a VPC security policy w.r.t others.void
revise(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy, java.lang.String anchorPath, java.lang.String operation, com.vmware.vapi.bindings.client.AsyncCallback<SecurityPolicy> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This is used to set a precedence of a VPC security policy w.r.t others.SecurityPolicy
revise(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy, java.lang.String anchorPath, java.lang.String operation, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This is used to set a precedence of a VPC security policy w.r.t others.SecurityPolicy
update(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy)
Update the SecurityPolicy.void
update(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy, com.vmware.vapi.bindings.client.AsyncCallback<SecurityPolicy> asyncCallback)
Update the SecurityPolicy.void
update(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy, com.vmware.vapi.bindings.client.AsyncCallback<SecurityPolicy> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the SecurityPolicy.SecurityPolicy
update(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the SecurityPolicy.
-
-
-
Method Detail
-
delete
void delete(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId)
Delete SecurityPolicy.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)securityPolicyId
- (required)- Throws:
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 Found
-
delete
void delete(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete SecurityPolicy.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)securityPolicyId
- (required)invocationConfig
- Configuration for the method invocation.- Throws:
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 Found
-
delete
void delete(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete SecurityPolicy.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
- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)securityPolicyId
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
delete
void delete(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete SecurityPolicy.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
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
- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)securityPolicyId
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
get
SecurityPolicy get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId)
Get SecurityPolicySynchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)securityPolicyId
- (required)- Returns:
- com.vmware.nsx_policy.model.SecurityPolicy
- Throws:
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 Found
-
get
SecurityPolicy get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get SecurityPolicySynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)securityPolicyId
- (required)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.SecurityPolicy
- Throws:
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 Found
-
get
void get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, com.vmware.vapi.bindings.client.AsyncCallback<SecurityPolicy> asyncCallback)
Get SecurityPolicyAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.SecurityPolicyOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)securityPolicyId
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
get
void get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, com.vmware.vapi.bindings.client.AsyncCallback<SecurityPolicy> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get SecurityPolicyAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.SecurityPolicyOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)securityPolicyId
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
list
SecurityPolicyListResult list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
Paginated list of VPC security policies.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)cursor
- Opaque cursor to be used for getting next page of records (supplied by current result page) (optional)includeMarkForDeleteObjects
- Include objects that are marked for deletion in results (optional, default to false)includeRuleCount
- Include the count of rules in policy (optional, default to false)includedFields
- Comma separated list of fields that should be included in query result (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)- Returns:
- com.vmware.nsx_policy.model.SecurityPolicyListResult
- Throws:
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 Found
-
list
SecurityPolicyListResult list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Paginated list of VPC security policies.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)cursor
- Opaque cursor to be used for getting next page of records (supplied by current result page) (optional)includeMarkForDeleteObjects
- Include objects that are marked for deletion in results (optional, default to false)includeRuleCount
- Include the count of rules in policy (optional, default to false)includedFields
- Comma separated list of fields that should be included in query result (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)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.SecurityPolicyListResult
- Throws:
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 Found
-
list
void list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<SecurityPolicyListResult> asyncCallback)
Paginated list of VPC security policies.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.SecurityPolicyListResultOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)cursor
- Opaque cursor to be used for getting next page of records (supplied by current result page) (optional)includeMarkForDeleteObjects
- Include objects that are marked for deletion in results (optional, default to false)includeRuleCount
- Include the count of rules in policy (optional, default to false)includedFields
- Comma separated list of fields that should be included in query result (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)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
list
void list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<SecurityPolicyListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Paginated list of VPC security policies.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.SecurityPolicyListResultOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)cursor
- Opaque cursor to be used for getting next page of records (supplied by current result page) (optional)includeMarkForDeleteObjects
- Include objects that are marked for deletion in results (optional, default to false)includeRuleCount
- Include the count of rules in policy (optional, default to false)includedFields
- Comma separated list of fields that should be included in query result (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)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
patch
void patch(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy)
If a SecurityPolicy with the policy-id is not already present, create a new SecurityPolicy. If it already exists, update the SecurityPolicy. This is a full replace.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)securityPolicyId
- (required)securityPolicy
- (required)- Throws:
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 Found
-
patch
void patch(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
If a SecurityPolicy with the policy-id is not already present, create a new SecurityPolicy. If it already exists, update the SecurityPolicy. This is a full replace.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)securityPolicyId
- (required)securityPolicy
- (required)invocationConfig
- Configuration for the method invocation.- Throws:
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 Found
-
patch
void patch(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
If a SecurityPolicy with the policy-id is not already present, create a new SecurityPolicy. If it already exists, update the SecurityPolicy. This is a full replace.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
- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)securityPolicyId
- (required)securityPolicy
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
patch
void patch(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
If a SecurityPolicy with the policy-id is not already present, create a new SecurityPolicy. If it already exists, update the SecurityPolicy. This is a full replace.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
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
- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)securityPolicyId
- (required)securityPolicy
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
revise
SecurityPolicy revise(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy, java.lang.String anchorPath, java.lang.String operation)
This is used to set a precedence of a VPC security policy w.r.t others.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)securityPolicyId
- (required)securityPolicy
- (required)anchorPath
- The security policy/rule path if operation is 'insert_after' or 'insert_before' (optional)operation
- Operation (optional, default to insert_top)- Returns:
- com.vmware.nsx_policy.model.SecurityPolicy
- Throws:
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 Found
-
revise
SecurityPolicy revise(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy, java.lang.String anchorPath, java.lang.String operation, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This is used to set a precedence of a VPC security policy w.r.t others.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)securityPolicyId
- (required)securityPolicy
- (required)anchorPath
- The security policy/rule path if operation is 'insert_after' or 'insert_before' (optional)operation
- Operation (optional, default to insert_top)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.SecurityPolicy
- Throws:
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 Found
-
revise
void revise(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy, java.lang.String anchorPath, java.lang.String operation, com.vmware.vapi.bindings.client.AsyncCallback<SecurityPolicy> asyncCallback)
This is used to set a precedence of a VPC security policy w.r.t others.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.SecurityPolicyOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)securityPolicyId
- (required)securityPolicy
- (required)anchorPath
- The security policy/rule path if operation is 'insert_after' or 'insert_before' (optional)operation
- Operation (optional, default to insert_top)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
revise
void revise(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy, java.lang.String anchorPath, java.lang.String operation, com.vmware.vapi.bindings.client.AsyncCallback<SecurityPolicy> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This is used to set a precedence of a VPC security policy w.r.t others.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.SecurityPolicyOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)securityPolicyId
- (required)securityPolicy
- (required)anchorPath
- The security policy/rule path if operation is 'insert_after' or 'insert_before' (optional)operation
- Operation (optional, default to insert_top)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
update
SecurityPolicy update(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy)
Update the SecurityPolicy.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)securityPolicyId
- (required)securityPolicy
- (required)- Returns:
- com.vmware.nsx_policy.model.SecurityPolicy
- Throws:
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 Found
-
update
SecurityPolicy update(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the SecurityPolicy.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)securityPolicyId
- (required)securityPolicy
- (required)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.SecurityPolicy
- Throws:
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 Found
-
update
void update(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy, com.vmware.vapi.bindings.client.AsyncCallback<SecurityPolicy> asyncCallback)
Update the SecurityPolicy.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.SecurityPolicyOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)securityPolicyId
- (required)securityPolicy
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
update
void update(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String securityPolicyId, SecurityPolicy securityPolicy, com.vmware.vapi.bindings.client.AsyncCallback<SecurityPolicy> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the SecurityPolicy.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.SecurityPolicyOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
orgId
- (required)projectId
- (required)vpcId
- (required)securityPolicyId
- (required)securityPolicy
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
-