Name | Type | Description | Notes |
---|---|---|---|
Release | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Vhost | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
LogDrain | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
MetricDrain | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Self | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] |
func NewContainerLinks() *ContainerLinks
NewContainerLinks instantiates a new ContainerLinks 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 NewContainerLinksWithDefaults() *ContainerLinks
NewContainerLinksWithDefaults instantiates a new ContainerLinks 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 *ContainerLinks) GetRelease() ListAccountsForStack200ResponseLinksStack
GetRelease returns the Release field if non-nil, zero value otherwise.
func (o *ContainerLinks) GetReleaseOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetReleaseOk returns a tuple with the Release field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContainerLinks) SetRelease(v ListAccountsForStack200ResponseLinksStack)
SetRelease sets Release field to given value.
func (o *ContainerLinks) HasRelease() bool
HasRelease returns a boolean if a field has been set.
func (o *ContainerLinks) GetVhost() ListAccountsForStack200ResponseLinksStack
GetVhost returns the Vhost field if non-nil, zero value otherwise.
func (o *ContainerLinks) GetVhostOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetVhostOk returns a tuple with the Vhost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContainerLinks) SetVhost(v ListAccountsForStack200ResponseLinksStack)
SetVhost sets Vhost field to given value.
func (o *ContainerLinks) HasVhost() bool
HasVhost returns a boolean if a field has been set.
func (o *ContainerLinks) GetLogDrain() ListAccountsForStack200ResponseLinksStack
GetLogDrain returns the LogDrain field if non-nil, zero value otherwise.
func (o *ContainerLinks) GetLogDrainOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetLogDrainOk returns a tuple with the LogDrain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContainerLinks) SetLogDrain(v ListAccountsForStack200ResponseLinksStack)
SetLogDrain sets LogDrain field to given value.
func (o *ContainerLinks) HasLogDrain() bool
HasLogDrain returns a boolean if a field has been set.
func (o *ContainerLinks) GetMetricDrain() ListAccountsForStack200ResponseLinksStack
GetMetricDrain returns the MetricDrain field if non-nil, zero value otherwise.
func (o *ContainerLinks) GetMetricDrainOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetMetricDrainOk returns a tuple with the MetricDrain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContainerLinks) SetMetricDrain(v ListAccountsForStack200ResponseLinksStack)
SetMetricDrain sets MetricDrain field to given value.
func (o *ContainerLinks) HasMetricDrain() bool
HasMetricDrain returns a boolean if a field has been set.
func (o *ContainerLinks) GetSelf() ListAccountsForStack200ResponseLinksStack
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *ContainerLinks) GetSelfOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetSelfOk returns a tuple with the Self field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContainerLinks) SetSelf(v ListAccountsForStack200ResponseLinksStack)
SetSelf sets Self field to given value.
func (o *ContainerLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.