TrafficTrafficObjVdc
Last updated
Was this helpful?
VdcUUID
Pointer to string
[optional]
VdcName
Pointer to string
[optional]
func NewTrafficTrafficObjVdc() *TrafficTrafficObjVdc
NewTrafficTrafficObjVdc instantiates a new TrafficTrafficObjVdc 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 NewTrafficTrafficObjVdcWithDefaults() *TrafficTrafficObjVdc
NewTrafficTrafficObjVdcWithDefaults instantiates a new TrafficTrafficObjVdc 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 *TrafficTrafficObjVdc) GetVdcUUID() string
GetVdcUUID returns the VdcUUID field if non-nil, zero value otherwise.
func (o *TrafficTrafficObjVdc) GetVdcUUIDOk() (*string, bool)
GetVdcUUIDOk returns a tuple with the VdcUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrafficTrafficObjVdc) SetVdcUUID(v string)
SetVdcUUID sets VdcUUID field to given value.
func (o *TrafficTrafficObjVdc) HasVdcUUID() bool
HasVdcUUID returns a boolean if a field has been set.
func (o *TrafficTrafficObjVdc) GetVdcName() string
GetVdcName returns the VdcName field if non-nil, zero value otherwise.
func (o *TrafficTrafficObjVdc) GetVdcNameOk() (*string, bool)
GetVdcNameOk returns a tuple with the VdcName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrafficTrafficObjVdc) SetVdcName(v string)
SetVdcName sets VdcName field to given value.
func (o *TrafficTrafficObjVdc) HasVdcName() bool
HasVdcName returns a boolean if a field has been set.
func (o *TrafficTrafficObjVdc) GetDates() []TrafficEntry
GetDates returns the Dates field if non-nil, zero value otherwise.
func (o *TrafficTrafficObjVdc) GetDatesOk() (*[]TrafficEntry, bool)
GetDatesOk returns a tuple with the Dates field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrafficTrafficObjVdc) SetDates(v []TrafficEntry)
SetDates sets Dates field to given value.
func (o *TrafficTrafficObjVdc) HasDates() bool
HasDates returns a boolean if a field has been set.
Last updated
Was this helpful?
Was this helpful?