Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
static OspfSummaryAddressConfig |
OspfSummaryAddressConfig._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 OspfSummaryAddressConfig |
OspfSummaryAddressConfig._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
OspfSummaryAddressConfig |
OspfSummaryAddressConfig.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<OspfSummaryAddressConfig> |
OspfRoutingConfig.getSummaryAddresses()
List of summary address configruation to summarize or filter external routes
based on the setting of advertise flag in each OspfSummaryAddressConfig
|
Modifier and Type | Method and Description |
---|---|
void |
OspfRoutingConfig.setSummaryAddresses(java.util.List<OspfSummaryAddressConfig> summaryAddresses)
List of summary address configruation to summarize or filter external routes
based on the setting of advertise flag in each OspfSummaryAddressConfig
|
OspfRoutingConfig.Builder |
OspfRoutingConfig.Builder.setSummaryAddresses(java.util.List<OspfSummaryAddressConfig> summaryAddresses)
List of summary address configruation to summarize or filter external routes
based on the setting of advertise flag in each OspfSummaryAddressConfig
|