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 "fcpool.Reservation"] |
ObjectType | string | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to "fcpool.Reservation"] |
IdPurpose | Pointer to string | Purpose of this WWN ID. Purpose can be WWPN or WWNN. | [optional] |
Identity | Pointer to string | WWN ID that needs to be reserved. | [optional] |
Block | Pointer to NullableFcpoolFcBlockRelationship | [optional] | |
Organization | Pointer to NullableOrganizationOrganizationRelationship | [optional] | |
Pool | Pointer to NullableFcpoolPoolRelationship | [optional] | |
PoolMember | Pointer to NullableFcpoolPoolMemberRelationship | [optional] | |
Universe | Pointer to NullableFcpoolUniverseRelationship | [optional] |
func NewFcpoolReservation(classId string, objectType string, ) *FcpoolReservation
NewFcpoolReservation instantiates a new FcpoolReservation 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 NewFcpoolReservationWithDefaults() *FcpoolReservation
NewFcpoolReservationWithDefaults instantiates a new FcpoolReservation 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 *FcpoolReservation) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
func (o *FcpoolReservation) 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 *FcpoolReservation) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *FcpoolReservation) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *FcpoolReservation) 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 *FcpoolReservation) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *FcpoolReservation) GetIdPurpose() string
GetIdPurpose returns the IdPurpose field if non-nil, zero value otherwise.
func (o *FcpoolReservation) GetIdPurposeOk() (*string, bool)
GetIdPurposeOk returns a tuple with the IdPurpose field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FcpoolReservation) SetIdPurpose(v string)
SetIdPurpose sets IdPurpose field to given value.
func (o *FcpoolReservation) HasIdPurpose() bool
HasIdPurpose returns a boolean if a field has been set.
func (o *FcpoolReservation) GetIdentity() string
GetIdentity returns the Identity field if non-nil, zero value otherwise.
func (o *FcpoolReservation) 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 *FcpoolReservation) SetIdentity(v string)
SetIdentity sets Identity field to given value.
func (o *FcpoolReservation) HasIdentity() bool
HasIdentity returns a boolean if a field has been set.
func (o *FcpoolReservation) GetBlock() FcpoolFcBlockRelationship
GetBlock returns the Block field if non-nil, zero value otherwise.
func (o *FcpoolReservation) GetBlockOk() (*FcpoolFcBlockRelationship, bool)
GetBlockOk returns a tuple with the Block field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FcpoolReservation) SetBlock(v FcpoolFcBlockRelationship)
SetBlock sets Block field to given value.
func (o *FcpoolReservation) HasBlock() bool
HasBlock returns a boolean if a field has been set.
func (o *FcpoolReservation) SetBlockNil(b bool)
SetBlockNil sets the value for Block to be an explicit nil
func (o *FcpoolReservation) UnsetBlock()
UnsetBlock ensures that no value is present for Block, not even an explicit nil
func (o *FcpoolReservation) GetOrganization() OrganizationOrganizationRelationship
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *FcpoolReservation) 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 *FcpoolReservation) SetOrganization(v OrganizationOrganizationRelationship)
SetOrganization sets Organization field to given value.
func (o *FcpoolReservation) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *FcpoolReservation) SetOrganizationNil(b bool)
SetOrganizationNil sets the value for Organization to be an explicit nil
func (o *FcpoolReservation) UnsetOrganization()
UnsetOrganization ensures that no value is present for Organization, not even an explicit nil
func (o *FcpoolReservation) GetPool() FcpoolPoolRelationship
GetPool returns the Pool field if non-nil, zero value otherwise.
func (o *FcpoolReservation) GetPoolOk() (*FcpoolPoolRelationship, 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 *FcpoolReservation) SetPool(v FcpoolPoolRelationship)
SetPool sets Pool field to given value.
func (o *FcpoolReservation) HasPool() bool
HasPool returns a boolean if a field has been set.
func (o *FcpoolReservation) SetPoolNil(b bool)
SetPoolNil sets the value for Pool to be an explicit nil
func (o *FcpoolReservation) UnsetPool()
UnsetPool ensures that no value is present for Pool, not even an explicit nil
func (o *FcpoolReservation) GetPoolMember() FcpoolPoolMemberRelationship
GetPoolMember returns the PoolMember field if non-nil, zero value otherwise.
func (o *FcpoolReservation) GetPoolMemberOk() (*FcpoolPoolMemberRelationship, 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 *FcpoolReservation) SetPoolMember(v FcpoolPoolMemberRelationship)
SetPoolMember sets PoolMember field to given value.
func (o *FcpoolReservation) HasPoolMember() bool
HasPoolMember returns a boolean if a field has been set.
func (o *FcpoolReservation) SetPoolMemberNil(b bool)
SetPoolMemberNil sets the value for PoolMember to be an explicit nil
func (o *FcpoolReservation) UnsetPoolMember()
UnsetPoolMember ensures that no value is present for PoolMember, not even an explicit nil
func (o *FcpoolReservation) GetUniverse() FcpoolUniverseRelationship
GetUniverse returns the Universe field if non-nil, zero value otherwise.
func (o *FcpoolReservation) GetUniverseOk() (*FcpoolUniverseRelationship, 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 *FcpoolReservation) SetUniverse(v FcpoolUniverseRelationship)
SetUniverse sets Universe field to given value.
func (o *FcpoolReservation) HasUniverse() bool
HasUniverse returns a boolean if a field has been set.
func (o *FcpoolReservation) SetUniverseNil(b bool)
SetUniverseNil sets the value for Universe to be an explicit nil
func (o *FcpoolReservation) UnsetUniverse()
UnsetUniverse ensures that no value is present for Universe, not even an explicit nil