Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSPTagRequest ¶ added in v1.1.0
type CSPTagResponse ¶ added in v1.1.0
type MaintenanceWindow ¶
type MaintenanceWindow struct { IsEnabled *bool `json:"isEnabled,omitempty" mapstructure:"isEnabled"` // The day of week, 0 represents Sunday, 1 is Monday, and so on. StartDay *float64 `json:"startDay,omitempty" mapstructure:"startDay"` StartTime *string `json:"startTime,omitempty" mapstructure:"startTime"` }
type Tag ¶ added in v1.1.0
type Tag struct { Color *string `json:"color,omitempty" tfsdk:"color" mapstructure:"color"` TagId string `json:"tagId" tfsdk:"tag_id" mapstructure:"tag_id"` TagName string `json:"tagName" tfsdk:"tag_name" mapstructure:"tag_name"` }
mapstructure annotations are used by faraway away replica only and should be removed once we migrate faraway replica resouce to terraform plugin framework
type TagRequest ¶ added in v1.1.0
type TagResponse ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.