Skip to content

RosServiceInstanceProps

Properties for defining a RosServiceInstance.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcomputenest"
&alicloudroscdkcomputenest.RosServiceInstanceProps {
    Service: interface{},
    Commodity: interface{},
    ContactGroup: interface{},
    EnableInstanceOps: interface{},
    EnableUserPrometheus: interface{},
    MarketInstanceId: interface{},
    Name: interface{},
    OperationName: interface{},
    Parameters: interface{},
    PredefinedParameterName: interface{},
    ResourceGroupId: interface{},
    SpecificationCode: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkcomputenest.RosServiceInstance.TagsProperty,
    TemplateName: interface{},
}

Properties

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

ServiceRequired

Service interface{}
  • Type: interface{}

CommodityOptional

Commodity interface{}
  • Type: interface{}

ContactGroupOptional

ContactGroup interface{}
  • Type: interface{}

EnableInstanceOpsOptional

EnableInstanceOps interface{}
  • Type: interface{}

EnableUserPrometheusOptional

EnableUserPrometheus interface{}
  • Type: interface{}

MarketInstanceIdOptional

MarketInstanceId interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}

OperationNameOptional

OperationName interface{}
  • Type: interface{}

ParametersOptional

Parameters interface{}
  • Type: interface{}

PredefinedParameterNameOptional

PredefinedParameterName interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SpecificationCodeOptional

SpecificationCode interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

TemplateNameOptional

TemplateName interface{}
  • Type: interface{}