Uses of Class
com.vmware.nsx_policy.model.OspfDatabaseStatus
-
Packages that use OspfDatabaseStatus Package Description com.vmware.nsx_policy.model -
-
Uses of OspfDatabaseStatus in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return OspfDatabaseStatus Modifier and Type Method Description static OspfDatabaseStatus
OspfDatabaseStatus. _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 OspfDatabaseStatus
OspfDatabaseStatus. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.OspfDatabaseStatus
OspfDatabaseStatus.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type OspfDatabaseStatus Modifier and Type Method Description java.util.List<OspfDatabaseStatus>
PolicyOspfDatabaseListResult. getResults()
array of OSPF database data This property may be present in responses from the server, but if it is present in a request to server it will be ignored.Method parameters in com.vmware.nsx_policy.model with type arguments of type OspfDatabaseStatus Modifier and Type Method Description PolicyOspfDatabaseListResult.Builder
PolicyOspfDatabaseListResult.Builder. setResults(java.util.List<OspfDatabaseStatus> results)
array of OSPF database data This property may be present in responses from the server, but if it is present in a request to server it will be ignored.void
PolicyOspfDatabaseListResult. setResults(java.util.List<OspfDatabaseStatus> results)
array of OSPF database data This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-