Documentation ¶
Index ¶
- func OrgDeviceprofilesApDataSourceSchema(ctx context.Context) schema.Schema
- func SdkToTerraform(ctx context.Context, l []models.Deviceprofile) (basetypes.SetValue, diag.Diagnostics)
- type OrgDeviceprofilesApModel
- type OrgDeviceprofilesApType
- func (t OrgDeviceprofilesApType) Equal(o attr.Type) bool
- func (t OrgDeviceprofilesApType) String() string
- func (t OrgDeviceprofilesApType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t OrgDeviceprofilesApType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t OrgDeviceprofilesApType) ValueType(ctx context.Context) attr.Value
- type OrgDeviceprofilesApValue
- func NewOrgDeviceprofilesApValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgDeviceprofilesApValue, diag.Diagnostics)
- func NewOrgDeviceprofilesApValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OrgDeviceprofilesApValue
- func NewOrgDeviceprofilesApValueNull() OrgDeviceprofilesApValue
- func NewOrgDeviceprofilesApValueUnknown() OrgDeviceprofilesApValue
- func (v OrgDeviceprofilesApValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v OrgDeviceprofilesApValue) Equal(o attr.Value) bool
- func (v OrgDeviceprofilesApValue) IsNull() bool
- func (v OrgDeviceprofilesApValue) IsUnknown() bool
- func (v OrgDeviceprofilesApValue) String() string
- func (v OrgDeviceprofilesApValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v OrgDeviceprofilesApValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v OrgDeviceprofilesApValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SdkToTerraform ¶
func SdkToTerraform(ctx context.Context, l []models.Deviceprofile) (basetypes.SetValue, diag.Diagnostics)
Types ¶
type OrgDeviceprofilesApType ¶
type OrgDeviceprofilesApType struct {
basetypes.ObjectType
}
func (OrgDeviceprofilesApType) String ¶
func (t OrgDeviceprofilesApType) String() string
func (OrgDeviceprofilesApType) ValueFromObject ¶
func (t OrgDeviceprofilesApType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (OrgDeviceprofilesApType) ValueFromTerraform ¶
type OrgDeviceprofilesApValue ¶
type OrgDeviceprofilesApValue 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"` // contains filtered or unexported fields }
func NewOrgDeviceprofilesApValue ¶
func NewOrgDeviceprofilesApValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgDeviceprofilesApValue, diag.Diagnostics)
func NewOrgDeviceprofilesApValueNull ¶
func NewOrgDeviceprofilesApValueNull() OrgDeviceprofilesApValue
func NewOrgDeviceprofilesApValueUnknown ¶
func NewOrgDeviceprofilesApValueUnknown() OrgDeviceprofilesApValue
func (OrgDeviceprofilesApValue) AttributeTypes ¶
func (OrgDeviceprofilesApValue) IsNull ¶
func (v OrgDeviceprofilesApValue) IsNull() bool
func (OrgDeviceprofilesApValue) IsUnknown ¶
func (v OrgDeviceprofilesApValue) IsUnknown() bool
func (OrgDeviceprofilesApValue) String ¶
func (v OrgDeviceprofilesApValue) String() string
func (OrgDeviceprofilesApValue) ToObjectValue ¶
func (v OrgDeviceprofilesApValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (OrgDeviceprofilesApValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.