Documentation ¶
Index ¶
- func SdkToTerraform(ctx context.Context, l *[]models.Psk, elements *[]attr.Value) diag.Diagnostics
- func SitePsksDataSourceSchema(ctx context.Context) schema.Schema
- type SitePsksModel
- type SitePsksType
- func (t SitePsksType) Equal(o attr.Type) bool
- func (t SitePsksType) String() string
- func (t SitePsksType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t SitePsksType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t SitePsksType) ValueType(ctx context.Context) attr.Value
- type SitePsksValue
- func NewSitePsksValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (SitePsksValue, diag.Diagnostics)
- func NewSitePsksValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SitePsksValue
- func NewSitePsksValueNull() SitePsksValue
- func NewSitePsksValueUnknown() SitePsksValue
- func (v SitePsksValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v SitePsksValue) Equal(o attr.Value) bool
- func (v SitePsksValue) IsNull() bool
- func (v SitePsksValue) IsUnknown() bool
- func (v SitePsksValue) String() string
- func (v SitePsksValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v SitePsksValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v SitePsksValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SdkToTerraform ¶
Types ¶
type SitePsksModel ¶
type SitePsksType ¶
type SitePsksType struct {
basetypes.ObjectType
}
func (SitePsksType) String ¶
func (t SitePsksType) String() string
func (SitePsksType) ValueFromObject ¶
func (t SitePsksType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (SitePsksType) ValueFromTerraform ¶
type SitePsksValue ¶
type SitePsksValue struct { AdminSsoId basetypes.StringValue `tfsdk:"admin_sso_id"` CreatedTime basetypes.NumberValue `tfsdk:"created_time"` Email basetypes.StringValue `tfsdk:"email"` ExpireTime basetypes.Int64Value `tfsdk:"expire_time"` ExpiryNotificationTime basetypes.Int64Value `tfsdk:"expiry_notification_time"` Id basetypes.StringValue `tfsdk:"id"` Mac basetypes.StringValue `tfsdk:"mac"` ModifiedTime basetypes.NumberValue `tfsdk:"modified_time"` Name basetypes.StringValue `tfsdk:"name"` Note basetypes.StringValue `tfsdk:"note"` NotifyExpiry basetypes.BoolValue `tfsdk:"notify_expiry"` NotifyOnCreateOrEdit basetypes.BoolValue `tfsdk:"notify_on_create_or_edit"` OldPassphrase basetypes.StringValue `tfsdk:"old_passphrase"` OrgId basetypes.StringValue `tfsdk:"org_id"` Passphrase basetypes.StringValue `tfsdk:"passphrase"` Role basetypes.StringValue `tfsdk:"role"` SiteId basetypes.StringValue `tfsdk:"site_id"` Ssid basetypes.StringValue `tfsdk:"ssid"` Usage basetypes.StringValue `tfsdk:"usage"` VlanId basetypes.StringValue `tfsdk:"vlan_id"` // contains filtered or unexported fields }
func NewSitePsksValue ¶
func NewSitePsksValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (SitePsksValue, diag.Diagnostics)
func NewSitePsksValueMust ¶
func NewSitePsksValueNull ¶
func NewSitePsksValueNull() SitePsksValue
func NewSitePsksValueUnknown ¶
func NewSitePsksValueUnknown() SitePsksValue
func (SitePsksValue) AttributeTypes ¶
func (SitePsksValue) IsNull ¶
func (v SitePsksValue) IsNull() bool
func (SitePsksValue) IsUnknown ¶
func (v SitePsksValue) IsUnknown() bool
func (SitePsksValue) String ¶
func (v SitePsksValue) String() string
func (SitePsksValue) ToObjectValue ¶
func (v SitePsksValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (SitePsksValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.