func NewVolume(properties VolumeProperties, ) *Volume
func NewVolumeWithDefaults() *Volume
func (o *Volume) GetId() string
func (o *Volume) GetIdOk() (*string, bool)
func (o *Volume) SetId(v string)
func (o *Volume) HasId() bool
func (o *Volume) GetType() Type
func (o *Volume) GetTypeOk() (*Type, bool)
func (o *Volume) SetType(v Type)
func (o *Volume) HasType() bool
func (o *Volume) GetHref() string
func (o *Volume) GetHrefOk() (*string, bool)
func (o *Volume) SetHref(v string)
func (o *Volume) HasHref() bool
func (o *Volume) GetMetadata() DatacenterElementMetadata
func (o *Volume) GetMetadataOk() (*DatacenterElementMetadata, bool)
func (o *Volume) SetMetadata(v DatacenterElementMetadata)
func (o *Volume) HasMetadata() bool
func (o *Volume) GetProperties() VolumeProperties
func (o *Volume) GetPropertiesOk() (*VolumeProperties, bool)
func (o *Volume) SetProperties(v VolumeProperties)