| Name | Type | Description | Notes |
|---|---|---|---|
| CreatedAt | Pointer to time.Time | [optional] | |
| Device | Pointer to string | [optional] | |
| Id | Pointer to int32 | [optional] | |
| InstanceId | Pointer to int32 | [optional] | |
| Protected | Pointer to bool | [optional] | |
| Status | Pointer to string | [optional] | |
| VolumeId | Pointer to int32 | [optional] |
func NewAttachVolumeFields() *AttachVolumeFields
NewAttachVolumeFields instantiates a new AttachVolumeFields 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 NewAttachVolumeFieldsWithDefaults() *AttachVolumeFields
NewAttachVolumeFieldsWithDefaults instantiates a new AttachVolumeFields 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 *AttachVolumeFields) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *AttachVolumeFields) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachVolumeFields) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *AttachVolumeFields) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *AttachVolumeFields) GetDevice() string
GetDevice returns the Device field if non-nil, zero value otherwise.
func (o *AttachVolumeFields) GetDeviceOk() (*string, bool)
GetDeviceOk returns a tuple with the Device field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachVolumeFields) SetDevice(v string)
SetDevice sets Device field to given value.
func (o *AttachVolumeFields) HasDevice() bool
HasDevice returns a boolean if a field has been set.
func (o *AttachVolumeFields) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AttachVolumeFields) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachVolumeFields) SetId(v int32)
SetId sets Id field to given value.
func (o *AttachVolumeFields) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AttachVolumeFields) GetInstanceId() int32
GetInstanceId returns the InstanceId field if non-nil, zero value otherwise.
func (o *AttachVolumeFields) GetInstanceIdOk() (*int32, bool)
GetInstanceIdOk returns a tuple with the InstanceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachVolumeFields) SetInstanceId(v int32)
SetInstanceId sets InstanceId field to given value.
func (o *AttachVolumeFields) HasInstanceId() bool
HasInstanceId returns a boolean if a field has been set.
func (o *AttachVolumeFields) GetProtected() bool
GetProtected returns the Protected field if non-nil, zero value otherwise.
func (o *AttachVolumeFields) GetProtectedOk() (*bool, bool)
GetProtectedOk returns a tuple with the Protected field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachVolumeFields) SetProtected(v bool)
SetProtected sets Protected field to given value.
func (o *AttachVolumeFields) HasProtected() bool
HasProtected returns a boolean if a field has been set.
func (o *AttachVolumeFields) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *AttachVolumeFields) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachVolumeFields) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *AttachVolumeFields) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *AttachVolumeFields) GetVolumeId() int32
GetVolumeId returns the VolumeId field if non-nil, zero value otherwise.
func (o *AttachVolumeFields) GetVolumeIdOk() (*int32, bool)
GetVolumeIdOk returns a tuple with the VolumeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachVolumeFields) SetVolumeId(v int32)
SetVolumeId sets VolumeId field to given value.
func (o *AttachVolumeFields) HasVolumeId() bool
HasVolumeId returns a boolean if a field has been set.