Package com.vmware.nsx_policy.model
Class OspfSummaryAddressConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.OspfSummaryAddressConfig.Builder
-
- Enclosing class:
- OspfSummaryAddressConfig
public static final class OspfSummaryAddressConfig.Builder extends java.lang.Object
Builder class forOspfSummaryAddressConfig
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofOspfSummaryAddressConfig
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OspfSummaryAddressConfig
build()
OspfSummaryAddressConfig.Builder
setAdvertise(java.lang.Boolean advertise)
Used to filter the advertisement of external routes into the OSPF domain.OspfSummaryAddressConfig.Builder
setPrefix(java.lang.String prefix)
OSPF Summary address in CIDR format format: ip-cidr-block
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofOspfSummaryAddressConfig
.
-
-
Method Detail
-
setAdvertise
public OspfSummaryAddressConfig.Builder setAdvertise(java.lang.Boolean advertise)
Used to filter the advertisement of external routes into the OSPF domain. Setting this field to \"TRUE\" will enable the summarization of external routes that are covered by ip_prefix configuration. Setting this field to \"FALSE\" will filter the advertisement of external routes that are covered by ip_prefix configuration.- Parameters:
advertise
- New value for the property.
-
setPrefix
public OspfSummaryAddressConfig.Builder setPrefix(java.lang.String prefix)
OSPF Summary address in CIDR format format: ip-cidr-block- Parameters:
prefix
- New value for the property.
-
build
public OspfSummaryAddressConfig build()
-
-