Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 5.25 KB

VAClusterStatusChangeEvent.md

File metadata and controls

135 lines (72 loc) · 5.25 KB

VAClusterStatusChangeEvent

Properties

Name Type Description Notes
Created time.Time The date and time the status change occurred.
Type map[string]interface{} The type of the object that initiated this event.
Application TriggerInputVAClusterStatusChangeEventApplication
HealthCheckResult TriggerInputVAClusterStatusChangeEventHealthCheckResult
PreviousHealthCheckResult TriggerInputVAClusterStatusChangeEventPreviousHealthCheckResult

Methods

NewVAClusterStatusChangeEvent

func NewVAClusterStatusChangeEvent(created time.Time, type_ map[string]interface{}, application TriggerInputVAClusterStatusChangeEventApplication, healthCheckResult TriggerInputVAClusterStatusChangeEventHealthCheckResult, previousHealthCheckResult TriggerInputVAClusterStatusChangeEventPreviousHealthCheckResult, ) *VAClusterStatusChangeEvent

NewVAClusterStatusChangeEvent instantiates a new VAClusterStatusChangeEvent 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

NewVAClusterStatusChangeEventWithDefaults

func NewVAClusterStatusChangeEventWithDefaults() *VAClusterStatusChangeEvent

NewVAClusterStatusChangeEventWithDefaults instantiates a new VAClusterStatusChangeEvent 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

GetCreated

func (o *VAClusterStatusChangeEvent) GetCreated() time.Time

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

func (o *VAClusterStatusChangeEvent) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreated

func (o *VAClusterStatusChangeEvent) SetCreated(v time.Time)

SetCreated sets Created field to given value.

GetType

func (o *VAClusterStatusChangeEvent) GetType() map[string]interface{}

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *VAClusterStatusChangeEvent) GetTypeOk() (*map[string]interface{}, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *VAClusterStatusChangeEvent) SetType(v map[string]interface{})

SetType sets Type field to given value.

GetApplication

func (o *VAClusterStatusChangeEvent) GetApplication() TriggerInputVAClusterStatusChangeEventApplication

GetApplication returns the Application field if non-nil, zero value otherwise.

GetApplicationOk

func (o *VAClusterStatusChangeEvent) GetApplicationOk() (*TriggerInputVAClusterStatusChangeEventApplication, bool)

GetApplicationOk returns a tuple with the Application field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetApplication

func (o *VAClusterStatusChangeEvent) SetApplication(v TriggerInputVAClusterStatusChangeEventApplication)

SetApplication sets Application field to given value.

GetHealthCheckResult

func (o *VAClusterStatusChangeEvent) GetHealthCheckResult() TriggerInputVAClusterStatusChangeEventHealthCheckResult

GetHealthCheckResult returns the HealthCheckResult field if non-nil, zero value otherwise.

GetHealthCheckResultOk

func (o *VAClusterStatusChangeEvent) GetHealthCheckResultOk() (*TriggerInputVAClusterStatusChangeEventHealthCheckResult, bool)

GetHealthCheckResultOk returns a tuple with the HealthCheckResult field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHealthCheckResult

func (o *VAClusterStatusChangeEvent) SetHealthCheckResult(v TriggerInputVAClusterStatusChangeEventHealthCheckResult)

SetHealthCheckResult sets HealthCheckResult field to given value.

GetPreviousHealthCheckResult

func (o *VAClusterStatusChangeEvent) GetPreviousHealthCheckResult() TriggerInputVAClusterStatusChangeEventPreviousHealthCheckResult

GetPreviousHealthCheckResult returns the PreviousHealthCheckResult field if non-nil, zero value otherwise.

GetPreviousHealthCheckResultOk

func (o *VAClusterStatusChangeEvent) GetPreviousHealthCheckResultOk() (*TriggerInputVAClusterStatusChangeEventPreviousHealthCheckResult, bool)

GetPreviousHealthCheckResultOk returns a tuple with the PreviousHealthCheckResult field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPreviousHealthCheckResult

func (o *VAClusterStatusChangeEvent) SetPreviousHealthCheckResult(v TriggerInputVAClusterStatusChangeEventPreviousHealthCheckResult)

SetPreviousHealthCheckResult sets PreviousHealthCheckResult field to given value.

[Back to Model list] [Back to API list] [Back to README]