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
ConfigParams
Required
public object ConfigParams { get; set; }
ServiceName
Required
public object ServiceName { get; set; }
public object Comment { get; set; }
ConfigType
Optional
public object ConfigType { get; set; }
CustomConfigParams
Optional
public object CustomConfigParams { get; set; }
GatewayClusterIdList
Optional
public object GatewayClusterIdList { get; set; }
GroupId
Optional
public object GroupId { get; set; }
HostInstanceId
Optional
public object HostInstanceId { get; set; }
RefreshHostConfig
Optional
public object RefreshHostConfig { get; set; }