Documentation ¶
Index ¶
- type CacheAttributes
- type CacheAttributesAttributes
- func (ca CacheAttributesAttributes) CacheStaleTimeoutInSeconds() terra.NumberValue
- func (ca CacheAttributesAttributes) InternalRef() (terra.Reference, error)
- func (ca CacheAttributesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ca CacheAttributesAttributes) InternalWithRef(ref terra.Reference) CacheAttributesAttributes
- type CacheAttributesState
- type NfsFileShareDefaults
- type NfsFileShareDefaultsAttributes
- func (nfsd NfsFileShareDefaultsAttributes) DirectoryMode() terra.StringValue
- func (nfsd NfsFileShareDefaultsAttributes) FileMode() terra.StringValue
- func (nfsd NfsFileShareDefaultsAttributes) GroupId() terra.StringValue
- func (nfsd NfsFileShareDefaultsAttributes) InternalRef() (terra.Reference, error)
- func (nfsd NfsFileShareDefaultsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (nfsd NfsFileShareDefaultsAttributes) InternalWithRef(ref terra.Reference) NfsFileShareDefaultsAttributes
- func (nfsd NfsFileShareDefaultsAttributes) OwnerId() terra.StringValue
- type NfsFileShareDefaultsState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheAttributes ¶
type CacheAttributes struct { // CacheStaleTimeoutInSeconds: number, optional CacheStaleTimeoutInSeconds terra.NumberValue `hcl:"cache_stale_timeout_in_seconds,attr"` }
type CacheAttributesAttributes ¶
type CacheAttributesAttributes struct {
// contains filtered or unexported fields
}
func (CacheAttributesAttributes) CacheStaleTimeoutInSeconds ¶
func (ca CacheAttributesAttributes) CacheStaleTimeoutInSeconds() terra.NumberValue
func (CacheAttributesAttributes) InternalRef ¶
func (ca CacheAttributesAttributes) InternalRef() (terra.Reference, error)
func (CacheAttributesAttributes) InternalTokens ¶
func (ca CacheAttributesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CacheAttributesAttributes) InternalWithRef ¶
func (ca CacheAttributesAttributes) InternalWithRef(ref terra.Reference) CacheAttributesAttributes
type CacheAttributesState ¶
type CacheAttributesState struct {
CacheStaleTimeoutInSeconds float64 `json:"cache_stale_timeout_in_seconds"`
}
type NfsFileShareDefaults ¶
type NfsFileShareDefaults struct { terra.StringValue `hcl:"directory_mode,attr"` FileMode terra.StringValue `hcl:"file_mode,attr"` GroupId terra.StringValue `hcl:"group_id,attr"` OwnerId terra.StringValue `hcl:"owner_id,attr"` }DirectoryMode
type NfsFileShareDefaultsAttributes ¶
type NfsFileShareDefaultsAttributes struct {
// contains filtered or unexported fields
}
func (NfsFileShareDefaultsAttributes) DirectoryMode ¶
func (nfsd NfsFileShareDefaultsAttributes) DirectoryMode() terra.StringValue
func (NfsFileShareDefaultsAttributes) FileMode ¶
func (nfsd NfsFileShareDefaultsAttributes) FileMode() terra.StringValue
func (NfsFileShareDefaultsAttributes) GroupId ¶
func (nfsd NfsFileShareDefaultsAttributes) GroupId() terra.StringValue
func (NfsFileShareDefaultsAttributes) InternalRef ¶
func (nfsd NfsFileShareDefaultsAttributes) InternalRef() (terra.Reference, error)
func (NfsFileShareDefaultsAttributes) InternalTokens ¶
func (nfsd NfsFileShareDefaultsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (NfsFileShareDefaultsAttributes) InternalWithRef ¶
func (nfsd NfsFileShareDefaultsAttributes) InternalWithRef(ref terra.Reference) NfsFileShareDefaultsAttributes
func (NfsFileShareDefaultsAttributes) OwnerId ¶
func (nfsd NfsFileShareDefaultsAttributes) OwnerId() terra.StringValue
type NfsFileShareDefaultsState ¶
type NfsFileShareDefaultsState struct {}
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.