| Name | Type | Description | Notes |
|---|---|---|---|
| SourceVolume | string | The name of the logical volume | |
| ContainerPath | string | The path inside the container where the volume is mounted | |
| ReadOnly | Pointer to bool | [optional] [default to false] |
func NewContainerMountPointsInner(sourceVolume string, containerPath string, ) *ContainerMountPointsInner
NewContainerMountPointsInner instantiates a new ContainerMountPointsInner 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 NewContainerMountPointsInnerWithDefaults() *ContainerMountPointsInner
NewContainerMountPointsInnerWithDefaults instantiates a new ContainerMountPointsInner 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 *ContainerMountPointsInner) GetSourceVolume() string
GetSourceVolume returns the SourceVolume field if non-nil, zero value otherwise.
func (o *ContainerMountPointsInner) GetSourceVolumeOk() (*string, bool)
GetSourceVolumeOk returns a tuple with the SourceVolume field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContainerMountPointsInner) SetSourceVolume(v string)
SetSourceVolume sets SourceVolume field to given value.
func (o *ContainerMountPointsInner) GetContainerPath() string
GetContainerPath returns the ContainerPath field if non-nil, zero value otherwise.
func (o *ContainerMountPointsInner) GetContainerPathOk() (*string, bool)
GetContainerPathOk returns a tuple with the ContainerPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContainerMountPointsInner) SetContainerPath(v string)
SetContainerPath sets ContainerPath field to given value.
func (o *ContainerMountPointsInner) GetReadOnly() bool
GetReadOnly returns the ReadOnly field if non-nil, zero value otherwise.
func (o *ContainerMountPointsInner) GetReadOnlyOk() (*bool, bool)
GetReadOnlyOk returns a tuple with the ReadOnly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContainerMountPointsInner) SetReadOnly(v bool)
SetReadOnly sets ReadOnly field to given value.
func (o *ContainerMountPointsInner) HasReadOnly() bool
HasReadOnly returns a boolean if a field has been set.