Name | Type | Description | Notes |
---|---|---|---|
CreateTime | Pointer to time.Time | Create time of the PITR config | [optional] [readonly] |
CreatedForDr | Pointer to bool | Created for DR | [optional] [readonly] |
CustomerUUID | Pointer to string | Customer UUID of this config | [optional] |
DbName | Pointer to string | DB Name | [optional] |
MaxRecoverTimeInMillis | int64 | ||
MinRecoverTimeInMillis | int64 | ||
Name | Pointer to string | PITR config name | [optional] |
RetentionPeriod | Pointer to int64 | Retention Period in seconds | [optional] |
ScheduleInterval | Pointer to int64 | Interval between snasphots in seconds | [optional] |
State | string | ||
TableType | Pointer to string | Table Type | [optional] |
UpdateTime | Pointer to time.Time | Update time of the PITR con | [optional] |
UsedForXCluster | Pointer to bool | [optional] [readonly] | |
Uuid | Pointer to string | PITR config UUID | [optional] |
func NewPitrConfig(maxRecoverTimeInMillis int64, minRecoverTimeInMillis int64, state string, ) *PitrConfig
NewPitrConfig instantiates a new PitrConfig 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 NewPitrConfigWithDefaults() *PitrConfig
NewPitrConfigWithDefaults instantiates a new PitrConfig 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 *PitrConfig) GetCreateTime() time.Time
GetCreateTime returns the CreateTime field if non-nil, zero value otherwise.
func (o *PitrConfig) GetCreateTimeOk() (*time.Time, bool)
GetCreateTimeOk returns a tuple with the CreateTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PitrConfig) SetCreateTime(v time.Time)
SetCreateTime sets CreateTime field to given value.
func (o *PitrConfig) HasCreateTime() bool
HasCreateTime returns a boolean if a field has been set.
func (o *PitrConfig) GetCreatedForDr() bool
GetCreatedForDr returns the CreatedForDr field if non-nil, zero value otherwise.
func (o *PitrConfig) GetCreatedForDrOk() (*bool, bool)
GetCreatedForDrOk returns a tuple with the CreatedForDr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PitrConfig) SetCreatedForDr(v bool)
SetCreatedForDr sets CreatedForDr field to given value.
func (o *PitrConfig) HasCreatedForDr() bool
HasCreatedForDr returns a boolean if a field has been set.
func (o *PitrConfig) GetCustomerUUID() string
GetCustomerUUID returns the CustomerUUID field if non-nil, zero value otherwise.
func (o *PitrConfig) GetCustomerUUIDOk() (*string, bool)
GetCustomerUUIDOk returns a tuple with the CustomerUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PitrConfig) SetCustomerUUID(v string)
SetCustomerUUID sets CustomerUUID field to given value.
func (o *PitrConfig) HasCustomerUUID() bool
HasCustomerUUID returns a boolean if a field has been set.
func (o *PitrConfig) GetDbName() string
GetDbName returns the DbName field if non-nil, zero value otherwise.
func (o *PitrConfig) GetDbNameOk() (*string, bool)
GetDbNameOk returns a tuple with the DbName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PitrConfig) SetDbName(v string)
SetDbName sets DbName field to given value.
func (o *PitrConfig) HasDbName() bool
HasDbName returns a boolean if a field has been set.
func (o *PitrConfig) GetMaxRecoverTimeInMillis() int64
GetMaxRecoverTimeInMillis returns the MaxRecoverTimeInMillis field if non-nil, zero value otherwise.
func (o *PitrConfig) GetMaxRecoverTimeInMillisOk() (*int64, bool)
GetMaxRecoverTimeInMillisOk returns a tuple with the MaxRecoverTimeInMillis field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PitrConfig) SetMaxRecoverTimeInMillis(v int64)
SetMaxRecoverTimeInMillis sets MaxRecoverTimeInMillis field to given value.
func (o *PitrConfig) GetMinRecoverTimeInMillis() int64
GetMinRecoverTimeInMillis returns the MinRecoverTimeInMillis field if non-nil, zero value otherwise.
func (o *PitrConfig) GetMinRecoverTimeInMillisOk() (*int64, bool)
GetMinRecoverTimeInMillisOk returns a tuple with the MinRecoverTimeInMillis field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PitrConfig) SetMinRecoverTimeInMillis(v int64)
SetMinRecoverTimeInMillis sets MinRecoverTimeInMillis field to given value.
func (o *PitrConfig) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PitrConfig) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PitrConfig) SetName(v string)
SetName sets Name field to given value.
func (o *PitrConfig) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PitrConfig) GetRetentionPeriod() int64
GetRetentionPeriod returns the RetentionPeriod field if non-nil, zero value otherwise.
func (o *PitrConfig) GetRetentionPeriodOk() (*int64, bool)
GetRetentionPeriodOk returns a tuple with the RetentionPeriod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PitrConfig) SetRetentionPeriod(v int64)
SetRetentionPeriod sets RetentionPeriod field to given value.
func (o *PitrConfig) HasRetentionPeriod() bool
HasRetentionPeriod returns a boolean if a field has been set.
func (o *PitrConfig) GetScheduleInterval() int64
GetScheduleInterval returns the ScheduleInterval field if non-nil, zero value otherwise.
func (o *PitrConfig) GetScheduleIntervalOk() (*int64, bool)
GetScheduleIntervalOk returns a tuple with the ScheduleInterval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PitrConfig) SetScheduleInterval(v int64)
SetScheduleInterval sets ScheduleInterval field to given value.
func (o *PitrConfig) HasScheduleInterval() bool
HasScheduleInterval returns a boolean if a field has been set.
func (o *PitrConfig) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *PitrConfig) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PitrConfig) SetState(v string)
SetState sets State field to given value.
func (o *PitrConfig) GetTableType() string
GetTableType returns the TableType field if non-nil, zero value otherwise.
func (o *PitrConfig) GetTableTypeOk() (*string, bool)
GetTableTypeOk returns a tuple with the TableType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PitrConfig) SetTableType(v string)
SetTableType sets TableType field to given value.
func (o *PitrConfig) HasTableType() bool
HasTableType returns a boolean if a field has been set.
func (o *PitrConfig) GetUpdateTime() time.Time
GetUpdateTime returns the UpdateTime field if non-nil, zero value otherwise.
func (o *PitrConfig) GetUpdateTimeOk() (*time.Time, bool)
GetUpdateTimeOk returns a tuple with the UpdateTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PitrConfig) SetUpdateTime(v time.Time)
SetUpdateTime sets UpdateTime field to given value.
func (o *PitrConfig) HasUpdateTime() bool
HasUpdateTime returns a boolean if a field has been set.
func (o *PitrConfig) GetUsedForXCluster() bool
GetUsedForXCluster returns the UsedForXCluster field if non-nil, zero value otherwise.
func (o *PitrConfig) GetUsedForXClusterOk() (*bool, bool)
GetUsedForXClusterOk returns a tuple with the UsedForXCluster field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PitrConfig) SetUsedForXCluster(v bool)
SetUsedForXCluster sets UsedForXCluster field to given value.
func (o *PitrConfig) HasUsedForXCluster() bool
HasUsedForXCluster returns a boolean if a field has been set.
func (o *PitrConfig) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
func (o *PitrConfig) 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 *PitrConfig) SetUuid(v string)
SetUuid sets Uuid field to given value.
func (o *PitrConfig) HasUuid() bool
HasUuid returns a boolean if a field has been set.