Skip to content

RosInstanceProps

Properties for defining a RosInstance.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmemcache"
&alicloudroscdkmemcache.RosInstanceProps {
    AutoRenew: interface{},
    AutoRenewPeriod: interface{},
    AutoUseCoupon: interface{},
    BackupPolicy: interface{},
    Capacity: interface{},
    ChargeType: interface{},
    Config: interface{},
    CouponNo: interface{},
    InstanceClass: interface{},
    InstanceName: interface{},
    NetworkType: interface{},
    Password: interface{},
    Period: interface{},
    PrivateIpAddress: interface{},
    ResourceGroupId: interface{},
    VpcId: interface{},
    VpcPasswordFree: interface{},
    VSwitchId: interface{},
    ZoneId: interface{},
}

Properties

Name Type Description
AutoRenew interface{} No description.
AutoRenewPeriod interface{} No description.
AutoUseCoupon interface{} No description.
BackupPolicy interface{} No description.
Capacity interface{} No description.
ChargeType interface{} No description.
Config interface{} No description.
CouponNo interface{} No description.
InstanceClass interface{} No description.
InstanceName interface{} No description.
NetworkType interface{} No description.
Password interface{} No description.
Period interface{} No description.
PrivateIpAddress interface{} No description.
ResourceGroupId interface{} No description.
VpcId interface{} No description.
VpcPasswordFree interface{} No description.
VSwitchId interface{} No description.
ZoneId interface{} No description.

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

AutoRenewPeriodOptional

AutoRenewPeriod interface{}
  • Type: interface{}

AutoUseCouponOptional

AutoUseCoupon interface{}
  • Type: interface{}

BackupPolicyOptional

BackupPolicy interface{}
  • Type: interface{}

CapacityOptional

Capacity interface{}
  • Type: interface{}

ChargeTypeOptional

ChargeType interface{}
  • Type: interface{}

ConfigOptional

Config interface{}
  • Type: interface{}

CouponNoOptional

CouponNo interface{}
  • Type: interface{}

InstanceClassOptional

InstanceClass interface{}
  • Type: interface{}

InstanceNameOptional

InstanceName interface{}
  • Type: interface{}

NetworkTypeOptional

NetworkType interface{}
  • Type: interface{}

PasswordOptional

Password interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PrivateIpAddressOptional

PrivateIpAddress interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VpcPasswordFreeOptional

VpcPasswordFree interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}