Skip to content

Latest commit

 

History

History
483 lines (260 loc) · 17.4 KB

ApplicationPoolUpdateSpecV2.md

File metadata and controls

483 lines (260 loc) · 17.4 KB

ApplicationPoolUpdateSpecV2

Properties

Name Type Description Notes
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]
CloudBrokered Pointer to bool Indicates whether the application pool is cloud brokered. Default value is false.<br> [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]
Description Pointer to string Notes about the application pool. [optional]
DisplayName Pointer to string The display name is the name that users will see in Horizon client. If the display name is left blank, it defaults to name. [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. Default value is false. [optional]
EnablePreLaunch bool Whether to pre-launch the application.
Enabled bool Indicates whether the application pool is enabled.
ExecutablePath string Path to application executable.
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;Default value is 1. [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.Default value is &quot;DISABLED&quot; * 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]
Parameters Pointer to string Parameters to pass to application when launching. [optional]
Publisher Pointer to string Application publisher [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. [optional]

Methods

NewApplicationPoolUpdateSpecV2

func NewApplicationPoolUpdateSpecV2(enablePreLaunch bool, enabled bool, executablePath string, ) *ApplicationPoolUpdateSpecV2

NewApplicationPoolUpdateSpecV2 instantiates a new ApplicationPoolUpdateSpecV2 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

NewApplicationPoolUpdateSpecV2WithDefaults

func NewApplicationPoolUpdateSpecV2WithDefaults() *ApplicationPoolUpdateSpecV2

NewApplicationPoolUpdateSpecV2WithDefaults instantiates a new ApplicationPoolUpdateSpecV2 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

GetAntiAffinityData

func (o *ApplicationPoolUpdateSpecV2) GetAntiAffinityData() ApplicationAntiAffinityData

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

GetAntiAffinityDataOk

func (o *ApplicationPoolUpdateSpecV2) 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 *ApplicationPoolUpdateSpecV2) SetAntiAffinityData(v ApplicationAntiAffinityData)

SetAntiAffinityData sets AntiAffinityData field to given value.

HasAntiAffinityData

func (o *ApplicationPoolUpdateSpecV2) HasAntiAffinityData() bool

HasAntiAffinityData returns a boolean if a field has been set.

GetCategoryFolderName

func (o *ApplicationPoolUpdateSpecV2) GetCategoryFolderName() string

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

GetCategoryFolderNameOk

func (o *ApplicationPoolUpdateSpecV2) 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 *ApplicationPoolUpdateSpecV2) SetCategoryFolderName(v string)

SetCategoryFolderName sets CategoryFolderName field to given value.

HasCategoryFolderName

func (o *ApplicationPoolUpdateSpecV2) HasCategoryFolderName() bool

HasCategoryFolderName returns a boolean if a field has been set.

GetCloudBrokered

func (o *ApplicationPoolUpdateSpecV2) GetCloudBrokered() bool

GetCloudBrokered returns the CloudBrokered field if non-nil, zero value otherwise.

GetCloudBrokeredOk

func (o *ApplicationPoolUpdateSpecV2) GetCloudBrokeredOk() (*bool, bool)

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

SetCloudBrokered

func (o *ApplicationPoolUpdateSpecV2) SetCloudBrokered(v bool)

SetCloudBrokered sets CloudBrokered field to given value.

HasCloudBrokered

func (o *ApplicationPoolUpdateSpecV2) HasCloudBrokered() bool

HasCloudBrokered returns a boolean if a field has been set.

GetCsRestrictionTags

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

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

GetCsRestrictionTagsOk

func (o *ApplicationPoolUpdateSpecV2) 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 *ApplicationPoolUpdateSpecV2) SetCsRestrictionTags(v []string)

SetCsRestrictionTags sets CsRestrictionTags field to given value.

HasCsRestrictionTags

func (o *ApplicationPoolUpdateSpecV2) HasCsRestrictionTags() bool

HasCsRestrictionTags returns a boolean if a field has been set.

GetDescription

func (o *ApplicationPoolUpdateSpecV2) GetDescription() string

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

GetDescriptionOk

func (o *ApplicationPoolUpdateSpecV2) 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 *ApplicationPoolUpdateSpecV2) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ApplicationPoolUpdateSpecV2) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetDisplayName

func (o *ApplicationPoolUpdateSpecV2) GetDisplayName() string

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

GetDisplayNameOk

func (o *ApplicationPoolUpdateSpecV2) 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 *ApplicationPoolUpdateSpecV2) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *ApplicationPoolUpdateSpecV2) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetEnableClientRestrictions

func (o *ApplicationPoolUpdateSpecV2) GetEnableClientRestrictions() bool

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

GetEnableClientRestrictionsOk

func (o *ApplicationPoolUpdateSpecV2) 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 *ApplicationPoolUpdateSpecV2) SetEnableClientRestrictions(v bool)

SetEnableClientRestrictions sets EnableClientRestrictions field to given value.

HasEnableClientRestrictions

func (o *ApplicationPoolUpdateSpecV2) HasEnableClientRestrictions() bool

HasEnableClientRestrictions returns a boolean if a field has been set.

GetEnablePreLaunch

func (o *ApplicationPoolUpdateSpecV2) GetEnablePreLaunch() bool

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

GetEnablePreLaunchOk

func (o *ApplicationPoolUpdateSpecV2) 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 *ApplicationPoolUpdateSpecV2) SetEnablePreLaunch(v bool)

SetEnablePreLaunch sets EnablePreLaunch field to given value.

GetEnabled

func (o *ApplicationPoolUpdateSpecV2) GetEnabled() bool

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

GetEnabledOk

func (o *ApplicationPoolUpdateSpecV2) 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 *ApplicationPoolUpdateSpecV2) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

GetExecutablePath

func (o *ApplicationPoolUpdateSpecV2) GetExecutablePath() string

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

GetExecutablePathOk

func (o *ApplicationPoolUpdateSpecV2) 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 *ApplicationPoolUpdateSpecV2) SetExecutablePath(v string)

SetExecutablePath sets ExecutablePath field to given value.

GetMaxMultiSessions

func (o *ApplicationPoolUpdateSpecV2) GetMaxMultiSessions() int32

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

GetMaxMultiSessionsOk

func (o *ApplicationPoolUpdateSpecV2) 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 *ApplicationPoolUpdateSpecV2) SetMaxMultiSessions(v int32)

SetMaxMultiSessions sets MaxMultiSessions field to given value.

HasMaxMultiSessions

func (o *ApplicationPoolUpdateSpecV2) HasMaxMultiSessions() bool

HasMaxMultiSessions returns a boolean if a field has been set.

GetMultiSessionMode

func (o *ApplicationPoolUpdateSpecV2) GetMultiSessionMode() string

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

GetMultiSessionModeOk

func (o *ApplicationPoolUpdateSpecV2) 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 *ApplicationPoolUpdateSpecV2) SetMultiSessionMode(v string)

SetMultiSessionMode sets MultiSessionMode field to given value.

HasMultiSessionMode

func (o *ApplicationPoolUpdateSpecV2) HasMultiSessionMode() bool

HasMultiSessionMode returns a boolean if a field has been set.

GetParameters

func (o *ApplicationPoolUpdateSpecV2) GetParameters() string

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

GetParametersOk

func (o *ApplicationPoolUpdateSpecV2) 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 *ApplicationPoolUpdateSpecV2) SetParameters(v string)

SetParameters sets Parameters field to given value.

HasParameters

func (o *ApplicationPoolUpdateSpecV2) HasParameters() bool

HasParameters returns a boolean if a field has been set.

GetPublisher

func (o *ApplicationPoolUpdateSpecV2) GetPublisher() string

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

GetPublisherOk

func (o *ApplicationPoolUpdateSpecV2) 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 *ApplicationPoolUpdateSpecV2) SetPublisher(v string)

SetPublisher sets Publisher field to given value.

HasPublisher

func (o *ApplicationPoolUpdateSpecV2) HasPublisher() bool

HasPublisher returns a boolean if a field has been set.

GetShortcutLocations

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

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

GetShortcutLocationsOk

func (o *ApplicationPoolUpdateSpecV2) 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 *ApplicationPoolUpdateSpecV2) SetShortcutLocations(v []string)

SetShortcutLocations sets ShortcutLocations field to given value.

HasShortcutLocations

func (o *ApplicationPoolUpdateSpecV2) HasShortcutLocations() bool

HasShortcutLocations returns a boolean if a field has been set.

GetStartFolder

func (o *ApplicationPoolUpdateSpecV2) GetStartFolder() string

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

GetStartFolderOk

func (o *ApplicationPoolUpdateSpecV2) 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 *ApplicationPoolUpdateSpecV2) SetStartFolder(v string)

SetStartFolder sets StartFolder field to given value.

HasStartFolder

func (o *ApplicationPoolUpdateSpecV2) HasStartFolder() bool

HasStartFolder returns a boolean if a field has been set.

GetSupportedFileTypesData

func (o *ApplicationPoolUpdateSpecV2) GetSupportedFileTypesData() ApplicationSupportedFileTypesData

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

GetSupportedFileTypesDataOk

func (o *ApplicationPoolUpdateSpecV2) 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 *ApplicationPoolUpdateSpecV2) SetSupportedFileTypesData(v ApplicationSupportedFileTypesData)

SetSupportedFileTypesData sets SupportedFileTypesData field to given value.

HasSupportedFileTypesData

func (o *ApplicationPoolUpdateSpecV2) HasSupportedFileTypesData() bool

HasSupportedFileTypesData returns a boolean if a field has been set.

GetVersion

func (o *ApplicationPoolUpdateSpecV2) GetVersion() string

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

GetVersionOk

func (o *ApplicationPoolUpdateSpecV2) 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 *ApplicationPoolUpdateSpecV2) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *ApplicationPoolUpdateSpecV2) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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