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. |
Service
Required
public object Service { get; set; }
- Type: object
Commodity
Optional
public object Commodity { get; set; }
- Type: object
ContactGroup
Optional
public object ContactGroup { get; set; }
- Type: object
EnableInstanceOps
Optional
public object EnableInstanceOps { get; set; }
- Type: object
EnableUserPrometheus
Optional
public object EnableUserPrometheus { get; set; }
- Type: object
MarketInstanceId
Optional
public object MarketInstanceId { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
OperationName
Optional
public object OperationName { get; set; }
- Type: object
Parameters
Optional
public object Parameters { get; set; }
- Type: object
PredefinedParameterName
Optional
public object PredefinedParameterName { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SpecificationCode
Optional
public object SpecificationCode { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
TemplateName
Optional
public object TemplateName { get; set; }
- Type: object