Name | Type | Description | Notes |
---|---|---|---|
Name | string | Tablespace Name | |
NumReplicas | Pointer to int32 | numReplicas | [optional] |
PlacementBlocks | []PlacementBlock | placements |
func NewTableSpaceInfo(name string, placementBlocks []PlacementBlock, ) *TableSpaceInfo
NewTableSpaceInfo instantiates a new TableSpaceInfo 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 NewTableSpaceInfoWithDefaults() *TableSpaceInfo
NewTableSpaceInfoWithDefaults instantiates a new TableSpaceInfo 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 *TableSpaceInfo) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *TableSpaceInfo) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TableSpaceInfo) SetName(v string)
SetName sets Name field to given value.
func (o *TableSpaceInfo) GetNumReplicas() int32
GetNumReplicas returns the NumReplicas field if non-nil, zero value otherwise.
func (o *TableSpaceInfo) GetNumReplicasOk() (*int32, bool)
GetNumReplicasOk returns a tuple with the NumReplicas field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TableSpaceInfo) SetNumReplicas(v int32)
SetNumReplicas sets NumReplicas field to given value.
func (o *TableSpaceInfo) HasNumReplicas() bool
HasNumReplicas returns a boolean if a field has been set.
func (o *TableSpaceInfo) GetPlacementBlocks() []PlacementBlock
GetPlacementBlocks returns the PlacementBlocks field if non-nil, zero value otherwise.
func (o *TableSpaceInfo) GetPlacementBlocksOk() (*[]PlacementBlock, bool)
GetPlacementBlocksOk returns a tuple with the PlacementBlocks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TableSpaceInfo) SetPlacementBlocks(v []PlacementBlock)
SetPlacementBlocks sets PlacementBlocks field to given value.