Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConsistencyModeRelaxed = "relaxed" ConsistencyModeStrict = "strict" ConsistencyModeUnset = "unset" RatelimiterCountersModeAggregated = "aggregated" RatelimiterCountersModeDetailed = "detailed" RatelimiterCountersModeUnset = "unset" )
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler(authCreds auth.YdbCredentials) resources.Handler
func ResourceToNodeConfig ¶
func ResourceToNodeConfig(resource *Resource) coordination.NodeConfig
Types ¶
type Resource ¶
type Resource struct { Entity *helpers.YDBEntity FullPath string Path string DatabaseEndpoint string DatabasePath string SelfCheckPeriodMillis int SessionGracePeriodMillis int ReadConsistencyMode coordination.ConsistencyMode AttachConsistencyMode coordination.ConsistencyMode RatelimiterCountersMode coordination.RatelimiterCountersMode }
func ResourceSchemaToCoordinationResource ¶
func ResourceSchemaToCoordinationResource(d *schema.ResourceData) (*Resource, error)
Click to show internal directories.
Click to hide internal directories.