| Name | Type | Description | Notes |
|---|---|---|---|
| AcceptAnyCertificate | Pointer to bool | [optional] | |
| ClusterKey | Pointer to string | [optional] | |
| Instances | []PlatformInstance | ||
| LastFailover | Pointer to time.Time | HA last failover | [optional] |
| Uuid | string |
func NewHighAvailabilityConfig(instances []PlatformInstance, uuid string, ) *HighAvailabilityConfig
NewHighAvailabilityConfig instantiates a new HighAvailabilityConfig 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 NewHighAvailabilityConfigWithDefaults() *HighAvailabilityConfig
NewHighAvailabilityConfigWithDefaults instantiates a new HighAvailabilityConfig 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 *HighAvailabilityConfig) GetAcceptAnyCertificate() bool
GetAcceptAnyCertificate returns the AcceptAnyCertificate field if non-nil, zero value otherwise.
func (o *HighAvailabilityConfig) GetAcceptAnyCertificateOk() (*bool, bool)
GetAcceptAnyCertificateOk returns a tuple with the AcceptAnyCertificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HighAvailabilityConfig) SetAcceptAnyCertificate(v bool)
SetAcceptAnyCertificate sets AcceptAnyCertificate field to given value.
func (o *HighAvailabilityConfig) HasAcceptAnyCertificate() bool
HasAcceptAnyCertificate returns a boolean if a field has been set.
func (o *HighAvailabilityConfig) GetClusterKey() string
GetClusterKey returns the ClusterKey field if non-nil, zero value otherwise.
func (o *HighAvailabilityConfig) GetClusterKeyOk() (*string, bool)
GetClusterKeyOk returns a tuple with the ClusterKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HighAvailabilityConfig) SetClusterKey(v string)
SetClusterKey sets ClusterKey field to given value.
func (o *HighAvailabilityConfig) HasClusterKey() bool
HasClusterKey returns a boolean if a field has been set.
func (o *HighAvailabilityConfig) GetInstances() []PlatformInstance
GetInstances returns the Instances field if non-nil, zero value otherwise.
func (o *HighAvailabilityConfig) GetInstancesOk() (*[]PlatformInstance, bool)
GetInstancesOk returns a tuple with the Instances field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HighAvailabilityConfig) SetInstances(v []PlatformInstance)
SetInstances sets Instances field to given value.
func (o *HighAvailabilityConfig) GetLastFailover() time.Time
GetLastFailover returns the LastFailover field if non-nil, zero value otherwise.
func (o *HighAvailabilityConfig) GetLastFailoverOk() (*time.Time, bool)
GetLastFailoverOk returns a tuple with the LastFailover field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HighAvailabilityConfig) SetLastFailover(v time.Time)
SetLastFailover sets LastFailover field to given value.
func (o *HighAvailabilityConfig) HasLastFailover() bool
HasLastFailover returns a boolean if a field has been set.
func (o *HighAvailabilityConfig) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
func (o *HighAvailabilityConfig) GetUuidOk() (*string, bool)
GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HighAvailabilityConfig) SetUuid(v string)
SetUuid sets Uuid field to given value.