Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
static SiteOverride |
SiteOverride._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 SiteOverride |
SiteOverride._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
SiteOverride |
SiteOverride.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<SiteOverride> |
RouteBasedIPSecVpnSession.getSiteOverrides()
A collection of site specific attributes specificed only on GM
|
java.util.List<SiteOverride> |
PolicyBasedIPSecVpnSession.getSiteOverrides()
A collection of site specific attributes specificed only on GM
|
java.util.List<SiteOverride> |
IPSecVpnSession.getSiteOverrides()
A collection of site specific attributes specificed only on GM
|
Modifier and Type | Method and Description |
---|---|
void |
RouteBasedIPSecVpnSession.setSiteOverrides(java.util.List<SiteOverride> siteOverrides)
A collection of site specific attributes specificed only on GM
|
RouteBasedIPSecVpnSession.Builder |
RouteBasedIPSecVpnSession.Builder.setSiteOverrides(java.util.List<SiteOverride> siteOverrides)
A collection of site specific attributes specificed only on GM
|
void |
PolicyBasedIPSecVpnSession.setSiteOverrides(java.util.List<SiteOverride> siteOverrides)
A collection of site specific attributes specificed only on GM
|
PolicyBasedIPSecVpnSession.Builder |
PolicyBasedIPSecVpnSession.Builder.setSiteOverrides(java.util.List<SiteOverride> siteOverrides)
A collection of site specific attributes specificed only on GM
|
void |
IPSecVpnSession.setSiteOverrides(java.util.List<SiteOverride> siteOverrides)
A collection of site specific attributes specificed only on GM
|
IPSecVpnSession.Builder |
IPSecVpnSession.Builder.setSiteOverrides(java.util.List<SiteOverride> siteOverrides)
A collection of site specific attributes specificed only on GM
|