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.Pool"] |
ObjectType | string | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to "fcpool.Pool"] |
IdBlocks | Pointer to []FcpoolBlock | [optional] | |
PoolPurpose | Pointer to string | Purpose of this WWN pool. | [optional] |
BlockHeads | Pointer to []FcpoolFcBlockRelationship | An array of relationships to fcpoolFcBlock resources. | [optional] [readonly] |
Organization | Pointer to NullableOrganizationOrganizationRelationship | [optional] | |
Reservations | Pointer to []FcpoolReservationRelationship | An array of relationships to fcpoolReservation resources. | [optional] |
func NewFcpoolPool(classId string, objectType string, ) *FcpoolPool
NewFcpoolPool instantiates a new FcpoolPool 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 NewFcpoolPoolWithDefaults() *FcpoolPool
NewFcpoolPoolWithDefaults instantiates a new FcpoolPool 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 *FcpoolPool) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
func (o *FcpoolPool) 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 *FcpoolPool) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *FcpoolPool) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *FcpoolPool) 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 *FcpoolPool) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *FcpoolPool) GetIdBlocks() []FcpoolBlock
GetIdBlocks returns the IdBlocks field if non-nil, zero value otherwise.
func (o *FcpoolPool) GetIdBlocksOk() (*[]FcpoolBlock, bool)
GetIdBlocksOk returns a tuple with the IdBlocks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FcpoolPool) SetIdBlocks(v []FcpoolBlock)
SetIdBlocks sets IdBlocks field to given value.
func (o *FcpoolPool) HasIdBlocks() bool
HasIdBlocks returns a boolean if a field has been set.
func (o *FcpoolPool) SetIdBlocksNil(b bool)
SetIdBlocksNil sets the value for IdBlocks to be an explicit nil
func (o *FcpoolPool) UnsetIdBlocks()
UnsetIdBlocks ensures that no value is present for IdBlocks, not even an explicit nil
func (o *FcpoolPool) GetPoolPurpose() string
GetPoolPurpose returns the PoolPurpose field if non-nil, zero value otherwise.
func (o *FcpoolPool) GetPoolPurposeOk() (*string, bool)
GetPoolPurposeOk returns a tuple with the PoolPurpose field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FcpoolPool) SetPoolPurpose(v string)
SetPoolPurpose sets PoolPurpose field to given value.
func (o *FcpoolPool) HasPoolPurpose() bool
HasPoolPurpose returns a boolean if a field has been set.
func (o *FcpoolPool) GetBlockHeads() []FcpoolFcBlockRelationship
GetBlockHeads returns the BlockHeads field if non-nil, zero value otherwise.
func (o *FcpoolPool) GetBlockHeadsOk() (*[]FcpoolFcBlockRelationship, bool)
GetBlockHeadsOk returns a tuple with the BlockHeads field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FcpoolPool) SetBlockHeads(v []FcpoolFcBlockRelationship)
SetBlockHeads sets BlockHeads field to given value.
func (o *FcpoolPool) HasBlockHeads() bool
HasBlockHeads returns a boolean if a field has been set.
func (o *FcpoolPool) SetBlockHeadsNil(b bool)
SetBlockHeadsNil sets the value for BlockHeads to be an explicit nil
func (o *FcpoolPool) UnsetBlockHeads()
UnsetBlockHeads ensures that no value is present for BlockHeads, not even an explicit nil
func (o *FcpoolPool) GetOrganization() OrganizationOrganizationRelationship
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *FcpoolPool) 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 *FcpoolPool) SetOrganization(v OrganizationOrganizationRelationship)
SetOrganization sets Organization field to given value.
func (o *FcpoolPool) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *FcpoolPool) SetOrganizationNil(b bool)
SetOrganizationNil sets the value for Organization to be an explicit nil
func (o *FcpoolPool) UnsetOrganization()
UnsetOrganization ensures that no value is present for Organization, not even an explicit nil
func (o *FcpoolPool) GetReservations() []FcpoolReservationRelationship
GetReservations returns the Reservations field if non-nil, zero value otherwise.
func (o *FcpoolPool) GetReservationsOk() (*[]FcpoolReservationRelationship, bool)
GetReservationsOk returns a tuple with the Reservations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FcpoolPool) SetReservations(v []FcpoolReservationRelationship)
SetReservations sets Reservations field to given value.
func (o *FcpoolPool) HasReservations() bool
HasReservations returns a boolean if a field has been set.
func (o *FcpoolPool) SetReservationsNil(b bool)
SetReservationsNil sets the value for Reservations to be an explicit nil
func (o *FcpoolPool) UnsetReservations()
UnsetReservations ensures that no value is present for Reservations, not even an explicit nil