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 "ENABLED_DEFAULT_OFF", "ENABLED_DEFAULT_ON", or "ENABLED_ENFORCED" | [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] |
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
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
func (o *ApplicationPoolInfoV2) GetAccessGroupId() string
GetAccessGroupId returns the AccessGroupId field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetAccessGroupId(v string)
SetAccessGroupId sets AccessGroupId field to given value.
func (o *ApplicationPoolInfoV2) HasAccessGroupId() bool
HasAccessGroupId returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetAntiAffinityData() ApplicationAntiAffinityData
GetAntiAffinityData returns the AntiAffinityData field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetAntiAffinityData(v ApplicationAntiAffinityData)
SetAntiAffinityData sets AntiAffinityData field to given value.
func (o *ApplicationPoolInfoV2) HasAntiAffinityData() bool
HasAntiAffinityData returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetCategoryFolderName() string
GetCategoryFolderName returns the CategoryFolderName field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetCategoryFolderName(v string)
SetCategoryFolderName sets CategoryFolderName field to given value.
func (o *ApplicationPoolInfoV2) HasCategoryFolderName() bool
HasCategoryFolderName returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetCsRestrictionTags() []string
GetCsRestrictionTags returns the CsRestrictionTags field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetCsRestrictionTags(v []string)
SetCsRestrictionTags sets CsRestrictionTags field to given value.
func (o *ApplicationPoolInfoV2) HasCsRestrictionTags() bool
HasCsRestrictionTags returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetCustomizedIconIds() []string
GetCustomizedIconIds returns the CustomizedIconIds field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetCustomizedIconIds(v []string)
SetCustomizedIconIds sets CustomizedIconIds field to given value.
func (o *ApplicationPoolInfoV2) HasCustomizedIconIds() bool
HasCustomizedIconIds returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ApplicationPoolInfoV2) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetDesktopPoolId() string
GetDesktopPoolId returns the DesktopPoolId field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetDesktopPoolId(v string)
SetDesktopPoolId sets DesktopPoolId field to given value.
func (o *ApplicationPoolInfoV2) HasDesktopPoolId() bool
HasDesktopPoolId returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ApplicationPoolInfoV2) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetEnableClientRestrictions() bool
GetEnableClientRestrictions returns the EnableClientRestrictions field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetEnableClientRestrictions(v bool)
SetEnableClientRestrictions sets EnableClientRestrictions field to given value.
func (o *ApplicationPoolInfoV2) HasEnableClientRestrictions() bool
HasEnableClientRestrictions returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetEnablePreLaunch() bool
GetEnablePreLaunch returns the EnablePreLaunch field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetEnablePreLaunch(v bool)
SetEnablePreLaunch sets EnablePreLaunch field to given value.
func (o *ApplicationPoolInfoV2) HasEnablePreLaunch() bool
HasEnablePreLaunch returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *ApplicationPoolInfoV2) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetExecutablePath() string
GetExecutablePath returns the ExecutablePath field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetExecutablePath(v string)
SetExecutablePath sets ExecutablePath field to given value.
func (o *ApplicationPoolInfoV2) HasExecutablePath() bool
HasExecutablePath returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetFarmId() string
GetFarmId returns the FarmId field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetFarmId(v string)
SetFarmId sets FarmId field to given value.
func (o *ApplicationPoolInfoV2) HasFarmId() bool
HasFarmId returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetGlobalApplicationEntitlementId() string
GetGlobalApplicationEntitlementId returns the GlobalApplicationEntitlementId field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetGlobalApplicationEntitlementId(v string)
SetGlobalApplicationEntitlementId sets GlobalApplicationEntitlementId field to given value.
func (o *ApplicationPoolInfoV2) HasGlobalApplicationEntitlementId() bool
HasGlobalApplicationEntitlementId returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetIconIds() []string
GetIconIds returns the IconIds field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetIconIds(v []string)
SetIconIds sets IconIds field to given value.
func (o *ApplicationPoolInfoV2) HasIconIds() bool
HasIconIds returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetId(v string)
SetId sets Id field to given value.
func (o *ApplicationPoolInfoV2) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetMaxMultiSessions() int32
GetMaxMultiSessions returns the MaxMultiSessions field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetMaxMultiSessions(v int32)
SetMaxMultiSessions sets MaxMultiSessions field to given value.
func (o *ApplicationPoolInfoV2) HasMaxMultiSessions() bool
HasMaxMultiSessions returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetMultiSessionMode() string
GetMultiSessionMode returns the MultiSessionMode field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetMultiSessionMode(v string)
SetMultiSessionMode sets MultiSessionMode field to given value.
func (o *ApplicationPoolInfoV2) HasMultiSessionMode() bool
HasMultiSessionMode returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetName(v string)
SetName sets Name field to given value.
func (o *ApplicationPoolInfoV2) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetParameters() string
GetParameters returns the Parameters field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetParameters(v string)
SetParameters sets Parameters field to given value.
func (o *ApplicationPoolInfoV2) HasParameters() bool
HasParameters returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetPublisher() string
GetPublisher returns the Publisher field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetPublisher(v string)
SetPublisher sets Publisher field to given value.
func (o *ApplicationPoolInfoV2) HasPublisher() bool
HasPublisher returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetShortcutLocations() []string
GetShortcutLocations returns the ShortcutLocations field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetShortcutLocations(v []string)
SetShortcutLocations sets ShortcutLocations field to given value.
func (o *ApplicationPoolInfoV2) HasShortcutLocations() bool
HasShortcutLocations returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetStartFolder() string
GetStartFolder returns the StartFolder field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetStartFolder(v string)
SetStartFolder sets StartFolder field to given value.
func (o *ApplicationPoolInfoV2) HasStartFolder() bool
HasStartFolder returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetSupportedFileTypesData() ApplicationSupportedFileTypesData
GetSupportedFileTypesData returns the SupportedFileTypesData field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetSupportedFileTypesData(v ApplicationSupportedFileTypesData)
SetSupportedFileTypesData sets SupportedFileTypesData field to given value.
func (o *ApplicationPoolInfoV2) HasSupportedFileTypesData() bool
HasSupportedFileTypesData returns a boolean if a field has been set.
func (o *ApplicationPoolInfoV2) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
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.
func (o *ApplicationPoolInfoV2) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *ApplicationPoolInfoV2) HasVersion() bool
HasVersion returns a boolean if a field has been set.