TrafficTrafficObj
Last updated
Was this helpful?
func NewTrafficTrafficObj() *TrafficTrafficObj
NewTrafficTrafficObj instantiates a new TrafficTrafficObj 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 NewTrafficTrafficObjWithDefaults() *TrafficTrafficObj
NewTrafficTrafficObjWithDefaults instantiates a new TrafficTrafficObj 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 *TrafficTrafficObj) GetVdc() []TrafficTrafficObjVdc
GetVdc returns the Vdc field if non-nil, zero value otherwise.
func (o *TrafficTrafficObj) GetVdcOk() (*[]TrafficTrafficObjVdc, bool)
GetVdcOk returns a tuple with the Vdc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrafficTrafficObj) SetVdc(v []TrafficTrafficObjVdc)
SetVdc sets Vdc field to given value.
func (o *TrafficTrafficObj) HasVdc() bool
HasVdc returns a boolean if a field has been set.
func (o *TrafficTrafficObj) GetNic() []TrafficTrafficObjNic
GetNic returns the Nic field if non-nil, zero value otherwise.
func (o *TrafficTrafficObj) GetNicOk() (*[]TrafficTrafficObjNic, bool)
GetNicOk returns a tuple with the Nic field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrafficTrafficObj) SetNic(v []TrafficTrafficObjNic)
SetNic sets Nic field to given value.
func (o *TrafficTrafficObj) HasNic() bool
HasNic returns a boolean if a field has been set.
Last updated
Was this helpful?
Was this helpful?