Modifier and Type | Method and Description |
---|---|
IdsProfile |
ProfilesStub.get(java.lang.String profileId) |
IdsProfile |
Profiles.get(java.lang.String profileId)
Read intrusion detection profile
|
IdsProfile |
ProfilesStub.get(java.lang.String profileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
IdsProfile |
Profiles.get(java.lang.String profileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read intrusion detection profile
|
IdsProfile |
ProfilesStub.update(java.lang.String profileId,
IdsProfile idsProfile) |
IdsProfile |
Profiles.update(java.lang.String profileId,
IdsProfile idsProfile)
Update intrusion detection profile.
|
IdsProfile |
ProfilesStub.update(java.lang.String profileId,
IdsProfile idsProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
IdsProfile |
Profiles.update(java.lang.String profileId,
IdsProfile idsProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update intrusion detection profile.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfilesStub.patch(java.lang.String profileId,
IdsProfile idsProfile) |
void |
Profiles.patch(java.lang.String profileId,
IdsProfile idsProfile)
Patch intrusion detection system profile.
|
void |
ProfilesStub.patch(java.lang.String profileId,
IdsProfile idsProfile,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback) |
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 |
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 |
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 |
ProfilesStub.patch(java.lang.String profileId,
IdsProfile idsProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Profiles.patch(java.lang.String profileId,
IdsProfile idsProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch intrusion detection system profile.
|
IdsProfile |
ProfilesStub.update(java.lang.String profileId,
IdsProfile idsProfile) |
IdsProfile |
Profiles.update(java.lang.String profileId,
IdsProfile idsProfile)
Update intrusion detection profile.
|
void |
ProfilesStub.update(java.lang.String profileId,
IdsProfile idsProfile,
com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback) |
void |
Profiles.update(java.lang.String profileId,
IdsProfile idsProfile,
com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback)
Update intrusion detection profile.
|
void |
ProfilesStub.update(java.lang.String profileId,
IdsProfile idsProfile,
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,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update intrusion detection profile.
|
IdsProfile |
ProfilesStub.update(java.lang.String profileId,
IdsProfile idsProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
IdsProfile |
Profiles.update(java.lang.String profileId,
IdsProfile idsProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update intrusion detection profile.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfilesStub.get(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback) |
void |
Profiles.get(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback)
Read intrusion detection profile
|
void |
ProfilesStub.get(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Profiles.get(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read intrusion detection profile
|
void |
ProfilesStub.update(java.lang.String profileId,
IdsProfile idsProfile,
com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback) |
void |
Profiles.update(java.lang.String profileId,
IdsProfile idsProfile,
com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback)
Update intrusion detection profile.
|
void |
ProfilesStub.update(java.lang.String profileId,
IdsProfile idsProfile,
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,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update intrusion detection profile.
|
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
java.util.List<IdsProfile> |
IdsProfileListResult.getResults()
IDS profile list results
|
Modifier and Type | Method and Description |
---|---|
void |
ChildIdsProfile.setIdsProfile(IdsProfile idsProfile) |
ChildIdsProfile.Builder |
ChildIdsProfile.Builder.setIdsProfile(IdsProfile idsProfile) |
Modifier and Type | Method and Description |
---|---|
void |
IdsProfileListResult.setResults(java.util.List<IdsProfile> results)
IDS profile list results
|
IdsProfileListResult.Builder |
IdsProfileListResult.Builder.setResults(java.util.List<IdsProfile> results)
IDS profile list results
|
Modifier and Type | Method and Description |
---|---|
IdsProfile |
ProfilesStub.get(java.lang.String orgId,
java.lang.String projectId,
java.lang.String profileId) |
IdsProfile |
Profiles.get(java.lang.String orgId,
java.lang.String projectId,
java.lang.String profileId)
Read intrusion detection profile
|
IdsProfile |
ProfilesStub.get(java.lang.String orgId,
java.lang.String projectId,
java.lang.String profileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
IdsProfile |
Profiles.get(java.lang.String orgId,
java.lang.String projectId,
java.lang.String profileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read intrusion detection profile
|
IdsProfile |
ProfilesStub.update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String profileId,
IdsProfile idsProfile) |
IdsProfile |
Profiles.update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String profileId,
IdsProfile idsProfile)
Update intrusion detection profile.
|
IdsProfile |
ProfilesStub.update(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,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update intrusion detection profile.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfilesStub.patch(java.lang.String orgId,
java.lang.String projectId,
java.lang.String profileId,
IdsProfile idsProfile) |
void |
Profiles.patch(java.lang.String orgId,
java.lang.String projectId,
java.lang.String profileId,
IdsProfile idsProfile)
Patch intrusion detection system profile.
|
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 |
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 |
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 |
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 |
ProfilesStub.patch(java.lang.String orgId,
java.lang.String projectId,
java.lang.String profileId,
IdsProfile idsProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
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.
|
IdsProfile |
ProfilesStub.update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String profileId,
IdsProfile idsProfile) |
IdsProfile |
Profiles.update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String profileId,
IdsProfile idsProfile)
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 |
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 |
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) |
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 |
ProfilesStub.update(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,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update intrusion detection profile.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfilesStub.get(java.lang.String orgId,
java.lang.String projectId,
java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<IdsProfile> asyncCallback) |
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 profile
|
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.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 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 |
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 |
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) |
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.
|