Uses of Class
com.vmware.nsx_policy.model.IdsProfile
-
-
Uses of IdsProfile in com.vmware.nsx_policy.infra.settings.firewall.security.intrusion_services
Methods in com.vmware.nsx_policy.infra.settings.firewall.security.intrusion_services that return IdsProfile Modifier and Type Method Description IdsProfile
Profiles. get(java.lang.String profileId)
Read intrusion detection profileIdsProfile
Profiles. get(java.lang.String profileId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read intrusion detection profileIdsProfile
ProfilesStub. get(java.lang.String profileId)
IdsProfile
ProfilesStub. get(java.lang.String profileId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IdsProfile
Profiles. update(java.lang.String profileId, IdsProfile idsProfile)
Update intrusion detection profile.IdsProfile
Profiles. update(java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update intrusion detection profile.IdsProfile
ProfilesStub. update(java.lang.String profileId, IdsProfile idsProfile)
IdsProfile
ProfilesStub. update(java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Methods in com.vmware.nsx_policy.infra.settings.firewall.security.intrusion_services with parameters of type IdsProfile Modifier and Type Method Description void
Profiles. patch(java.lang.String profileId, IdsProfile idsProfile)
Patch intrusion detection system profile.void
Profiles. patch(java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Patch intrusion detection system profile.void
Profiles. patch(java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch intrusion detection system profile.void
Profiles. patch(java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch intrusion detection system profile.void
ProfilesStub. patch(java.lang.String profileId, IdsProfile idsProfile)
void
ProfilesStub. patch(java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
void
ProfilesStub. patch(java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
ProfilesStub. patch(java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IdsProfile
Profiles. update(java.lang.String profileId, IdsProfile idsProfile)
Update intrusion detection profile.void
Profiles. update(java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback)
Update intrusion detection profile.void
Profiles. update(java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update intrusion detection profile.IdsProfile
Profiles. update(java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update intrusion detection profile.IdsProfile
ProfilesStub. update(java.lang.String profileId, IdsProfile idsProfile)
void
ProfilesStub. update(java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback)
void
ProfilesStub. update(java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IdsProfile
ProfilesStub. update(java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.settings.firewall.security.intrusion_services with type arguments of type IdsProfile Modifier and Type Method Description void
Profiles. get(java.lang.String profileId, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback)
Read intrusion detection profilevoid
Profiles. get(java.lang.String profileId, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read intrusion detection profilevoid
ProfilesStub. get(java.lang.String profileId, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback)
void
ProfilesStub. get(java.lang.String profileId, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
Profiles. update(java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback)
Update intrusion detection profile.void
Profiles. update(java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update intrusion detection profile.void
ProfilesStub. update(java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback)
void
ProfilesStub. update(java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of IdsProfile in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IdsProfile Modifier and Type Method Description static IdsProfile
IdsProfile. _newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static IdsProfile
IdsProfile. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdsProfile
IdsProfile.Builder. build()
IdsProfile
ChildIdsProfile. getIdsProfile()
Methods in com.vmware.nsx_policy.model that return types with arguments of type IdsProfile Modifier and Type Method Description java.util.List<IdsProfile>
IdsProfileListResult. getResults()
IDS profile list resultsMethods in com.vmware.nsx_policy.model with parameters of type IdsProfile Modifier and Type Method Description ChildIdsProfile.Builder
ChildIdsProfile.Builder. setIdsProfile(IdsProfile idsProfile)
void
ChildIdsProfile. setIdsProfile(IdsProfile idsProfile)
Method parameters in com.vmware.nsx_policy.model with type arguments of type IdsProfile Modifier and Type Method Description IdsProfileListResult.Builder
IdsProfileListResult.Builder. setResults(java.util.List<IdsProfile> results)
IDS profile list resultsvoid
IdsProfileListResult. setResults(java.util.List<IdsProfile> results)
IDS profile list results -
Uses of IdsProfile in com.vmware.nsx_policy.orgs.projects.infra.settings.firewall.security.intrusion_services
Methods in com.vmware.nsx_policy.orgs.projects.infra.settings.firewall.security.intrusion_services that return IdsProfile Modifier and Type Method Description IdsProfile
Profiles. get(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId)
Read intrusion detection profileIdsProfile
Profiles. get(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read intrusion detection profileIdsProfile
ProfilesStub. get(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId)
IdsProfile
ProfilesStub. get(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IdsProfile
Profiles. update(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile)
Update intrusion detection profile.IdsProfile
Profiles. update(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update intrusion detection profile.IdsProfile
ProfilesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile)
IdsProfile
ProfilesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Methods in com.vmware.nsx_policy.orgs.projects.infra.settings.firewall.security.intrusion_services with parameters of type IdsProfile Modifier and Type Method Description void
Profiles. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile)
Patch intrusion detection system profile.void
Profiles. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Patch intrusion detection system profile.void
Profiles. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch intrusion detection system profile.void
Profiles. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch intrusion detection system profile.void
ProfilesStub. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile)
void
ProfilesStub. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
void
ProfilesStub. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
ProfilesStub. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IdsProfile
Profiles. update(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile)
Update intrusion detection profile.void
Profiles. update(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback)
Update intrusion detection profile.void
Profiles. update(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update intrusion detection profile.IdsProfile
Profiles. update(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update intrusion detection profile.IdsProfile
ProfilesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile)
void
ProfilesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback)
void
ProfilesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IdsProfile
ProfilesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.orgs.projects.infra.settings.firewall.security.intrusion_services with type arguments of type IdsProfile Modifier and Type Method Description void
Profiles. get(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback)
Read intrusion detection profilevoid
Profiles. get(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read intrusion detection profilevoid
ProfilesStub. get(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback)
void
ProfilesStub. get(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
Profiles. update(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback)
Update intrusion detection profile.void
Profiles. update(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update intrusion detection profile.void
ProfilesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback)
void
ProfilesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String profileId, IdsProfile idsProfile, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-