Name | Type | Description | Notes |
---|---|---|---|
ClassId | string | The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. | [default to "iwotenant.MaintenanceNotification"] |
ObjectType | string | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to "iwotenant.MaintenanceNotification"] |
I18nKey | Pointer to string | Any i18n (internationalization) key defined the message content. If the key already exists then the message content will be picked based on the key, otherwise provided message value will be used. | [optional] |
IwoId | Pointer to string | The iwoId uniquely identifies a IWO tenant. The iwoId is used as part of namespace, (logical) database names, policies in vault and many others. As of now, accountMoid has to be provided as the iwoId. | [optional] |
MaintenanceStartTime | Pointer to time.Time | The date/time from which the actual maintenance operations will be performed for a Customer's account. | [optional] |
NtfnMessage | Pointer to string | The notification message content is to display in the UI banner after the Customer's login to inform about planned maintenance operations on IWO. | [optional] |
ShowFromTime | Pointer to time.Time | The date/time from which the maintenance banner message will be shown to the Customer after login in to Intersight UI. | [optional] |
ShowUntilTime | Pointer to time.Time | The date/time until which the maintenance banner message will be shown to the Customer after login into Intersight UI. This will also be the time actual maintenance operation is planned for the finish of a Customer's account. | [optional] |
Account | Pointer to NullableIamAccountRelationship | [optional] |
func NewIwotenantMaintenanceNotification(classId string, objectType string, ) *IwotenantMaintenanceNotification
NewIwotenantMaintenanceNotification instantiates a new IwotenantMaintenanceNotification 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 NewIwotenantMaintenanceNotificationWithDefaults() *IwotenantMaintenanceNotification
NewIwotenantMaintenanceNotificationWithDefaults instantiates a new IwotenantMaintenanceNotification 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 *IwotenantMaintenanceNotification) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
func (o *IwotenantMaintenanceNotification) GetClassIdOk() (*string, bool)
GetClassIdOk returns a tuple with the ClassId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IwotenantMaintenanceNotification) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *IwotenantMaintenanceNotification) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *IwotenantMaintenanceNotification) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IwotenantMaintenanceNotification) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *IwotenantMaintenanceNotification) GetI18nKey() string
GetI18nKey returns the I18nKey field if non-nil, zero value otherwise.
func (o *IwotenantMaintenanceNotification) GetI18nKeyOk() (*string, bool)
GetI18nKeyOk returns a tuple with the I18nKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IwotenantMaintenanceNotification) SetI18nKey(v string)
SetI18nKey sets I18nKey field to given value.
func (o *IwotenantMaintenanceNotification) HasI18nKey() bool
HasI18nKey returns a boolean if a field has been set.
func (o *IwotenantMaintenanceNotification) GetIwoId() string
GetIwoId returns the IwoId field if non-nil, zero value otherwise.
func (o *IwotenantMaintenanceNotification) GetIwoIdOk() (*string, bool)
GetIwoIdOk returns a tuple with the IwoId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IwotenantMaintenanceNotification) SetIwoId(v string)
SetIwoId sets IwoId field to given value.
func (o *IwotenantMaintenanceNotification) HasIwoId() bool
HasIwoId returns a boolean if a field has been set.
func (o *IwotenantMaintenanceNotification) GetMaintenanceStartTime() time.Time
GetMaintenanceStartTime returns the MaintenanceStartTime field if non-nil, zero value otherwise.
func (o *IwotenantMaintenanceNotification) GetMaintenanceStartTimeOk() (*time.Time, bool)
GetMaintenanceStartTimeOk returns a tuple with the MaintenanceStartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IwotenantMaintenanceNotification) SetMaintenanceStartTime(v time.Time)
SetMaintenanceStartTime sets MaintenanceStartTime field to given value.
func (o *IwotenantMaintenanceNotification) HasMaintenanceStartTime() bool
HasMaintenanceStartTime returns a boolean if a field has been set.
func (o *IwotenantMaintenanceNotification) GetNtfnMessage() string
GetNtfnMessage returns the NtfnMessage field if non-nil, zero value otherwise.
func (o *IwotenantMaintenanceNotification) GetNtfnMessageOk() (*string, bool)
GetNtfnMessageOk returns a tuple with the NtfnMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IwotenantMaintenanceNotification) SetNtfnMessage(v string)
SetNtfnMessage sets NtfnMessage field to given value.
func (o *IwotenantMaintenanceNotification) HasNtfnMessage() bool
HasNtfnMessage returns a boolean if a field has been set.
func (o *IwotenantMaintenanceNotification) GetShowFromTime() time.Time
GetShowFromTime returns the ShowFromTime field if non-nil, zero value otherwise.
func (o *IwotenantMaintenanceNotification) GetShowFromTimeOk() (*time.Time, bool)
GetShowFromTimeOk returns a tuple with the ShowFromTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IwotenantMaintenanceNotification) SetShowFromTime(v time.Time)
SetShowFromTime sets ShowFromTime field to given value.
func (o *IwotenantMaintenanceNotification) HasShowFromTime() bool
HasShowFromTime returns a boolean if a field has been set.
func (o *IwotenantMaintenanceNotification) GetShowUntilTime() time.Time
GetShowUntilTime returns the ShowUntilTime field if non-nil, zero value otherwise.
func (o *IwotenantMaintenanceNotification) GetShowUntilTimeOk() (*time.Time, bool)
GetShowUntilTimeOk returns a tuple with the ShowUntilTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IwotenantMaintenanceNotification) SetShowUntilTime(v time.Time)
SetShowUntilTime sets ShowUntilTime field to given value.
func (o *IwotenantMaintenanceNotification) HasShowUntilTime() bool
HasShowUntilTime returns a boolean if a field has been set.
func (o *IwotenantMaintenanceNotification) GetAccount() IamAccountRelationship
GetAccount returns the Account field if non-nil, zero value otherwise.
func (o *IwotenantMaintenanceNotification) GetAccountOk() (*IamAccountRelationship, bool)
GetAccountOk returns a tuple with the Account field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IwotenantMaintenanceNotification) SetAccount(v IamAccountRelationship)
SetAccount sets Account field to given value.
func (o *IwotenantMaintenanceNotification) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (o *IwotenantMaintenanceNotification) SetAccountNil(b bool)
SetAccountNil sets the value for Account to be an explicit nil
func (o *IwotenantMaintenanceNotification) UnsetAccount()
UnsetAccount ensures that no value is present for Account, not even an explicit nil