| Name | Type | Description | Notes |
|---|---|---|---|
| Container | Pointer to ContainerOverviewFields | [optional] | |
| Instance | Pointer to InstanceOverviewFields | [optional] | |
| Volume | Pointer to VolumeOverviewFields | [optional] |
func NewOverviewInfo() *OverviewInfo
NewOverviewInfo instantiates a new OverviewInfo 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 NewOverviewInfoWithDefaults() *OverviewInfo
NewOverviewInfoWithDefaults instantiates a new OverviewInfo 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 *OverviewInfo) GetContainer() ContainerOverviewFields
GetContainer returns the Container field if non-nil, zero value otherwise.
func (o *OverviewInfo) GetContainerOk() (*ContainerOverviewFields, bool)
GetContainerOk returns a tuple with the Container field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OverviewInfo) SetContainer(v ContainerOverviewFields)
SetContainer sets Container field to given value.
func (o *OverviewInfo) HasContainer() bool
HasContainer returns a boolean if a field has been set.
func (o *OverviewInfo) GetInstance() InstanceOverviewFields
GetInstance returns the Instance field if non-nil, zero value otherwise.
func (o *OverviewInfo) GetInstanceOk() (*InstanceOverviewFields, bool)
GetInstanceOk returns a tuple with the Instance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OverviewInfo) SetInstance(v InstanceOverviewFields)
SetInstance sets Instance field to given value.
func (o *OverviewInfo) HasInstance() bool
HasInstance returns a boolean if a field has been set.
func (o *OverviewInfo) GetVolume() VolumeOverviewFields
GetVolume returns the Volume field if non-nil, zero value otherwise.
func (o *OverviewInfo) GetVolumeOk() (*VolumeOverviewFields, bool)
GetVolumeOk returns a tuple with the Volume field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OverviewInfo) SetVolume(v VolumeOverviewFields)
SetVolume sets Volume field to given value.
func (o *OverviewInfo) HasVolume() bool
HasVolume returns a boolean if a field has been set.