Name | Type | Description | Notes |
---|---|---|---|
Family | int32 | [readonly] | |
Prefix | string | [readonly] | |
Vrf | NullableVRF | [readonly] |
func NewAvailablePrefix(family int32, prefix string, vrf NullableVRF, ) *AvailablePrefix
NewAvailablePrefix instantiates a new AvailablePrefix 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 NewAvailablePrefixWithDefaults() *AvailablePrefix
NewAvailablePrefixWithDefaults instantiates a new AvailablePrefix 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 *AvailablePrefix) GetFamily() int32
GetFamily returns the Family field if non-nil, zero value otherwise.
func (o *AvailablePrefix) GetFamilyOk() (*int32, bool)
GetFamilyOk returns a tuple with the Family field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AvailablePrefix) SetFamily(v int32)
SetFamily sets Family field to given value.
func (o *AvailablePrefix) GetPrefix() string
GetPrefix returns the Prefix field if non-nil, zero value otherwise.
func (o *AvailablePrefix) GetPrefixOk() (*string, bool)
GetPrefixOk returns a tuple with the Prefix field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AvailablePrefix) SetPrefix(v string)
SetPrefix sets Prefix field to given value.
func (o *AvailablePrefix) GetVrf() VRF
GetVrf returns the Vrf field if non-nil, zero value otherwise.
func (o *AvailablePrefix) GetVrfOk() (*VRF, bool)
GetVrfOk returns a tuple with the Vrf field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AvailablePrefix) SetVrf(v VRF)
SetVrf sets Vrf field to given value.
func (o *AvailablePrefix) SetVrfNil(b bool)
SetVrfNil sets the value for Vrf to be an explicit nil
func (o *AvailablePrefix) UnsetVrf()
UnsetVrf ensures that no value is present for Vrf, not even an explicit nil