Name | Type | Description | Notes |
---|---|---|---|
BackupsEnabled | Pointer to bool | Account-wide backups default. If `true`, all Linodes created will automatically be enrolled in the Backups service. If `false`, Linodes will not be enrolled by default, but may still be enrolled on creation or later. | [optional] |
LongviewSubscription | Pointer to string | The Longview Pro tier you are currently subscribed to. The value must be a Longview subscription ID or `null` for Longview Free. | [optional] [readonly] |
Managed | Pointer to bool | Our 24/7 incident response service. This robust, multi-homed monitoring system distributes monitoring checks to ensure that your servers remain online and available at all times. Linode Managed can monitor any service or software stack reachable over TCP or HTTP. Once you add a service to Linode Managed, we'll monitor it for connectivity, response, and total request time. | [optional] [readonly] |
NetworkHelper | Pointer to bool | Enables network helper across all users by default for new Linodes and Linode Configs. | [optional] |
ObjectStorage | Pointer to string | A string describing the status of this account's Object Storage service enrollment. | [optional] [readonly] [default to "disabled"] |
func NewAccountSettings() *AccountSettings
NewAccountSettings instantiates a new AccountSettings 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 NewAccountSettingsWithDefaults() *AccountSettings
NewAccountSettingsWithDefaults instantiates a new AccountSettings 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 *AccountSettings) GetBackupsEnabled() bool
GetBackupsEnabled returns the BackupsEnabled field if non-nil, zero value otherwise.
func (o *AccountSettings) GetBackupsEnabledOk() (*bool, bool)
GetBackupsEnabledOk returns a tuple with the BackupsEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountSettings) SetBackupsEnabled(v bool)
SetBackupsEnabled sets BackupsEnabled field to given value.
func (o *AccountSettings) HasBackupsEnabled() bool
HasBackupsEnabled returns a boolean if a field has been set.
func (o *AccountSettings) GetLongviewSubscription() string
GetLongviewSubscription returns the LongviewSubscription field if non-nil, zero value otherwise.
func (o *AccountSettings) GetLongviewSubscriptionOk() (*string, bool)
GetLongviewSubscriptionOk returns a tuple with the LongviewSubscription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountSettings) SetLongviewSubscription(v string)
SetLongviewSubscription sets LongviewSubscription field to given value.
func (o *AccountSettings) HasLongviewSubscription() bool
HasLongviewSubscription returns a boolean if a field has been set.
func (o *AccountSettings) GetManaged() bool
GetManaged returns the Managed field if non-nil, zero value otherwise.
func (o *AccountSettings) GetManagedOk() (*bool, bool)
GetManagedOk returns a tuple with the Managed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountSettings) SetManaged(v bool)
SetManaged sets Managed field to given value.
func (o *AccountSettings) HasManaged() bool
HasManaged returns a boolean if a field has been set.
func (o *AccountSettings) GetNetworkHelper() bool
GetNetworkHelper returns the NetworkHelper field if non-nil, zero value otherwise.
func (o *AccountSettings) GetNetworkHelperOk() (*bool, bool)
GetNetworkHelperOk returns a tuple with the NetworkHelper field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountSettings) SetNetworkHelper(v bool)
SetNetworkHelper sets NetworkHelper field to given value.
func (o *AccountSettings) HasNetworkHelper() bool
HasNetworkHelper returns a boolean if a field has been set.
func (o *AccountSettings) GetObjectStorage() string
GetObjectStorage returns the ObjectStorage field if non-nil, zero value otherwise.
func (o *AccountSettings) GetObjectStorageOk() (*string, bool)
GetObjectStorageOk returns a tuple with the ObjectStorage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountSettings) SetObjectStorage(v string)
SetObjectStorage sets ObjectStorage field to given value.
func (o *AccountSettings) HasObjectStorage() bool
HasObjectStorage returns a boolean if a field has been set.