Documentation ¶
Index ¶
- func OrgDeviceprofilesGatewayDataSourceSchema(ctx context.Context) schema.Schema
- func SdkToTerraform(ctx context.Context, l []models.ListOrgDeviceProfilesResponse) (basetypes.SetValue, diag.Diagnostics)
- type OrgDeviceprofilesGatewayModel
- type OrgDeviceprofilesGatewayType
- func (t OrgDeviceprofilesGatewayType) Equal(o attr.Type) bool
- func (t OrgDeviceprofilesGatewayType) String() string
- func (t OrgDeviceprofilesGatewayType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t OrgDeviceprofilesGatewayType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t OrgDeviceprofilesGatewayType) ValueType(ctx context.Context) attr.Value
- type OrgDeviceprofilesGatewayValue
- func NewOrgDeviceprofilesGatewayValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgDeviceprofilesGatewayValue, diag.Diagnostics)
- func NewOrgDeviceprofilesGatewayValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OrgDeviceprofilesGatewayValue
- func NewOrgDeviceprofilesGatewayValueNull() OrgDeviceprofilesGatewayValue
- func NewOrgDeviceprofilesGatewayValueUnknown() OrgDeviceprofilesGatewayValue
- func (v OrgDeviceprofilesGatewayValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v OrgDeviceprofilesGatewayValue) Equal(o attr.Value) bool
- func (v OrgDeviceprofilesGatewayValue) IsNull() bool
- func (v OrgDeviceprofilesGatewayValue) IsUnknown() bool
- func (v OrgDeviceprofilesGatewayValue) String() string
- func (v OrgDeviceprofilesGatewayValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v OrgDeviceprofilesGatewayValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v OrgDeviceprofilesGatewayValue) 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.ListOrgDeviceProfilesResponse) (basetypes.SetValue, diag.Diagnostics)
Types ¶
type OrgDeviceprofilesGatewayType ¶
type OrgDeviceprofilesGatewayType struct {
basetypes.ObjectType
}
func (OrgDeviceprofilesGatewayType) Equal ¶
func (t OrgDeviceprofilesGatewayType) Equal(o attr.Type) bool
func (OrgDeviceprofilesGatewayType) String ¶
func (t OrgDeviceprofilesGatewayType) String() string
func (OrgDeviceprofilesGatewayType) ValueFromObject ¶
func (t OrgDeviceprofilesGatewayType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (OrgDeviceprofilesGatewayType) ValueFromTerraform ¶
type OrgDeviceprofilesGatewayValue ¶
type OrgDeviceprofilesGatewayValue 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 NewOrgDeviceprofilesGatewayValue ¶
func NewOrgDeviceprofilesGatewayValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgDeviceprofilesGatewayValue, diag.Diagnostics)
func NewOrgDeviceprofilesGatewayValueNull ¶
func NewOrgDeviceprofilesGatewayValueNull() OrgDeviceprofilesGatewayValue
func NewOrgDeviceprofilesGatewayValueUnknown ¶
func NewOrgDeviceprofilesGatewayValueUnknown() OrgDeviceprofilesGatewayValue
func (OrgDeviceprofilesGatewayValue) AttributeTypes ¶
func (OrgDeviceprofilesGatewayValue) Equal ¶
func (v OrgDeviceprofilesGatewayValue) Equal(o attr.Value) bool
func (OrgDeviceprofilesGatewayValue) IsNull ¶
func (v OrgDeviceprofilesGatewayValue) IsNull() bool
func (OrgDeviceprofilesGatewayValue) IsUnknown ¶
func (v OrgDeviceprofilesGatewayValue) IsUnknown() bool
func (OrgDeviceprofilesGatewayValue) String ¶
func (v OrgDeviceprofilesGatewayValue) String() string
func (OrgDeviceprofilesGatewayValue) ToObjectValue ¶
func (v OrgDeviceprofilesGatewayValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (OrgDeviceprofilesGatewayValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.