Name | Type | Description | Notes |
---|---|---|---|
Source | Pointer to string | [optional] | |
Target | Pointer to string | [optional] |
func NewDnsBypass() *DnsBypass
NewDnsBypass instantiates a new DnsBypass 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 NewDnsBypassWithDefaults() *DnsBypass
NewDnsBypassWithDefaults instantiates a new DnsBypass 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 *DnsBypass) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *DnsBypass) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DnsBypass) SetSource(v string)
SetSource sets Source field to given value.
func (o *DnsBypass) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *DnsBypass) GetTarget() string
GetTarget returns the Target field if non-nil, zero value otherwise.
func (o *DnsBypass) GetTargetOk() (*string, bool)
GetTargetOk returns a tuple with the Target field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DnsBypass) SetTarget(v string)
SetTarget sets Target field to given value.
func (o *DnsBypass) HasTarget() bool
HasTarget returns a boolean if a field has been set.