Documentation ¶
Index ¶
- Variables
- type ClusterIntent
- func (*ClusterIntent) Descriptor() ([]byte, []int)deprecated
- func (x *ClusterIntent) GetPasswordSecret() *schema.PackageRef
- func (x *ClusterIntent) GetServer() *schema.PackageRef
- func (*ClusterIntent) ProtoMessage()
- func (x *ClusterIntent) ProtoReflect() protoreflect.Message
- func (x *ClusterIntent) Reset()
- func (x *ClusterIntent) String() string
- type DatabaseIntent
Constants ¶
This section is empty.
Variables ¶
View Source
var File_library_oss_redis_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ClusterIntent ¶ added in v0.0.122
type ClusterIntent struct { // If set, overrides the server package used to instantiate the local database cluster. Server *schema.PackageRef `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"` // If set, overrides the root password used to access the cluster. PasswordSecret *schema.PackageRef `protobuf:"bytes,2,opt,name=password_secret,json=passwordSecret,proto3" json:"password_secret,omitempty"` // contains filtered or unexported fields }
func (*ClusterIntent) Descriptor
deprecated
added in
v0.0.122
func (*ClusterIntent) Descriptor() ([]byte, []int)
Deprecated: Use ClusterIntent.ProtoReflect.Descriptor instead.
func (*ClusterIntent) GetPasswordSecret ¶ added in v0.0.122
func (x *ClusterIntent) GetPasswordSecret() *schema.PackageRef
func (*ClusterIntent) GetServer ¶ added in v0.0.122
func (x *ClusterIntent) GetServer() *schema.PackageRef
func (*ClusterIntent) ProtoMessage ¶ added in v0.0.122
func (*ClusterIntent) ProtoMessage()
func (*ClusterIntent) ProtoReflect ¶ added in v0.0.122
func (x *ClusterIntent) ProtoReflect() protoreflect.Message
func (*ClusterIntent) Reset ¶ added in v0.0.122
func (x *ClusterIntent) Reset()
func (*ClusterIntent) String ¶ added in v0.0.122
func (x *ClusterIntent) String() string
type DatabaseIntent ¶
type DatabaseIntent struct { Database int32 `protobuf:"varint,1,opt,name=database,proto3" json:"database,omitempty"` // contains filtered or unexported fields }
func (*DatabaseIntent) Descriptor
deprecated
func (*DatabaseIntent) Descriptor() ([]byte, []int)
Deprecated: Use DatabaseIntent.ProtoReflect.Descriptor instead.
func (*DatabaseIntent) GetDatabase ¶
func (x *DatabaseIntent) GetDatabase() int32
func (*DatabaseIntent) ProtoMessage ¶
func (*DatabaseIntent) ProtoMessage()
func (*DatabaseIntent) ProtoReflect ¶
func (x *DatabaseIntent) ProtoReflect() protoreflect.Message
func (*DatabaseIntent) Reset ¶
func (x *DatabaseIntent) Reset()
func (*DatabaseIntent) String ¶
func (x *DatabaseIntent) String() string
Click to show internal directories.
Click to hide internal directories.