Skip to content

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

Name Type Description
ConfigParams object No description.
ServiceName object No description.
Comment object No description.
ConfigType object No description.
CustomConfigParams object No description.
GatewayClusterIdList object No description.
GroupId object No description.
HostInstanceId object No description.
RefreshHostConfig object No description.

ConfigParamsRequired

public object ConfigParams { get; set; }
  • Type: object

ServiceNameRequired

public object ServiceName { get; set; }
  • Type: object

CommentOptional

public object Comment { get; set; }
  • Type: object

ConfigTypeOptional

public object ConfigType { get; set; }
  • Type: object

CustomConfigParamsOptional

public object CustomConfigParams { get; set; }
  • Type: object

GatewayClusterIdListOptional

public object GatewayClusterIdList { get; set; }
  • Type: object

GroupIdOptional

public object GroupId { get; set; }
  • Type: object

HostInstanceIdOptional

public object HostInstanceId { get; set; }
  • Type: object

RefreshHostConfigOptional

public object RefreshHostConfig { get; set; }
  • Type: object