Documentation
¶
Index ¶
- func OrgUsermacsDataSourceSchema(ctx context.Context) schema.Schema
- func SdkToTerraform(ctx context.Context, l *[]models.UserMac, elements *[]attr.Value) diag.Diagnostics
- type OrgUsermacsModel
- type OrgUsermacsType
- func (t OrgUsermacsType) Equal(o attr.Type) bool
- func (t OrgUsermacsType) String() string
- func (t OrgUsermacsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t OrgUsermacsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t OrgUsermacsType) ValueType(ctx context.Context) attr.Value
- type OrgUsermacsValue
- func NewOrgUsermacsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgUsermacsValue, diag.Diagnostics)
- func NewOrgUsermacsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OrgUsermacsValue
- func NewOrgUsermacsValueNull() OrgUsermacsValue
- func NewOrgUsermacsValueUnknown() OrgUsermacsValue
- func (v OrgUsermacsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v OrgUsermacsValue) Equal(o attr.Value) bool
- func (v OrgUsermacsValue) IsNull() bool
- func (v OrgUsermacsValue) IsUnknown() bool
- func (v OrgUsermacsValue) String() string
- func (v OrgUsermacsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v OrgUsermacsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v OrgUsermacsValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SdkToTerraform ¶
Types ¶
type OrgUsermacsModel ¶
type OrgUsermacsType ¶
type OrgUsermacsType struct {
basetypes.ObjectType
}
func (OrgUsermacsType) String ¶
func (t OrgUsermacsType) String() string
func (OrgUsermacsType) ValueFromObject ¶
func (t OrgUsermacsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (OrgUsermacsType) ValueFromTerraform ¶
type OrgUsermacsValue ¶
type OrgUsermacsValue struct { Id basetypes.StringValue `tfsdk:"id"` Labels basetypes.ListValue `tfsdk:"labels"` Mac basetypes.StringValue `tfsdk:"mac"` Name basetypes.StringValue `tfsdk:"name"` Notes basetypes.StringValue `tfsdk:"notes"` RadiusGroup basetypes.StringValue `tfsdk:"radius_group"` Vlan basetypes.StringValue `tfsdk:"vlan"` // contains filtered or unexported fields }
func NewOrgUsermacsValue ¶
func NewOrgUsermacsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgUsermacsValue, diag.Diagnostics)
func NewOrgUsermacsValueMust ¶
func NewOrgUsermacsValueNull ¶
func NewOrgUsermacsValueNull() OrgUsermacsValue
func NewOrgUsermacsValueUnknown ¶
func NewOrgUsermacsValueUnknown() OrgUsermacsValue
func (OrgUsermacsValue) AttributeTypes ¶
func (OrgUsermacsValue) IsNull ¶
func (v OrgUsermacsValue) IsNull() bool
func (OrgUsermacsValue) IsUnknown ¶
func (v OrgUsermacsValue) IsUnknown() bool
func (OrgUsermacsValue) String ¶
func (v OrgUsermacsValue) String() string
func (OrgUsermacsValue) ToObjectValue ¶
func (v OrgUsermacsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (OrgUsermacsValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.