Name | Type | Description | Notes |
---|---|---|---|
MaxConcurrentDownloads | Pointer to int32 | Max concurrent downloads per node | [optional] |
MaxConcurrentUploads | Pointer to int32 | Max concurrent uploads per node | [optional] |
PerDownloadNumObjects | Pointer to int32 | Max objects per download per node | [optional] |
PerUploadNumObjects | Pointer to int32 | Max objects per upload per node | [optional] |
ResetDefaults | Pointer to bool | Unset Throttle parameters in YB-Controller | [optional] |
func NewYbcThrottleParameters() *YbcThrottleParameters
NewYbcThrottleParameters instantiates a new YbcThrottleParameters 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 NewYbcThrottleParametersWithDefaults() *YbcThrottleParameters
NewYbcThrottleParametersWithDefaults instantiates a new YbcThrottleParameters 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 *YbcThrottleParameters) GetMaxConcurrentDownloads() int32
GetMaxConcurrentDownloads returns the MaxConcurrentDownloads field if non-nil, zero value otherwise.
func (o *YbcThrottleParameters) GetMaxConcurrentDownloadsOk() (*int32, bool)
GetMaxConcurrentDownloadsOk returns a tuple with the MaxConcurrentDownloads field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *YbcThrottleParameters) SetMaxConcurrentDownloads(v int32)
SetMaxConcurrentDownloads sets MaxConcurrentDownloads field to given value.
func (o *YbcThrottleParameters) HasMaxConcurrentDownloads() bool
HasMaxConcurrentDownloads returns a boolean if a field has been set.
func (o *YbcThrottleParameters) GetMaxConcurrentUploads() int32
GetMaxConcurrentUploads returns the MaxConcurrentUploads field if non-nil, zero value otherwise.
func (o *YbcThrottleParameters) GetMaxConcurrentUploadsOk() (*int32, bool)
GetMaxConcurrentUploadsOk returns a tuple with the MaxConcurrentUploads field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *YbcThrottleParameters) SetMaxConcurrentUploads(v int32)
SetMaxConcurrentUploads sets MaxConcurrentUploads field to given value.
func (o *YbcThrottleParameters) HasMaxConcurrentUploads() bool
HasMaxConcurrentUploads returns a boolean if a field has been set.
func (o *YbcThrottleParameters) GetPerDownloadNumObjects() int32
GetPerDownloadNumObjects returns the PerDownloadNumObjects field if non-nil, zero value otherwise.
func (o *YbcThrottleParameters) GetPerDownloadNumObjectsOk() (*int32, bool)
GetPerDownloadNumObjectsOk returns a tuple with the PerDownloadNumObjects field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *YbcThrottleParameters) SetPerDownloadNumObjects(v int32)
SetPerDownloadNumObjects sets PerDownloadNumObjects field to given value.
func (o *YbcThrottleParameters) HasPerDownloadNumObjects() bool
HasPerDownloadNumObjects returns a boolean if a field has been set.
func (o *YbcThrottleParameters) GetPerUploadNumObjects() int32
GetPerUploadNumObjects returns the PerUploadNumObjects field if non-nil, zero value otherwise.
func (o *YbcThrottleParameters) GetPerUploadNumObjectsOk() (*int32, bool)
GetPerUploadNumObjectsOk returns a tuple with the PerUploadNumObjects field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *YbcThrottleParameters) SetPerUploadNumObjects(v int32)
SetPerUploadNumObjects sets PerUploadNumObjects field to given value.
func (o *YbcThrottleParameters) HasPerUploadNumObjects() bool
HasPerUploadNumObjects returns a boolean if a field has been set.
func (o *YbcThrottleParameters) GetResetDefaults() bool
GetResetDefaults returns the ResetDefaults field if non-nil, zero value otherwise.
func (o *YbcThrottleParameters) GetResetDefaultsOk() (*bool, bool)
GetResetDefaultsOk returns a tuple with the ResetDefaults field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *YbcThrottleParameters) SetResetDefaults(v bool)
SetResetDefaults sets ResetDefaults field to given value.
func (o *YbcThrottleParameters) HasResetDefaults() bool
HasResetDefaults returns a boolean if a field has been set.