Name | Type | Description | Notes |
---|---|---|---|
Routes | Pointer to []VrfRoute | [optional] | |
Meta | Pointer to Meta | [optional] |
func NewVrfRouteList() *VrfRouteList
NewVrfRouteList instantiates a new VrfRouteList 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 NewVrfRouteListWithDefaults() *VrfRouteList
NewVrfRouteListWithDefaults instantiates a new VrfRouteList 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 *VrfRouteList) GetRoutes() []VrfRoute
GetRoutes returns the Routes field if non-nil, zero value otherwise.
func (o *VrfRouteList) GetRoutesOk() (*[]VrfRoute, bool)
GetRoutesOk returns a tuple with the Routes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VrfRouteList) SetRoutes(v []VrfRoute)
SetRoutes sets Routes field to given value.
func (o *VrfRouteList) HasRoutes() bool
HasRoutes returns a boolean if a field has been set.
func (o *VrfRouteList) GetMeta() Meta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *VrfRouteList) GetMetaOk() (*Meta, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VrfRouteList) SetMeta(v Meta)
SetMeta sets Meta field to given value.
func (o *VrfRouteList) HasMeta() bool
HasMeta returns a boolean if a field has been set.