Name | Type | Description | Notes |
---|---|---|---|
NetworkStorageId | string | Network storage ID. | |
NetworkStorageName | string | Network storage name. | |
VolumeId | string | Volume ID. | |
VolumeName | string | Volume name. | |
CapacityInGb | int64 | Capacity in GB. | |
CreatedOn | time.Time | Timestamp when the record was created. |
func NewStorageDetails(networkStorageId string, networkStorageName string, volumeId string, volumeName string, capacityInGb int64, createdOn time.Time, ) *StorageDetails
NewStorageDetails instantiates a new StorageDetails 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 NewStorageDetailsWithDefaults() *StorageDetails
NewStorageDetailsWithDefaults instantiates a new StorageDetails 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 *StorageDetails) GetNetworkStorageId() string
GetNetworkStorageId returns the NetworkStorageId field if non-nil, zero value otherwise.
func (o *StorageDetails) GetNetworkStorageIdOk() (*string, bool)
GetNetworkStorageIdOk returns a tuple with the NetworkStorageId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageDetails) SetNetworkStorageId(v string)
SetNetworkStorageId sets NetworkStorageId field to given value.
func (o *StorageDetails) GetNetworkStorageName() string
GetNetworkStorageName returns the NetworkStorageName field if non-nil, zero value otherwise.
func (o *StorageDetails) GetNetworkStorageNameOk() (*string, bool)
GetNetworkStorageNameOk returns a tuple with the NetworkStorageName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageDetails) SetNetworkStorageName(v string)
SetNetworkStorageName sets NetworkStorageName field to given value.
func (o *StorageDetails) GetVolumeId() string
GetVolumeId returns the VolumeId field if non-nil, zero value otherwise.
func (o *StorageDetails) GetVolumeIdOk() (*string, 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 *StorageDetails) SetVolumeId(v string)
SetVolumeId sets VolumeId field to given value.
func (o *StorageDetails) GetVolumeName() string
GetVolumeName returns the VolumeName field if non-nil, zero value otherwise.
func (o *StorageDetails) GetVolumeNameOk() (*string, bool)
GetVolumeNameOk returns a tuple with the VolumeName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageDetails) SetVolumeName(v string)
SetVolumeName sets VolumeName field to given value.
func (o *StorageDetails) GetCapacityInGb() int64
GetCapacityInGb returns the CapacityInGb field if non-nil, zero value otherwise.
func (o *StorageDetails) GetCapacityInGbOk() (*int64, bool)
GetCapacityInGbOk returns a tuple with the CapacityInGb field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageDetails) SetCapacityInGb(v int64)
SetCapacityInGb sets CapacityInGb field to given value.
func (o *StorageDetails) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.
func (o *StorageDetails) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageDetails) SetCreatedOn(v time.Time)
SetCreatedOn sets CreatedOn field to given value.