ServiceConfigsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Emr;
new ServiceConfigsProperty {
object ConfigParams,
object ServiceName,
object Comment = null,
object ConfigType = null,
object CustomConfigParams = null,
object GatewayClusterIdList = null,
object GroupId = null,
object HostInstanceId = null,
object RefreshHostConfig = null
};
Properties
ConfigParamsRequired
public object ConfigParams { get; set; }
ServiceNameRequired
public object ServiceName { get; set; }
public object Comment { get; set; }
ConfigTypeOptional
public object ConfigType { get; set; }
CustomConfigParamsOptional
public object CustomConfigParams { get; set; }
GatewayClusterIdListOptional
public object GatewayClusterIdList { get; set; }
GroupIdOptional
public object GroupId { get; set; }
HostInstanceIdOptional
public object HostInstanceId { get; set; }
RefreshHostConfigOptional
public object RefreshHostConfig { get; set; }