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.Reservation"] |
ObjectType | string | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to "ippool.Reservation"] |
Identity | Pointer to string | IP identity to be reserved. | [optional] |
IpType | Pointer to string | Type of the IP address that needs to be reserved. * `IPv4` - IP V4 address type requested. * `IPv6` - IP V6 address type requested. | [optional] [default to "IPv4"] |
IpV4Address | Pointer to string | IPv4 Address to be reserved. | [optional] [readonly] |
IpV6Address | Pointer to string | IPv6 Address to be reserved. | [optional] [readonly] |
VrfMoid | Pointer to string | The moid of the Virtual Routing and Forwarding MO. | [optional] |
BlockHead | Pointer to NullableIppoolShadowBlockRelationship | [optional] | |
Organization | Pointer to NullableOrganizationOrganizationRelationship | [optional] | |
Pool | Pointer to NullableIppoolPoolRelationship | [optional] | |
PoolMember | Pointer to NullableIppoolPoolMemberRelationship | [optional] | |
ShadowPool | Pointer to NullableIppoolShadowPoolRelationship | [optional] | |
Universe | Pointer to NullableIppoolUniverseRelationship | [optional] | |
Vrf | Pointer to NullableVrfVrfRelationship | [optional] |
func NewIppoolReservation(classId string, objectType string, ) *IppoolReservation
NewIppoolReservation instantiates a new IppoolReservation 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 NewIppoolReservationWithDefaults() *IppoolReservation
NewIppoolReservationWithDefaults instantiates a new IppoolReservation 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 *IppoolReservation) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
func (o *IppoolReservation) 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.
func (o *IppoolReservation) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *IppoolReservation) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *IppoolReservation) 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.
func (o *IppoolReservation) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *IppoolReservation) GetIdentity() string
GetIdentity returns the Identity field if non-nil, zero value otherwise.
func (o *IppoolReservation) GetIdentityOk() (*string, bool)
GetIdentityOk returns a tuple with the Identity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IppoolReservation) SetIdentity(v string)
SetIdentity sets Identity field to given value.
func (o *IppoolReservation) HasIdentity() bool
HasIdentity returns a boolean if a field has been set.
func (o *IppoolReservation) GetIpType() string
GetIpType returns the IpType field if non-nil, zero value otherwise.
func (o *IppoolReservation) GetIpTypeOk() (*string, bool)
GetIpTypeOk returns a tuple with the IpType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IppoolReservation) SetIpType(v string)
SetIpType sets IpType field to given value.
func (o *IppoolReservation) HasIpType() bool
HasIpType returns a boolean if a field has been set.
func (o *IppoolReservation) GetIpV4Address() string
GetIpV4Address returns the IpV4Address field if non-nil, zero value otherwise.
func (o *IppoolReservation) GetIpV4AddressOk() (*string, bool)
GetIpV4AddressOk returns a tuple with the IpV4Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IppoolReservation) SetIpV4Address(v string)
SetIpV4Address sets IpV4Address field to given value.
func (o *IppoolReservation) HasIpV4Address() bool
HasIpV4Address returns a boolean if a field has been set.
func (o *IppoolReservation) GetIpV6Address() string
GetIpV6Address returns the IpV6Address field if non-nil, zero value otherwise.
func (o *IppoolReservation) GetIpV6AddressOk() (*string, bool)
GetIpV6AddressOk returns a tuple with the IpV6Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IppoolReservation) SetIpV6Address(v string)
SetIpV6Address sets IpV6Address field to given value.
func (o *IppoolReservation) HasIpV6Address() bool
HasIpV6Address returns a boolean if a field has been set.
func (o *IppoolReservation) GetVrfMoid() string
GetVrfMoid returns the VrfMoid field if non-nil, zero value otherwise.
func (o *IppoolReservation) GetVrfMoidOk() (*string, bool)
GetVrfMoidOk returns a tuple with the VrfMoid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IppoolReservation) SetVrfMoid(v string)
SetVrfMoid sets VrfMoid field to given value.
func (o *IppoolReservation) HasVrfMoid() bool
HasVrfMoid returns a boolean if a field has been set.
func (o *IppoolReservation) GetBlockHead() IppoolShadowBlockRelationship
GetBlockHead returns the BlockHead field if non-nil, zero value otherwise.
func (o *IppoolReservation) GetBlockHeadOk() (*IppoolShadowBlockRelationship, bool)
GetBlockHeadOk returns a tuple with the BlockHead field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IppoolReservation) SetBlockHead(v IppoolShadowBlockRelationship)
SetBlockHead sets BlockHead field to given value.
func (o *IppoolReservation) HasBlockHead() bool
HasBlockHead returns a boolean if a field has been set.
func (o *IppoolReservation) SetBlockHeadNil(b bool)
SetBlockHeadNil sets the value for BlockHead to be an explicit nil
func (o *IppoolReservation) UnsetBlockHead()
UnsetBlockHead ensures that no value is present for BlockHead, not even an explicit nil
func (o *IppoolReservation) GetOrganization() OrganizationOrganizationRelationship
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *IppoolReservation) GetOrganizationOk() (*OrganizationOrganizationRelationship, bool)
GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IppoolReservation) SetOrganization(v OrganizationOrganizationRelationship)
SetOrganization sets Organization field to given value.
func (o *IppoolReservation) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *IppoolReservation) SetOrganizationNil(b bool)
SetOrganizationNil sets the value for Organization to be an explicit nil
func (o *IppoolReservation) UnsetOrganization()
UnsetOrganization ensures that no value is present for Organization, not even an explicit nil
func (o *IppoolReservation) GetPool() IppoolPoolRelationship
GetPool returns the Pool field if non-nil, zero value otherwise.
func (o *IppoolReservation) GetPoolOk() (*IppoolPoolRelationship, bool)
GetPoolOk returns a tuple with the Pool field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IppoolReservation) SetPool(v IppoolPoolRelationship)
SetPool sets Pool field to given value.
func (o *IppoolReservation) HasPool() bool
HasPool returns a boolean if a field has been set.
func (o *IppoolReservation) SetPoolNil(b bool)
SetPoolNil sets the value for Pool to be an explicit nil
func (o *IppoolReservation) UnsetPool()
UnsetPool ensures that no value is present for Pool, not even an explicit nil
func (o *IppoolReservation) GetPoolMember() IppoolPoolMemberRelationship
GetPoolMember returns the PoolMember field if non-nil, zero value otherwise.
func (o *IppoolReservation) GetPoolMemberOk() (*IppoolPoolMemberRelationship, bool)
GetPoolMemberOk returns a tuple with the PoolMember field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IppoolReservation) SetPoolMember(v IppoolPoolMemberRelationship)
SetPoolMember sets PoolMember field to given value.
func (o *IppoolReservation) HasPoolMember() bool
HasPoolMember returns a boolean if a field has been set.
func (o *IppoolReservation) SetPoolMemberNil(b bool)
SetPoolMemberNil sets the value for PoolMember to be an explicit nil
func (o *IppoolReservation) UnsetPoolMember()
UnsetPoolMember ensures that no value is present for PoolMember, not even an explicit nil
func (o *IppoolReservation) GetShadowPool() IppoolShadowPoolRelationship
GetShadowPool returns the ShadowPool field if non-nil, zero value otherwise.
func (o *IppoolReservation) GetShadowPoolOk() (*IppoolShadowPoolRelationship, bool)
GetShadowPoolOk returns a tuple with the ShadowPool field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IppoolReservation) SetShadowPool(v IppoolShadowPoolRelationship)
SetShadowPool sets ShadowPool field to given value.
func (o *IppoolReservation) HasShadowPool() bool
HasShadowPool returns a boolean if a field has been set.
func (o *IppoolReservation) SetShadowPoolNil(b bool)
SetShadowPoolNil sets the value for ShadowPool to be an explicit nil
func (o *IppoolReservation) UnsetShadowPool()
UnsetShadowPool ensures that no value is present for ShadowPool, not even an explicit nil
func (o *IppoolReservation) GetUniverse() IppoolUniverseRelationship
GetUniverse returns the Universe field if non-nil, zero value otherwise.
func (o *IppoolReservation) GetUniverseOk() (*IppoolUniverseRelationship, bool)
GetUniverseOk returns a tuple with the Universe field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IppoolReservation) SetUniverse(v IppoolUniverseRelationship)
SetUniverse sets Universe field to given value.
func (o *IppoolReservation) HasUniverse() bool
HasUniverse returns a boolean if a field has been set.
func (o *IppoolReservation) SetUniverseNil(b bool)
SetUniverseNil sets the value for Universe to be an explicit nil
func (o *IppoolReservation) UnsetUniverse()
UnsetUniverse ensures that no value is present for Universe, not even an explicit nil
func (o *IppoolReservation) GetVrf() VrfVrfRelationship
GetVrf returns the Vrf field if non-nil, zero value otherwise.
func (o *IppoolReservation) 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.
func (o *IppoolReservation) SetVrf(v VrfVrfRelationship)
SetVrf sets Vrf field to given value.
func (o *IppoolReservation) HasVrf() bool
HasVrf returns a boolean if a field has been set.
func (o *IppoolReservation) SetVrfNil(b bool)
SetVrfNil sets the value for Vrf to be an explicit nil
func (o *IppoolReservation) UnsetVrf()
UnsetVrf ensures that no value is present for Vrf, not even an explicit nil