Package com.vmware.nsx_policy.model
Class L2ForwarderRemoteMacsPerSite.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.L2ForwarderRemoteMacsPerSite.Builder
-
- Enclosing class:
- L2ForwarderRemoteMacsPerSite
public static final class L2ForwarderRemoteMacsPerSite.Builder extends java.lang.ObjectBuilder class forL2ForwarderRemoteMacsPerSite.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofL2ForwarderRemoteMacsPerSite.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description L2ForwarderRemoteMacsPerSitebuild()L2ForwarderRemoteMacsPerSite.BuildersetRemoteActiveIps(java.util.List<java.lang.String> remoteActiveIps)Remote active IP addresses.L2ForwarderRemoteMacsPerSite.BuildersetRemoteMacAddresses(java.util.List<java.lang.String> remoteMacAddresses)Remote mac addresses.L2ForwarderRemoteMacsPerSite.BuildersetRemoteSite(ResourceReference remoteSite)L2ForwarderRemoteMacsPerSite.BuildersetRemoteStandbyIps(java.util.List<java.lang.String> remoteStandbyIps)Remote standby IP addresses.L2ForwarderRemoteMacsPerSite.BuildersetRtepGroupId(java.lang.Long rtepGroupId)32 bit unique RTEP group id of the logical switch per site.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofL2ForwarderRemoteMacsPerSite.
-
-
Method Detail
-
setRemoteActiveIps
public L2ForwarderRemoteMacsPerSite.Builder setRemoteActiveIps(java.util.List<java.lang.String> remoteActiveIps)
Remote active IP addresses. format: ip This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
remoteActiveIps- New value for the property.
-
setRemoteMacAddresses
public L2ForwarderRemoteMacsPerSite.Builder setRemoteMacAddresses(java.util.List<java.lang.String> remoteMacAddresses)
Remote mac addresses. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
remoteMacAddresses- New value for the property.
-
setRemoteSite
public L2ForwarderRemoteMacsPerSite.Builder setRemoteSite(ResourceReference remoteSite)
- Parameters:
remoteSite- New value for the property.
-
setRemoteStandbyIps
public L2ForwarderRemoteMacsPerSite.Builder setRemoteStandbyIps(java.util.List<java.lang.String> remoteStandbyIps)
Remote standby IP addresses. format: ip This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
remoteStandbyIps- New value for the property.
-
setRtepGroupId
public L2ForwarderRemoteMacsPerSite.Builder setRtepGroupId(java.lang.Long rtepGroupId)
32 bit unique RTEP group id of the logical switch per site. format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
rtepGroupId- New value for the property.
-
build
public L2ForwarderRemoteMacsPerSite build()
-
-