LBVirtualServerServiceProfileType

Type:
LBVirtualServerServiceProfileType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents service profile for a load balancing virtual server.
Since:
5.1
Schema:
network.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<LBVirtualServerServiceProfileType xmlns="http://www.vmware.com/vcloud/v1.5">
    <IsEnabled> xs:boolean </IsEnabled>
    <Protocol> xs:string </Protocol>
    <Port> xs:string </Port>
    <Persistence>
        <Method> xs:string </Method>
        <CookieName> xs:string </CookieName>
        <CookieMode> xs:string </CookieMode>
    </Persistence>
</LBVirtualServerServiceProfileType>

Elements

Element Type Required Modifiable Since Deprecated Description
IsEnabled boolean No always 5.1 True if this service profile is enabled.
Persistence LBPersistenceType No always 5.1 Persistence type for service profile.
Port string Yes always 5.1 Port for this service profile.
Protocol string Yes always 5.1 Load balancer Protocol type. One of: HTTP, HTTPS, TCP.
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.