Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 4.16 KB

UpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimits.md

File metadata and controls

82 lines (45 loc) · 4.16 KB

UpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimits

Properties

Name Type Description Notes
Settings Pointer to string How bandwidth limits are applied by your rule. Can be one of 'network default', 'ignore' or 'custom'. [optional]
BandwidthLimits Pointer to UpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimitsBandwidthLimits [optional]

Methods

NewUpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimits

func NewUpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimits() *UpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimits

NewUpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimits instantiates a new UpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimits 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

NewUpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimitsWithDefaults

func NewUpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimitsWithDefaults() *UpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimits

NewUpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimitsWithDefaults instantiates a new UpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimits 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

GetSettings

func (o *UpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimits) GetSettings() string

GetSettings returns the Settings field if non-nil, zero value otherwise.

GetSettingsOk

func (o *UpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimits) GetSettingsOk() (*string, bool)

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

SetSettings

func (o *UpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimits) SetSettings(v string)

SetSettings sets Settings field to given value.

HasSettings

func (o *UpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimits) HasSettings() bool

HasSettings returns a boolean if a field has been set.

GetBandwidthLimits

func (o *UpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimits) GetBandwidthLimits() UpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimitsBandwidthLimits

GetBandwidthLimits returns the BandwidthLimits field if non-nil, zero value otherwise.

GetBandwidthLimitsOk

func (o *UpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimits) GetBandwidthLimitsOk() (*UpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimitsBandwidthLimits, bool)

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

SetBandwidthLimits

func (o *UpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimits) SetBandwidthLimits(v UpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimitsBandwidthLimits)

SetBandwidthLimits sets BandwidthLimits field to given value.

HasBandwidthLimits

func (o *UpdateNetworkApplianceTrafficShapingRulesRequestRulesInnerPerClientBandwidthLimits) HasBandwidthLimits() bool

HasBandwidthLimits returns a boolean if a field has been set.

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