Skip to content

RosInstanceProps

Properties for defining a RosInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-redis-instance

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkredis"
&alicloudroscdkredis.RosInstanceProps {
    AutoRenewDuration: interface{},
    BackupPolicy: interface{},
    ChargeType: interface{},
    Connections: interface{},
    DeletionForce: interface{},
    DeletionProtection: interface{},
    EngineVersion: interface{},
    EvictionPolicy: interface{},
    InstanceClass: interface{},
    InstanceMaintainTime: interface{},
    InstanceName: interface{},
    NodeType: interface{},
    Password: interface{},
    Period: interface{},
    PeriodUnit: interface{},
    ProductType: interface{},
    ResourceGroupId: interface{},
    SecondaryZoneId: interface{},
    SecurityGroupId: interface{},
    ShardCount: interface{},
    SslEnabled: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkredis.RosInstance.TagsProperty,
    TairConfig: interface{},
    VpcId: interface{},
    VpcPasswordFree: interface{},
    VSwitchId: interface{},
    ZoneId: interface{},
}

Properties

Name Type Description
AutoRenewDuration interface{} No description.
BackupPolicy interface{} No description.
ChargeType interface{} No description.
Connections interface{} No description.
DeletionForce interface{} No description.
DeletionProtection interface{} No description.
EngineVersion interface{} No description.
EvictionPolicy interface{} No description.
InstanceClass interface{} No description.
InstanceMaintainTime interface{} No description.
InstanceName interface{} No description.
NodeType interface{} No description.
Password interface{} No description.
Period interface{} No description.
PeriodUnit interface{} No description.
ProductType interface{} No description.
ResourceGroupId interface{} No description.
SecondaryZoneId interface{} No description.
SecurityGroupId interface{} No description.
ShardCount interface{} No description.
SslEnabled interface{} No description.
Tags *[]TagsProperty No description.
TairConfig interface{} No description.
VpcId interface{} No description.
VpcPasswordFree interface{} No description.
VSwitchId interface{} No description.
ZoneId interface{} No description.

AutoRenewDurationOptional

AutoRenewDuration interface{}
  • Type: interface{}

BackupPolicyOptional

BackupPolicy interface{}
  • Type: interface{}

ChargeTypeOptional

ChargeType interface{}
  • Type: interface{}

ConnectionsOptional

Connections interface{}
  • Type: interface{}

DeletionForceOptional

DeletionForce interface{}
  • Type: interface{}

DeletionProtectionOptional

DeletionProtection interface{}
  • Type: interface{}

EngineVersionOptional

EngineVersion interface{}
  • Type: interface{}

EvictionPolicyOptional

EvictionPolicy interface{}
  • Type: interface{}

InstanceClassOptional

InstanceClass interface{}
  • Type: interface{}

InstanceMaintainTimeOptional

InstanceMaintainTime interface{}
  • Type: interface{}

InstanceNameOptional

InstanceName interface{}
  • Type: interface{}

NodeTypeOptional

NodeType interface{}
  • Type: interface{}

PasswordOptional

Password interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PeriodUnitOptional

PeriodUnit interface{}
  • Type: interface{}

ProductTypeOptional

ProductType interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SecondaryZoneIdOptional

SecondaryZoneId interface{}
  • Type: interface{}

SecurityGroupIdOptional

SecurityGroupId interface{}
  • Type: interface{}

ShardCountOptional

ShardCount interface{}
  • Type: interface{}

SslEnabledOptional

SslEnabled interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

TairConfigOptional

TairConfig interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VpcPasswordFreeOptional

VpcPasswordFree interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}