Skip to content

ServiceConfigsProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkemr"
&alicloudroscdkemr.ServiceConfigsProperty {
    ConfigParams: interface{},
    ServiceName: interface{},
    Comment: interface{},
    ConfigType: interface{},
    CustomConfigParams: interface{},
    GatewayClusterIdList: interface{},
    GroupId: interface{},
    HostInstanceId: interface{},
    RefreshHostConfig: interface{},
}

Properties

Name Type Description
ConfigParams interface{} No description.
ServiceName interface{} No description.
Comment interface{} No description.
ConfigType interface{} No description.
CustomConfigParams interface{} No description.
GatewayClusterIdList interface{} No description.
GroupId interface{} No description.
HostInstanceId interface{} No description.
RefreshHostConfig interface{} No description.

ConfigParamsRequired

ConfigParams interface{}
  • Type: interface{}

ServiceNameRequired

ServiceName interface{}
  • Type: interface{}

CommentOptional

Comment interface{}
  • Type: interface{}

ConfigTypeOptional

ConfigType interface{}
  • Type: interface{}

CustomConfigParamsOptional

CustomConfigParams interface{}
  • Type: interface{}

GatewayClusterIdListOptional

GatewayClusterIdList interface{}
  • Type: interface{}

GroupIdOptional

GroupId interface{}
  • Type: interface{}

HostInstanceIdOptional

HostInstanceId interface{}
  • Type: interface{}

RefreshHostConfigOptional

RefreshHostConfig interface{}
  • Type: interface{}