Table of Contents

Class XenDesktopDeliveryGroupAccessPolicy

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the access policy for a XenDesktop delivery group.

public class XenDesktopDeliveryGroupAccessPolicy : GlobalSerializableClassicBase
Inheritance
XenDesktopDeliveryGroupAccessPolicy

Constructors

XenDesktopDeliveryGroupAccessPolicy()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopDeliveryGroupAccessPolicy class.

public XenDesktopDeliveryGroupAccessPolicy()

Properties

AllowAnonymous

Gets or sets whether anonymous users are allowed to access this delivery group.

public BooleanOption AllowAnonymous { get; set; }

Property Value

BooleanOption

AllowDirectConnections

Gets or sets whether to allow connections not through NetScaler Gateway.

public BooleanOption AllowDirectConnections { get; set; }

Property Value

BooleanOption

AllowNetscalerConnections

Gets or sets whether to allow connections through NetScaler Gateway.

public BooleanOption AllowNetscalerConnections { get; set; }

Property Value

BooleanOption

IncludedSmartAccessFilterEnabled

Gets or sets whether to only allow connections meeting any of the specified filters.

public BooleanOption IncludedSmartAccessFilterEnabled { get; set; }

Property Value

BooleanOption

IncludedSmartAccessTags

Gets or sets the smart access filters to use.

public SerializableStringCollection IncludedSmartAccessTags { get; set; }

Property Value

SerializableStringCollection

IncludedUsers

Gets or sets the users that are assigned to this delivery group in the format "DOMAIN\username".

public SerializableStringCollection IncludedUsers { get; set; }

Property Value

SerializableStringCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.XenDesktopDeliveryGroupAccessPolicy class from the specified XML.

public static XenDesktopDeliveryGroupAccessPolicy FromXml(string Xml)

Parameters

Xml string

The XML representation of the object.

Returns

XenDesktopDeliveryGroupAccessPolicy

A CENTREL.XIA.Configuration.Types.XenDesktopDeliveryGroupAccessPolicy class.