Skip to content

RosServiceInstanceProps

Properties for defining a RosServiceInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-computenest-serviceinstance

Initializer

using AlibabaCloud.SDK.ROS.CDK.Computenest;
new RosServiceInstanceProps {
    object Service,
    object Commodity = null,
    object ContactGroup = null,
    object EnableInstanceOps = null,
    object EnableUserPrometheus = null,
    object MarketInstanceId = null,
    object Name = null,
    object OperationName = null,
    object Parameters = null,
    object PredefinedParameterName = null,
    object ResourceGroupId = null,
    object SpecificationCode = null,
    TagsProperty[] Tags = null,
    object TemplateName = null
};

Properties

Name Type Description
Service object No description.
Commodity object No description.
ContactGroup object No description.
EnableInstanceOps object No description.
EnableUserPrometheus object No description.
MarketInstanceId object No description.
Name object No description.
OperationName object No description.
Parameters object No description.
PredefinedParameterName object No description.
ResourceGroupId object No description.
SpecificationCode object No description.
Tags TagsProperty[] No description.
TemplateName object No description.

ServiceRequired

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

CommodityOptional

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

ContactGroupOptional

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

EnableInstanceOpsOptional

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

EnableUserPrometheusOptional

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

MarketInstanceIdOptional

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

NameOptional

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

OperationNameOptional

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

ParametersOptional

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

PredefinedParameterNameOptional

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

ResourceGroupIdOptional

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

SpecificationCodeOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

TemplateNameOptional

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