Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.21 KB

IppoolUniverse.md

File metadata and controls

108 lines (59 loc) · 3.21 KB

IppoolUniverse

Properties

Name Type Description Notes
ClassId string The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. [default to "ippool.Universe"]
ObjectType string The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. [default to "ippool.Universe"]
Vrf Pointer to NullableVrfVrfRelationship [optional]

Methods

NewIppoolUniverse

func NewIppoolUniverse(classId string, objectType string, ) *IppoolUniverse

NewIppoolUniverse instantiates a new IppoolUniverse 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

NewIppoolUniverseWithDefaults

func NewIppoolUniverseWithDefaults() *IppoolUniverse

NewIppoolUniverseWithDefaults instantiates a new IppoolUniverse 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

GetClassId

func (o *IppoolUniverse) GetClassId() string

GetClassId returns the ClassId field if non-nil, zero value otherwise.

GetClassIdOk

func (o *IppoolUniverse) GetClassIdOk() (*string, bool)

GetClassIdOk returns a tuple with the ClassId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetClassId

func (o *IppoolUniverse) SetClassId(v string)

SetClassId sets ClassId field to given value.

GetObjectType

func (o *IppoolUniverse) GetObjectType() string

GetObjectType returns the ObjectType field if non-nil, zero value otherwise.

GetObjectTypeOk

func (o *IppoolUniverse) GetObjectTypeOk() (*string, bool)

GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetObjectType

func (o *IppoolUniverse) SetObjectType(v string)

SetObjectType sets ObjectType field to given value.

GetVrf

func (o *IppoolUniverse) GetVrf() VrfVrfRelationship

GetVrf returns the Vrf field if non-nil, zero value otherwise.

GetVrfOk

func (o *IppoolUniverse) GetVrfOk() (*VrfVrfRelationship, 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.

SetVrf

func (o *IppoolUniverse) SetVrf(v VrfVrfRelationship)

SetVrf sets Vrf field to given value.

HasVrf

func (o *IppoolUniverse) HasVrf() bool

HasVrf returns a boolean if a field has been set.

SetVrfNil

func (o *IppoolUniverse) SetVrfNil(b bool)

SetVrfNil sets the value for Vrf to be an explicit nil

UnsetVrf

func (o *IppoolUniverse) UnsetVrf()

UnsetVrf ensures that no value is present for Vrf, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]