Skip to content

RosInstanceProps

Properties for defining a RosInstance.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Memcache;
new RosInstanceProps {
    object AutoRenew = null,
    object AutoRenewPeriod = null,
    object AutoUseCoupon = null,
    object BackupPolicy = null,
    object Capacity = null,
    object ChargeType = null,
    object Config = null,
    object CouponNo = null,
    object InstanceClass = null,
    object InstanceName = null,
    object NetworkType = null,
    object Password = null,
    object Period = null,
    object PrivateIpAddress = null,
    object ResourceGroupId = null,
    object VpcId = null,
    object VpcPasswordFree = null,
    object VSwitchId = null,
    object ZoneId = null
};

Properties

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

AutoRenewOptional

public object AutoRenew { get; set; }
  • Type: object

AutoRenewPeriodOptional

public object AutoRenewPeriod { get; set; }
  • Type: object

AutoUseCouponOptional

public object AutoUseCoupon { get; set; }
  • Type: object

BackupPolicyOptional

public object BackupPolicy { get; set; }
  • Type: object

CapacityOptional

public object Capacity { get; set; }
  • Type: object

ChargeTypeOptional

public object ChargeType { get; set; }
  • Type: object

ConfigOptional

public object Config { get; set; }
  • Type: object

CouponNoOptional

public object CouponNo { get; set; }
  • Type: object

InstanceClassOptional

public object InstanceClass { get; set; }
  • Type: object

InstanceNameOptional

public object InstanceName { get; set; }
  • Type: object

NetworkTypeOptional

public object NetworkType { get; set; }
  • Type: object

PasswordOptional

public object Password { get; set; }
  • Type: object

PeriodOptional

public object Period { get; set; }
  • Type: object

PrivateIpAddressOptional

public object PrivateIpAddress { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

VpcIdOptional

public object VpcId { get; set; }
  • Type: object

VpcPasswordFreeOptional

public object VpcPasswordFree { get; set; }
  • Type: object

VSwitchIdOptional

public object VSwitchId { get; set; }
  • Type: object

ZoneIdOptional

public object ZoneId { get; set; }
  • Type: object