Skip to content

RosInstanceProps

Properties for defining a RosInstance.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rocketmq5;
new RosInstanceProps {
    object InternetInfo,
    object ProductInfo,
    object SeriesCode,
    object SubSeriesCode,
    object VpcInfo,
    object AutoRenew = null,
    object AutoRenewPeriod = null,
    object InstanceName = null,
    object PaymentType = null,
    object Period = null,
    object PeriodUnit = null,
    object Remark = null,
    object ResourceGroupId = null
};

Properties

Name Type Description
InternetInfo object No description.
ProductInfo object No description.
SeriesCode object No description.
SubSeriesCode object No description.
VpcInfo object No description.
AutoRenew object No description.
AutoRenewPeriod object No description.
InstanceName object No description.
PaymentType object No description.
Period object No description.
PeriodUnit object No description.
Remark object No description.
ResourceGroupId object No description.

InternetInfoRequired

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

ProductInfoRequired

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

SeriesCodeRequired

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

SubSeriesCodeRequired

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

VpcInfoRequired

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

AutoRenewOptional

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

AutoRenewPeriodOptional

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

InstanceNameOptional

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

PaymentTypeOptional

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

PeriodOptional

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

PeriodUnitOptional

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

RemarkOptional

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

ResourceGroupIdOptional

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