Skip to content

DomainProps

Properties for defining a Domain.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-domain

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ga;
new DomainProps {
    object AcceleratorIds,
    object Domain
};

Properties

Name Type Description
AcceleratorIds object Property acceleratorIds: The IDs of the GA instance to be disassociated.
Domain object Property domain: The accelerated domain name to be disassociated.

AcceleratorIdsRequired

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

Property acceleratorIds: The IDs of the GA instance to be disassociated.

You can specify up to 50 IDs.


DomainRequired

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

Property domain: The accelerated domain name to be disassociated.