Documentation
¶
Index ¶
- type DataProtectionReplication
- type DataProtectionReplicationAttributes
- func (dpr DataProtectionReplicationAttributes) EndpointType() terra.StringValue
- func (dpr DataProtectionReplicationAttributes) InternalRef() (terra.Reference, error)
- func (dpr DataProtectionReplicationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dpr DataProtectionReplicationAttributes) InternalWithRef(ref terra.Reference) DataProtectionReplicationAttributes
- func (dpr DataProtectionReplicationAttributes) RemoteVolumeLocation() terra.StringValue
- func (dpr DataProtectionReplicationAttributes) RemoteVolumeResourceId() terra.StringValue
- func (dpr DataProtectionReplicationAttributes) ReplicationFrequency() terra.StringValue
- type DataProtectionReplicationState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataProtectionReplication ¶
type DataProtectionReplication struct{}
type DataProtectionReplicationAttributes ¶
type DataProtectionReplicationAttributes struct {
// contains filtered or unexported fields
}
func (DataProtectionReplicationAttributes) EndpointType ¶
func (dpr DataProtectionReplicationAttributes) EndpointType() terra.StringValue
func (DataProtectionReplicationAttributes) InternalRef ¶
func (dpr DataProtectionReplicationAttributes) InternalRef() (terra.Reference, error)
func (DataProtectionReplicationAttributes) InternalTokens ¶
func (dpr DataProtectionReplicationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataProtectionReplicationAttributes) InternalWithRef ¶
func (dpr DataProtectionReplicationAttributes) InternalWithRef(ref terra.Reference) DataProtectionReplicationAttributes
func (DataProtectionReplicationAttributes) RemoteVolumeLocation ¶
func (dpr DataProtectionReplicationAttributes) RemoteVolumeLocation() terra.StringValue
func (DataProtectionReplicationAttributes) RemoteVolumeResourceId ¶
func (dpr DataProtectionReplicationAttributes) RemoteVolumeResourceId() terra.StringValue
func (DataProtectionReplicationAttributes) ReplicationFrequency ¶
func (dpr DataProtectionReplicationAttributes) ReplicationFrequency() terra.StringValue
type Timeouts ¶
type Timeouts struct { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
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) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
type TimeoutsState ¶
type TimeoutsState struct {
Read string `json:"read"`
}
Click to show internal directories.
Click to hide internal directories.