Name | Type | Description | Notes |
---|---|---|---|
AccessGroupId | Pointer to string | Access groups can organize the entities such as farms in the organization. They can also be used for delegated administration.<br>Supported Filters: 'Equals'. | [optional] |
AutomatedFarmSettings | Pointer to FarmAutomatedSettingsInfo | [optional] | |
DeleteInProgress | Pointer to bool | Indicates whether the farm is in the process of being deleted.<br>Supported Filters: 'Equals'. | [optional] |
Description | Pointer to string | Description of the farm. The maximum length is 1024 characters.<br>Supported Filters: 'Equals', 'StartsWith' and 'Contains'. | [optional] |
DesktopPoolId | Pointer to string | ID of RDS desktop pool associated with the farm.<br>Supported Filters: 'Equals'. | [optional] |
DisplayName | Pointer to string | Display name of the farm. The maximum length is 256 characters.<br>Supported Filters: 'Equals', 'StartsWith' and 'Contains'. | [optional] |
DisplayProtocolSettings | Pointer to FarmDisplayProtocolSettingsInfo | [optional] | |
Enabled | Pointer to bool | Indicates whether the farm is enabled for brokering.<br>Supported Filters: 'Equals'. | [optional] |
Id | Pointer to string | Unique ID representing farm.<br>Supported Filters: 'Equals'. | [optional] |
LoadBalancerSettings | Pointer to RDSHLoadBalancerSettingsInfo | [optional] | |
Name | Pointer to string | Name of the farm. The maximum length is 64 characters.<br>Supported Filters: 'Equals', 'StartsWith' and 'Contains'. | [optional] |
ServerErrorThreshold | Pointer to int32 | The minimum number of machines that must be fully operational in order to avoid showing the farm in an error state. | [optional] |
SessionSettings | Pointer to FarmSessionSettingsInfo | [optional] | |
Type | Pointer to string | Type of the farm.<br>Supported Filters: 'Equals'. * AUTOMATED: Automated Farm. * MANUAL: Manual Farm. | [optional] |
UseCustomScriptForLoadBalancing | Pointer to bool | Indicates whether to use custom scripts for load balancing or not. | [optional] |
func NewFarmInfoV2() *FarmInfoV2
NewFarmInfoV2 instantiates a new FarmInfoV2 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 NewFarmInfoV2WithDefaults() *FarmInfoV2
NewFarmInfoV2WithDefaults instantiates a new FarmInfoV2 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 *FarmInfoV2) GetAccessGroupId() string
GetAccessGroupId returns the AccessGroupId field if non-nil, zero value otherwise.
func (o *FarmInfoV2) 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 *FarmInfoV2) SetAccessGroupId(v string)
SetAccessGroupId sets AccessGroupId field to given value.
func (o *FarmInfoV2) HasAccessGroupId() bool
HasAccessGroupId returns a boolean if a field has been set.
func (o *FarmInfoV2) GetAutomatedFarmSettings() FarmAutomatedSettingsInfo
GetAutomatedFarmSettings returns the AutomatedFarmSettings field if non-nil, zero value otherwise.
func (o *FarmInfoV2) GetAutomatedFarmSettingsOk() (*FarmAutomatedSettingsInfo, bool)
GetAutomatedFarmSettingsOk returns a tuple with the AutomatedFarmSettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FarmInfoV2) SetAutomatedFarmSettings(v FarmAutomatedSettingsInfo)
SetAutomatedFarmSettings sets AutomatedFarmSettings field to given value.
func (o *FarmInfoV2) HasAutomatedFarmSettings() bool
HasAutomatedFarmSettings returns a boolean if a field has been set.
func (o *FarmInfoV2) GetDeleteInProgress() bool
GetDeleteInProgress returns the DeleteInProgress field if non-nil, zero value otherwise.
func (o *FarmInfoV2) GetDeleteInProgressOk() (*bool, bool)
GetDeleteInProgressOk returns a tuple with the DeleteInProgress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FarmInfoV2) SetDeleteInProgress(v bool)
SetDeleteInProgress sets DeleteInProgress field to given value.
func (o *FarmInfoV2) HasDeleteInProgress() bool
HasDeleteInProgress returns a boolean if a field has been set.
func (o *FarmInfoV2) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *FarmInfoV2) 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 *FarmInfoV2) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *FarmInfoV2) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *FarmInfoV2) GetDesktopPoolId() string
GetDesktopPoolId returns the DesktopPoolId field if non-nil, zero value otherwise.
func (o *FarmInfoV2) 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 *FarmInfoV2) SetDesktopPoolId(v string)
SetDesktopPoolId sets DesktopPoolId field to given value.
func (o *FarmInfoV2) HasDesktopPoolId() bool
HasDesktopPoolId returns a boolean if a field has been set.
func (o *FarmInfoV2) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *FarmInfoV2) 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 *FarmInfoV2) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *FarmInfoV2) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *FarmInfoV2) GetDisplayProtocolSettings() FarmDisplayProtocolSettingsInfo
GetDisplayProtocolSettings returns the DisplayProtocolSettings field if non-nil, zero value otherwise.
func (o *FarmInfoV2) GetDisplayProtocolSettingsOk() (*FarmDisplayProtocolSettingsInfo, bool)
GetDisplayProtocolSettingsOk returns a tuple with the DisplayProtocolSettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FarmInfoV2) SetDisplayProtocolSettings(v FarmDisplayProtocolSettingsInfo)
SetDisplayProtocolSettings sets DisplayProtocolSettings field to given value.
func (o *FarmInfoV2) HasDisplayProtocolSettings() bool
HasDisplayProtocolSettings returns a boolean if a field has been set.
func (o *FarmInfoV2) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *FarmInfoV2) 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 *FarmInfoV2) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *FarmInfoV2) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *FarmInfoV2) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *FarmInfoV2) 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 *FarmInfoV2) SetId(v string)
SetId sets Id field to given value.
func (o *FarmInfoV2) HasId() bool
HasId returns a boolean if a field has been set.
func (o *FarmInfoV2) GetLoadBalancerSettings() RDSHLoadBalancerSettingsInfo
GetLoadBalancerSettings returns the LoadBalancerSettings field if non-nil, zero value otherwise.
func (o *FarmInfoV2) GetLoadBalancerSettingsOk() (*RDSHLoadBalancerSettingsInfo, bool)
GetLoadBalancerSettingsOk returns a tuple with the LoadBalancerSettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FarmInfoV2) SetLoadBalancerSettings(v RDSHLoadBalancerSettingsInfo)
SetLoadBalancerSettings sets LoadBalancerSettings field to given value.
func (o *FarmInfoV2) HasLoadBalancerSettings() bool
HasLoadBalancerSettings returns a boolean if a field has been set.
func (o *FarmInfoV2) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FarmInfoV2) 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 *FarmInfoV2) SetName(v string)
SetName sets Name field to given value.
func (o *FarmInfoV2) HasName() bool
HasName returns a boolean if a field has been set.
func (o *FarmInfoV2) GetServerErrorThreshold() int32
GetServerErrorThreshold returns the ServerErrorThreshold field if non-nil, zero value otherwise.
func (o *FarmInfoV2) GetServerErrorThresholdOk() (*int32, bool)
GetServerErrorThresholdOk returns a tuple with the ServerErrorThreshold field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FarmInfoV2) SetServerErrorThreshold(v int32)
SetServerErrorThreshold sets ServerErrorThreshold field to given value.
func (o *FarmInfoV2) HasServerErrorThreshold() bool
HasServerErrorThreshold returns a boolean if a field has been set.
func (o *FarmInfoV2) GetSessionSettings() FarmSessionSettingsInfo
GetSessionSettings returns the SessionSettings field if non-nil, zero value otherwise.
func (o *FarmInfoV2) GetSessionSettingsOk() (*FarmSessionSettingsInfo, bool)
GetSessionSettingsOk returns a tuple with the SessionSettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FarmInfoV2) SetSessionSettings(v FarmSessionSettingsInfo)
SetSessionSettings sets SessionSettings field to given value.
func (o *FarmInfoV2) HasSessionSettings() bool
HasSessionSettings returns a boolean if a field has been set.
func (o *FarmInfoV2) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *FarmInfoV2) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FarmInfoV2) SetType(v string)
SetType sets Type field to given value.
func (o *FarmInfoV2) HasType() bool
HasType returns a boolean if a field has been set.
func (o *FarmInfoV2) GetUseCustomScriptForLoadBalancing() bool
GetUseCustomScriptForLoadBalancing returns the UseCustomScriptForLoadBalancing field if non-nil, zero value otherwise.
func (o *FarmInfoV2) GetUseCustomScriptForLoadBalancingOk() (*bool, bool)
GetUseCustomScriptForLoadBalancingOk returns a tuple with the UseCustomScriptForLoadBalancing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FarmInfoV2) SetUseCustomScriptForLoadBalancing(v bool)
SetUseCustomScriptForLoadBalancing sets UseCustomScriptForLoadBalancing field to given value.
func (o *FarmInfoV2) HasUseCustomScriptForLoadBalancing() bool
HasUseCustomScriptForLoadBalancing returns a boolean if a field has been set.