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 DryRun = null,
object EnableInstanceOps = null,
object EnableUserPrometheus = null,
object OperationName = null,
object Parameters = null,
object PredefinedParameterName = null,
object ResourceAutoPay = null,
object ResourceGroupId = null,
object ServiceInstanceName = 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. |
DryRun | object | No description. |
EnableInstanceOps | object | No description. |
EnableUserPrometheus | object | No description. |
OperationName | object | No description. |
Parameters | object | No description. |
PredefinedParameterName | object | No description. |
ResourceAutoPay | object | No description. |
ResourceGroupId | object | No description. |
ServiceInstanceName | 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
DryRunOptional
public object DryRun { get; set; }
- Type: object
EnableInstanceOpsOptional
public object EnableInstanceOps { get; set; }
- Type: object
EnableUserPrometheusOptional
public object EnableUserPrometheus { 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
ResourceAutoPayOptional
public object ResourceAutoPay { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
ServiceInstanceNameOptional
public object ServiceInstanceName { get; set; }
- Type: object
SpecificationCodeOptional
public object SpecificationCode { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
TemplateNameOptional
public object TemplateName { get; set; }
- Type: object