Documentation
¶
Index ¶
- func NetworkFlowReportsDataSourceSchema(ctx context.Context) schema.Schema
- type NetworkFlowReportsModel
- type NetworkFlowReportsType
- func (t NetworkFlowReportsType) Equal(o attr.Type) bool
- func (t NetworkFlowReportsType) String() string
- func (t NetworkFlowReportsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t NetworkFlowReportsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t NetworkFlowReportsType) ValueType(ctx context.Context) attr.Value
- type NetworkFlowReportsValue
- func NewNetworkFlowReportsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (NetworkFlowReportsValue, diag.Diagnostics)
- func NewNetworkFlowReportsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) NetworkFlowReportsValue
- func NewNetworkFlowReportsValueNull() NetworkFlowReportsValue
- func NewNetworkFlowReportsValueUnknown() NetworkFlowReportsValue
- func (v NetworkFlowReportsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v NetworkFlowReportsValue) Equal(o attr.Value) bool
- func (v NetworkFlowReportsValue) IsNull() bool
- func (v NetworkFlowReportsValue) IsUnknown() bool
- func (v NetworkFlowReportsValue) String() string
- func (v NetworkFlowReportsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v NetworkFlowReportsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v NetworkFlowReportsValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NetworkFlowReportsModel ¶
type NetworkFlowReportsType ¶
type NetworkFlowReportsType struct {
basetypes.ObjectType
}
func (NetworkFlowReportsType) String ¶
func (t NetworkFlowReportsType) String() string
func (NetworkFlowReportsType) ValueFromObject ¶
func (t NetworkFlowReportsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (NetworkFlowReportsType) ValueFromTerraform ¶
type NetworkFlowReportsValue ¶
type NetworkFlowReportsValue struct {
CreatedAt basetypes.StringValue `tfsdk:"created_at"`
CreatedByToken basetypes.StringValue `tfsdk:"created_by_token"`
DateInterval basetypes.StringValue `tfsdk:"date_interval"`
Default basetypes.BoolValue `tfsdk:"default"`
EndDate basetypes.StringValue `tfsdk:"end_date"`
Filter basetypes.StringValue `tfsdk:"filter"`
FlowDirection basetypes.StringValue `tfsdk:"flow_direction"`
FlowWeight basetypes.StringValue `tfsdk:"flow_weight"`
Groupings basetypes.StringValue `tfsdk:"groupings"`
Id basetypes.StringValue `tfsdk:"id"`
StartDate basetypes.StringValue `tfsdk:"start_date"`
Title basetypes.StringValue `tfsdk:"title"`
Token basetypes.StringValue `tfsdk:"token"`
WorkspaceToken basetypes.StringValue `tfsdk:"workspace_token"`
// contains filtered or unexported fields
}
func NewNetworkFlowReportsValue ¶
func NewNetworkFlowReportsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (NetworkFlowReportsValue, diag.Diagnostics)
func NewNetworkFlowReportsValueNull ¶
func NewNetworkFlowReportsValueNull() NetworkFlowReportsValue
func NewNetworkFlowReportsValueUnknown ¶
func NewNetworkFlowReportsValueUnknown() NetworkFlowReportsValue
func (NetworkFlowReportsValue) AttributeTypes ¶
func (NetworkFlowReportsValue) IsNull ¶
func (v NetworkFlowReportsValue) IsNull() bool
func (NetworkFlowReportsValue) IsUnknown ¶
func (v NetworkFlowReportsValue) IsUnknown() bool
func (NetworkFlowReportsValue) String ¶
func (v NetworkFlowReportsValue) String() string
func (NetworkFlowReportsValue) ToObjectValue ¶
func (v NetworkFlowReportsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (NetworkFlowReportsValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.