Skip to content

Latest commit

 

History

History
680 lines (367 loc) · 24.2 KB

ApplicationPoolInfoV2.md

File metadata and controls

680 lines (367 loc) · 24.2 KB

ApplicationPoolInfoV2

Properties

Name Type Description Notes
AccessGroupId Pointer to string Access groups can organize the entities (like application pools, desktop pools) in the organization. They can also be used for delegated administration. For application pool, this is the same as that of the farm or desktop pool that the application pool belongs to.<br>Supported Filters: 'Equals'. [optional]
AntiAffinityData Pointer to ApplicationAntiAffinityData [optional]
CategoryFolderName Pointer to string Name of the category folder in the user's OS containing a shortcut to the application. Unset if the application does not belong to a category. [optional]
CsRestrictionTags Pointer to []string Connection server restrictions. Application pool can be accessed from only those connection server instances that have a matching tag in this list. Null or empty list means that the application pool can be accessed from any connection server. [optional]
CustomizedIconIds Pointer to []string List of customized icon IDs associated with the application which the user has configured. [optional]
Description Pointer to string Notes about the application pool.<br>Supported Filters: 'Equals', 'StartsWith' and 'Contains'. [optional]
DesktopPoolId Pointer to string ID of the desktop pool from which this application pool is created. Either this or farm id will be set.<br>Supported Filters: 'Equals'. [optional]
DisplayName Pointer to string The display name is the name that users will see when they connect to view client. If the display name is left blank, it defaults to name.<br>Supported Filters: 'Equals', 'StartsWith' and 'Contains'. [optional]
EnableClientRestrictions Pointer to bool Indicates whether client restrictions are to be applied to application pool. Currently it is valid for application pool created from farm.<br>Supported Filters: 'Equals'. [optional]
EnablePreLaunch Pointer to bool Whether to pre-launch the application.<br>Supported Filters: 'Equals'. [optional]
Enabled Pointer to bool Indicates whether the application pool is enabled.<br>Supported Filters: 'Equals'. [optional]
ExecutablePath Pointer to string Path to application executable.<br>Supported Filters: 'Equals', 'StartsWith', 'EndsWith' and 'Contains'. [optional]
FarmId Pointer to string ID of the farm from which this application pool is created. Either this or desktop pool id will be set.<br>Supported Filters: 'Equals'. [optional]
GlobalApplicationEntitlementId Pointer to string Global application entitlement for this application pool. Caller should have permission to FEDERATED_LDAP_VIEW privilege for this field to be populated or to use in filter.<br>Supported Filters: 'Equals'. [optional]
IconIds Pointer to []string List of icon IDs associated with the application which are fetched from the agent. [optional]
Id Pointer to string Unique ID representing application pool.<br>Supported Filters: 'Equals'. [optional]
MaxMultiSessions Pointer to int32 Maximum number of multi-sessions a user can have in this application pool. This property is required if multi-session mode is set to &quot;ENABLED_DEFAULT_OFF&quot;, &quot;ENABLED_DEFAULT_ON&quot;, or &quot;ENABLED_ENFORCED&quot; [optional]
MultiSessionMode Pointer to string Multi-session mode for the application pool. An application launched in multi-session mode does not support reconnect behavior when user logs in from a different client instance. Multi-session mode should be disabled when pre-launch is enabled.<br>Supported Filters: 'Equals'. * DISABLED: Multi-session is not supported for this application. * ENABLED_DEFAULT_OFF: Multi-session is supported for this application but is disabled by default. The client would need to explicitly request multi-session launch, if wanted. If a legacy client is used, this will always result in a single-session application launch. * ENABLED_DEFAULT_ON: Multi-session mode is supported for this application and is enabled by default. The client can request explicitly for single-session launch, if wanted. If a legacy client is used, this will always result in a multi-session application launch. * ENABLED_ENFORCED: Multi-session is supported for this application and it is enforced. The client can not select to launch this application as a single-session application. [optional]
Name Pointer to string The application name is the unique identifier used to identify this application pool. This property must contain only alphanumerics, underscores, and dashes. The maximum length is 64 characters.<br>Supported Filters: 'Equals', 'StartsWith' and 'Contains'. [optional]
Parameters Pointer to string Parameters to pass to application when launching. [optional]
Publisher Pointer to string Application publisher.<br>Supported Filters: 'Equals', 'StartsWith' and 'Contains'. [optional]
ShortcutLocations Pointer to []string Locations of the category folder in the user's OS containing a shortcut to the application. The value must be set if category folder name is provided. [optional]
StartFolder Pointer to string Starting folder for application. [optional]
SupportedFileTypesData Pointer to ApplicationSupportedFileTypesData [optional]
Version Pointer to string Application version.<br>Supported Filters: 'Equals', 'StartsWith' and 'Contains'. [optional]

Methods

NewApplicationPoolInfoV2

func NewApplicationPoolInfoV2() *ApplicationPoolInfoV2

NewApplicationPoolInfoV2 instantiates a new ApplicationPoolInfoV2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewApplicationPoolInfoV2WithDefaults

func NewApplicationPoolInfoV2WithDefaults() *ApplicationPoolInfoV2

NewApplicationPoolInfoV2WithDefaults instantiates a new ApplicationPoolInfoV2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetAccessGroupId

func (o *ApplicationPoolInfoV2) GetAccessGroupId() string

GetAccessGroupId returns the AccessGroupId field if non-nil, zero value otherwise.

GetAccessGroupIdOk

func (o *ApplicationPoolInfoV2) GetAccessGroupIdOk() (*string, bool)

GetAccessGroupIdOk returns a tuple with the AccessGroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAccessGroupId

func (o *ApplicationPoolInfoV2) SetAccessGroupId(v string)

SetAccessGroupId sets AccessGroupId field to given value.

HasAccessGroupId

func (o *ApplicationPoolInfoV2) HasAccessGroupId() bool

HasAccessGroupId returns a boolean if a field has been set.

GetAntiAffinityData

func (o *ApplicationPoolInfoV2) GetAntiAffinityData() ApplicationAntiAffinityData

GetAntiAffinityData returns the AntiAffinityData field if non-nil, zero value otherwise.

GetAntiAffinityDataOk

func (o *ApplicationPoolInfoV2) GetAntiAffinityDataOk() (*ApplicationAntiAffinityData, bool)

GetAntiAffinityDataOk returns a tuple with the AntiAffinityData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAntiAffinityData

func (o *ApplicationPoolInfoV2) SetAntiAffinityData(v ApplicationAntiAffinityData)

SetAntiAffinityData sets AntiAffinityData field to given value.

HasAntiAffinityData

func (o *ApplicationPoolInfoV2) HasAntiAffinityData() bool

HasAntiAffinityData returns a boolean if a field has been set.

GetCategoryFolderName

func (o *ApplicationPoolInfoV2) GetCategoryFolderName() string

GetCategoryFolderName returns the CategoryFolderName field if non-nil, zero value otherwise.

GetCategoryFolderNameOk

func (o *ApplicationPoolInfoV2) GetCategoryFolderNameOk() (*string, bool)

GetCategoryFolderNameOk returns a tuple with the CategoryFolderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCategoryFolderName

func (o *ApplicationPoolInfoV2) SetCategoryFolderName(v string)

SetCategoryFolderName sets CategoryFolderName field to given value.

HasCategoryFolderName

func (o *ApplicationPoolInfoV2) HasCategoryFolderName() bool

HasCategoryFolderName returns a boolean if a field has been set.

GetCsRestrictionTags

func (o *ApplicationPoolInfoV2) GetCsRestrictionTags() []string

GetCsRestrictionTags returns the CsRestrictionTags field if non-nil, zero value otherwise.

GetCsRestrictionTagsOk

func (o *ApplicationPoolInfoV2) GetCsRestrictionTagsOk() (*[]string, bool)

GetCsRestrictionTagsOk returns a tuple with the CsRestrictionTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCsRestrictionTags

func (o *ApplicationPoolInfoV2) SetCsRestrictionTags(v []string)

SetCsRestrictionTags sets CsRestrictionTags field to given value.

HasCsRestrictionTags

func (o *ApplicationPoolInfoV2) HasCsRestrictionTags() bool

HasCsRestrictionTags returns a boolean if a field has been set.

GetCustomizedIconIds

func (o *ApplicationPoolInfoV2) GetCustomizedIconIds() []string

GetCustomizedIconIds returns the CustomizedIconIds field if non-nil, zero value otherwise.

GetCustomizedIconIdsOk

func (o *ApplicationPoolInfoV2) GetCustomizedIconIdsOk() (*[]string, bool)

GetCustomizedIconIdsOk returns a tuple with the CustomizedIconIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCustomizedIconIds

func (o *ApplicationPoolInfoV2) SetCustomizedIconIds(v []string)

SetCustomizedIconIds sets CustomizedIconIds field to given value.

HasCustomizedIconIds

func (o *ApplicationPoolInfoV2) HasCustomizedIconIds() bool

HasCustomizedIconIds returns a boolean if a field has been set.

GetDescription

func (o *ApplicationPoolInfoV2) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *ApplicationPoolInfoV2) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDescription

func (o *ApplicationPoolInfoV2) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ApplicationPoolInfoV2) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetDesktopPoolId

func (o *ApplicationPoolInfoV2) GetDesktopPoolId() string

GetDesktopPoolId returns the DesktopPoolId field if non-nil, zero value otherwise.

GetDesktopPoolIdOk

func (o *ApplicationPoolInfoV2) GetDesktopPoolIdOk() (*string, bool)

GetDesktopPoolIdOk returns a tuple with the DesktopPoolId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDesktopPoolId

func (o *ApplicationPoolInfoV2) SetDesktopPoolId(v string)

SetDesktopPoolId sets DesktopPoolId field to given value.

HasDesktopPoolId

func (o *ApplicationPoolInfoV2) HasDesktopPoolId() bool

HasDesktopPoolId returns a boolean if a field has been set.

GetDisplayName

func (o *ApplicationPoolInfoV2) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *ApplicationPoolInfoV2) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDisplayName

func (o *ApplicationPoolInfoV2) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *ApplicationPoolInfoV2) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetEnableClientRestrictions

func (o *ApplicationPoolInfoV2) GetEnableClientRestrictions() bool

GetEnableClientRestrictions returns the EnableClientRestrictions field if non-nil, zero value otherwise.

GetEnableClientRestrictionsOk

func (o *ApplicationPoolInfoV2) GetEnableClientRestrictionsOk() (*bool, bool)

GetEnableClientRestrictionsOk returns a tuple with the EnableClientRestrictions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnableClientRestrictions

func (o *ApplicationPoolInfoV2) SetEnableClientRestrictions(v bool)

SetEnableClientRestrictions sets EnableClientRestrictions field to given value.

HasEnableClientRestrictions

func (o *ApplicationPoolInfoV2) HasEnableClientRestrictions() bool

HasEnableClientRestrictions returns a boolean if a field has been set.

GetEnablePreLaunch

func (o *ApplicationPoolInfoV2) GetEnablePreLaunch() bool

GetEnablePreLaunch returns the EnablePreLaunch field if non-nil, zero value otherwise.

GetEnablePreLaunchOk

func (o *ApplicationPoolInfoV2) GetEnablePreLaunchOk() (*bool, bool)

GetEnablePreLaunchOk returns a tuple with the EnablePreLaunch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnablePreLaunch

func (o *ApplicationPoolInfoV2) SetEnablePreLaunch(v bool)

SetEnablePreLaunch sets EnablePreLaunch field to given value.

HasEnablePreLaunch

func (o *ApplicationPoolInfoV2) HasEnablePreLaunch() bool

HasEnablePreLaunch returns a boolean if a field has been set.

GetEnabled

func (o *ApplicationPoolInfoV2) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

func (o *ApplicationPoolInfoV2) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnabled

func (o *ApplicationPoolInfoV2) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *ApplicationPoolInfoV2) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetExecutablePath

func (o *ApplicationPoolInfoV2) GetExecutablePath() string

GetExecutablePath returns the ExecutablePath field if non-nil, zero value otherwise.

GetExecutablePathOk

func (o *ApplicationPoolInfoV2) GetExecutablePathOk() (*string, bool)

GetExecutablePathOk returns a tuple with the ExecutablePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetExecutablePath

func (o *ApplicationPoolInfoV2) SetExecutablePath(v string)

SetExecutablePath sets ExecutablePath field to given value.

HasExecutablePath

func (o *ApplicationPoolInfoV2) HasExecutablePath() bool

HasExecutablePath returns a boolean if a field has been set.

GetFarmId

func (o *ApplicationPoolInfoV2) GetFarmId() string

GetFarmId returns the FarmId field if non-nil, zero value otherwise.

GetFarmIdOk

func (o *ApplicationPoolInfoV2) GetFarmIdOk() (*string, bool)

GetFarmIdOk returns a tuple with the FarmId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFarmId

func (o *ApplicationPoolInfoV2) SetFarmId(v string)

SetFarmId sets FarmId field to given value.

HasFarmId

func (o *ApplicationPoolInfoV2) HasFarmId() bool

HasFarmId returns a boolean if a field has been set.

GetGlobalApplicationEntitlementId

func (o *ApplicationPoolInfoV2) GetGlobalApplicationEntitlementId() string

GetGlobalApplicationEntitlementId returns the GlobalApplicationEntitlementId field if non-nil, zero value otherwise.

GetGlobalApplicationEntitlementIdOk

func (o *ApplicationPoolInfoV2) GetGlobalApplicationEntitlementIdOk() (*string, bool)

GetGlobalApplicationEntitlementIdOk returns a tuple with the GlobalApplicationEntitlementId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGlobalApplicationEntitlementId

func (o *ApplicationPoolInfoV2) SetGlobalApplicationEntitlementId(v string)

SetGlobalApplicationEntitlementId sets GlobalApplicationEntitlementId field to given value.

HasGlobalApplicationEntitlementId

func (o *ApplicationPoolInfoV2) HasGlobalApplicationEntitlementId() bool

HasGlobalApplicationEntitlementId returns a boolean if a field has been set.

GetIconIds

func (o *ApplicationPoolInfoV2) GetIconIds() []string

GetIconIds returns the IconIds field if non-nil, zero value otherwise.

GetIconIdsOk

func (o *ApplicationPoolInfoV2) GetIconIdsOk() (*[]string, bool)

GetIconIdsOk returns a tuple with the IconIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIconIds

func (o *ApplicationPoolInfoV2) SetIconIds(v []string)

SetIconIds sets IconIds field to given value.

HasIconIds

func (o *ApplicationPoolInfoV2) HasIconIds() bool

HasIconIds returns a boolean if a field has been set.

GetId

func (o *ApplicationPoolInfoV2) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ApplicationPoolInfoV2) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *ApplicationPoolInfoV2) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ApplicationPoolInfoV2) HasId() bool

HasId returns a boolean if a field has been set.

GetMaxMultiSessions

func (o *ApplicationPoolInfoV2) GetMaxMultiSessions() int32

GetMaxMultiSessions returns the MaxMultiSessions field if non-nil, zero value otherwise.

GetMaxMultiSessionsOk

func (o *ApplicationPoolInfoV2) GetMaxMultiSessionsOk() (*int32, bool)

GetMaxMultiSessionsOk returns a tuple with the MaxMultiSessions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMaxMultiSessions

func (o *ApplicationPoolInfoV2) SetMaxMultiSessions(v int32)

SetMaxMultiSessions sets MaxMultiSessions field to given value.

HasMaxMultiSessions

func (o *ApplicationPoolInfoV2) HasMaxMultiSessions() bool

HasMaxMultiSessions returns a boolean if a field has been set.

GetMultiSessionMode

func (o *ApplicationPoolInfoV2) GetMultiSessionMode() string

GetMultiSessionMode returns the MultiSessionMode field if non-nil, zero value otherwise.

GetMultiSessionModeOk

func (o *ApplicationPoolInfoV2) GetMultiSessionModeOk() (*string, bool)

GetMultiSessionModeOk returns a tuple with the MultiSessionMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMultiSessionMode

func (o *ApplicationPoolInfoV2) SetMultiSessionMode(v string)

SetMultiSessionMode sets MultiSessionMode field to given value.

HasMultiSessionMode

func (o *ApplicationPoolInfoV2) HasMultiSessionMode() bool

HasMultiSessionMode returns a boolean if a field has been set.

GetName

func (o *ApplicationPoolInfoV2) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ApplicationPoolInfoV2) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *ApplicationPoolInfoV2) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ApplicationPoolInfoV2) HasName() bool

HasName returns a boolean if a field has been set.

GetParameters

func (o *ApplicationPoolInfoV2) GetParameters() string

GetParameters returns the Parameters field if non-nil, zero value otherwise.

GetParametersOk

func (o *ApplicationPoolInfoV2) GetParametersOk() (*string, bool)

GetParametersOk returns a tuple with the Parameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetParameters

func (o *ApplicationPoolInfoV2) SetParameters(v string)

SetParameters sets Parameters field to given value.

HasParameters

func (o *ApplicationPoolInfoV2) HasParameters() bool

HasParameters returns a boolean if a field has been set.

GetPublisher

func (o *ApplicationPoolInfoV2) GetPublisher() string

GetPublisher returns the Publisher field if non-nil, zero value otherwise.

GetPublisherOk

func (o *ApplicationPoolInfoV2) GetPublisherOk() (*string, bool)

GetPublisherOk returns a tuple with the Publisher field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPublisher

func (o *ApplicationPoolInfoV2) SetPublisher(v string)

SetPublisher sets Publisher field to given value.

HasPublisher

func (o *ApplicationPoolInfoV2) HasPublisher() bool

HasPublisher returns a boolean if a field has been set.

GetShortcutLocations

func (o *ApplicationPoolInfoV2) GetShortcutLocations() []string

GetShortcutLocations returns the ShortcutLocations field if non-nil, zero value otherwise.

GetShortcutLocationsOk

func (o *ApplicationPoolInfoV2) GetShortcutLocationsOk() (*[]string, bool)

GetShortcutLocationsOk returns a tuple with the ShortcutLocations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetShortcutLocations

func (o *ApplicationPoolInfoV2) SetShortcutLocations(v []string)

SetShortcutLocations sets ShortcutLocations field to given value.

HasShortcutLocations

func (o *ApplicationPoolInfoV2) HasShortcutLocations() bool

HasShortcutLocations returns a boolean if a field has been set.

GetStartFolder

func (o *ApplicationPoolInfoV2) GetStartFolder() string

GetStartFolder returns the StartFolder field if non-nil, zero value otherwise.

GetStartFolderOk

func (o *ApplicationPoolInfoV2) GetStartFolderOk() (*string, bool)

GetStartFolderOk returns a tuple with the StartFolder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStartFolder

func (o *ApplicationPoolInfoV2) SetStartFolder(v string)

SetStartFolder sets StartFolder field to given value.

HasStartFolder

func (o *ApplicationPoolInfoV2) HasStartFolder() bool

HasStartFolder returns a boolean if a field has been set.

GetSupportedFileTypesData

func (o *ApplicationPoolInfoV2) GetSupportedFileTypesData() ApplicationSupportedFileTypesData

GetSupportedFileTypesData returns the SupportedFileTypesData field if non-nil, zero value otherwise.

GetSupportedFileTypesDataOk

func (o *ApplicationPoolInfoV2) GetSupportedFileTypesDataOk() (*ApplicationSupportedFileTypesData, bool)

GetSupportedFileTypesDataOk returns a tuple with the SupportedFileTypesData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSupportedFileTypesData

func (o *ApplicationPoolInfoV2) SetSupportedFileTypesData(v ApplicationSupportedFileTypesData)

SetSupportedFileTypesData sets SupportedFileTypesData field to given value.

HasSupportedFileTypesData

func (o *ApplicationPoolInfoV2) HasSupportedFileTypesData() bool

HasSupportedFileTypesData returns a boolean if a field has been set.

GetVersion

func (o *ApplicationPoolInfoV2) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *ApplicationPoolInfoV2) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVersion

func (o *ApplicationPoolInfoV2) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *ApplicationPoolInfoV2) HasVersion() bool

HasVersion returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]