Name | Type | Description | Notes |
---|---|---|---|
CgroupSize | Pointer to int32 | [optional] | |
DeviceInfo | Pointer to DeviceInfo | [optional] | |
InstanceType | Pointer to string | [optional] | |
PerProcess | Pointer to map[string]PerProcessDetails | [optional] | |
ProxyConfig | Pointer to ProxyConfig | [optional] |
func NewAZOverrides() *AZOverrides
NewAZOverrides instantiates a new AZOverrides 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 NewAZOverridesWithDefaults() *AZOverrides
NewAZOverridesWithDefaults instantiates a new AZOverrides 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 *AZOverrides) GetCgroupSize() int32
GetCgroupSize returns the CgroupSize field if non-nil, zero value otherwise.
func (o *AZOverrides) GetCgroupSizeOk() (*int32, bool)
GetCgroupSizeOk returns a tuple with the CgroupSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AZOverrides) SetCgroupSize(v int32)
SetCgroupSize sets CgroupSize field to given value.
func (o *AZOverrides) HasCgroupSize() bool
HasCgroupSize returns a boolean if a field has been set.
func (o *AZOverrides) GetDeviceInfo() DeviceInfo
GetDeviceInfo returns the DeviceInfo field if non-nil, zero value otherwise.
func (o *AZOverrides) GetDeviceInfoOk() (*DeviceInfo, bool)
GetDeviceInfoOk returns a tuple with the DeviceInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AZOverrides) SetDeviceInfo(v DeviceInfo)
SetDeviceInfo sets DeviceInfo field to given value.
func (o *AZOverrides) HasDeviceInfo() bool
HasDeviceInfo returns a boolean if a field has been set.
func (o *AZOverrides) GetInstanceType() string
GetInstanceType returns the InstanceType field if non-nil, zero value otherwise.
func (o *AZOverrides) GetInstanceTypeOk() (*string, bool)
GetInstanceTypeOk returns a tuple with the InstanceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AZOverrides) SetInstanceType(v string)
SetInstanceType sets InstanceType field to given value.
func (o *AZOverrides) HasInstanceType() bool
HasInstanceType returns a boolean if a field has been set.
func (o *AZOverrides) GetPerProcess() map[string]PerProcessDetails
GetPerProcess returns the PerProcess field if non-nil, zero value otherwise.
func (o *AZOverrides) GetPerProcessOk() (*map[string]PerProcessDetails, bool)
GetPerProcessOk returns a tuple with the PerProcess field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AZOverrides) SetPerProcess(v map[string]PerProcessDetails)
SetPerProcess sets PerProcess field to given value.
func (o *AZOverrides) HasPerProcess() bool
HasPerProcess returns a boolean if a field has been set.
func (o *AZOverrides) GetProxyConfig() ProxyConfig
GetProxyConfig returns the ProxyConfig field if non-nil, zero value otherwise.
func (o *AZOverrides) GetProxyConfigOk() (*ProxyConfig, bool)
GetProxyConfigOk returns a tuple with the ProxyConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AZOverrides) SetProxyConfig(v ProxyConfig)
SetProxyConfig sets ProxyConfig field to given value.
func (o *AZOverrides) HasProxyConfig() bool
HasProxyConfig returns a boolean if a field has been set.