Uses of Class
com.vmware.nsx_policy.model.TlsProfileListResult
-
Packages that use TlsProfileListResult Package Description com.vmware.nsx_policy.infra com.vmware.nsx_policy.model -
-
Uses of TlsProfileListResult in com.vmware.nsx_policy.infra
Methods in com.vmware.nsx_policy.infra that return TlsProfileListResult Modifier and Type Method Description TlsProfileListResult
TlsInspectionActionProfiles. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
List all the Tls profiles available by requested resource_type.TlsProfileListResult
TlsInspectionActionProfiles. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all the Tls profiles available by requested resource_type.TlsProfileListResult
TlsInspectionActionProfilesStub. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
TlsProfileListResult
TlsInspectionActionProfilesStub. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra with type arguments of type TlsProfileListResult Modifier and Type Method Description void
TlsInspectionActionProfiles. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<TlsProfileListResult> asyncCallback)
List all the Tls profiles available by requested resource_type.void
TlsInspectionActionProfiles. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<TlsProfileListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all the Tls profiles available by requested resource_type.void
TlsInspectionActionProfilesStub. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<TlsProfileListResult> asyncCallback)
void
TlsInspectionActionProfilesStub. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<TlsProfileListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of TlsProfileListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return TlsProfileListResult Modifier and Type Method Description static TlsProfileListResult
TlsProfileListResult. _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 TlsProfileListResult
TlsProfileListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.TlsProfileListResult
TlsProfileListResult.Builder. build()
-