Documentation ¶
Index ¶
- func OrgSitegroupsDataSourceSchema(ctx context.Context) schema.Schema
- func SdkToTerraform(ctx context.Context, l []models.Sitegroup) (basetypes.SetValue, diag.Diagnostics)
- type OrgSitegroupsModel
- type OrgSitegroupsType
- func (t OrgSitegroupsType) Equal(o attr.Type) bool
- func (t OrgSitegroupsType) String() string
- func (t OrgSitegroupsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t OrgSitegroupsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t OrgSitegroupsType) ValueType(ctx context.Context) attr.Value
- type OrgSitegroupsValue
- func NewOrgSitegroupsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgSitegroupsValue, diag.Diagnostics)
- func NewOrgSitegroupsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OrgSitegroupsValue
- func NewOrgSitegroupsValueNull() OrgSitegroupsValue
- func NewOrgSitegroupsValueUnknown() OrgSitegroupsValue
- func (v OrgSitegroupsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v OrgSitegroupsValue) Equal(o attr.Value) bool
- func (v OrgSitegroupsValue) IsNull() bool
- func (v OrgSitegroupsValue) IsUnknown() bool
- func (v OrgSitegroupsValue) String() string
- func (v OrgSitegroupsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v OrgSitegroupsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v OrgSitegroupsValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SdkToTerraform ¶
Types ¶
type OrgSitegroupsModel ¶
type OrgSitegroupsType ¶
type OrgSitegroupsType struct {
basetypes.ObjectType
}
func (OrgSitegroupsType) String ¶
func (t OrgSitegroupsType) String() string
func (OrgSitegroupsType) ValueFromObject ¶
func (t OrgSitegroupsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (OrgSitegroupsType) ValueFromTerraform ¶
type OrgSitegroupsValue ¶
type OrgSitegroupsValue struct { CreatedTime basetypes.NumberValue `tfsdk:"created_time"` Id basetypes.StringValue `tfsdk:"id"` ModifiedTime basetypes.NumberValue `tfsdk:"modified_time"` Name basetypes.StringValue `tfsdk:"name"` OrgId basetypes.StringValue `tfsdk:"org_id"` SiteIds basetypes.ListValue `tfsdk:"site_ids"` // contains filtered or unexported fields }
func NewOrgSitegroupsValue ¶
func NewOrgSitegroupsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgSitegroupsValue, diag.Diagnostics)
func NewOrgSitegroupsValueNull ¶
func NewOrgSitegroupsValueNull() OrgSitegroupsValue
func NewOrgSitegroupsValueUnknown ¶
func NewOrgSitegroupsValueUnknown() OrgSitegroupsValue
func (OrgSitegroupsValue) AttributeTypes ¶
func (OrgSitegroupsValue) IsNull ¶
func (v OrgSitegroupsValue) IsNull() bool
func (OrgSitegroupsValue) IsUnknown ¶
func (v OrgSitegroupsValue) IsUnknown() bool
func (OrgSitegroupsValue) String ¶
func (v OrgSitegroupsValue) String() string
func (OrgSitegroupsValue) ToObjectValue ¶
func (v OrgSitegroupsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (OrgSitegroupsValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.