VMware Cloud Director API - LBPersistenceType
LBPersistenceType
- Type:
- LBPersistenceType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Represents persistence type for a load balancer service profile.
- Since:
- 5.1
- Schema:
- network.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
-
<LBPersistenceType xmlns="http://www.vmware.com/vcloud/v1.5">
<Method> xs:string </Method>
<CookieName> xs:string </CookieName>
<CookieMode> xs:string </CookieMode>
</LBPersistenceType>
-
Elements
-
Element Type Required Modifiable Since Deprecated Description CookieMode string No always 5.1 Cookie Mode. One of: INSERT, PREFIX, APP. CookieName string No always 5.1 Cookie name when persistence method is COOKIE. Method string Yes always 5.1 Persistence method. One of: COOKIE, SSL_SESSION_ID. VCloudExtension VCloudExtensionType No always 5.1 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.