Uses of Class
com.vmware.nsx_policy.model.AdvertisedNetworkCsvRecord
-
Packages that use AdvertisedNetworkCsvRecord Package Description com.vmware.nsx_policy.model -
-
Uses of AdvertisedNetworkCsvRecord in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return AdvertisedNetworkCsvRecord Modifier and Type Method Description static AdvertisedNetworkCsvRecord
AdvertisedNetworkCsvRecord. _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 AdvertisedNetworkCsvRecord
AdvertisedNetworkCsvRecord. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.AdvertisedNetworkCsvRecord
AdvertisedNetworkCsvRecord.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type AdvertisedNetworkCsvRecord Modifier and Type Method Description java.util.List<AdvertisedNetworkCsvRecord>
PolicyAdvertisedNetworkInCsvFormat. getResults()
Method parameters in com.vmware.nsx_policy.model with type arguments of type AdvertisedNetworkCsvRecord Modifier and Type Method Description PolicyAdvertisedNetworkInCsvFormat.Builder
PolicyAdvertisedNetworkInCsvFormat.Builder. setResults(java.util.List<AdvertisedNetworkCsvRecord> results)
void
PolicyAdvertisedNetworkInCsvFormat. setResults(java.util.List<AdvertisedNetworkCsvRecord> results)
-