Skip to content

RosDomainProps

Properties for defining a RosDomain.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dcdn;
new RosDomainProps {
    object DomainName,
    object Sources,
    object CheckUrl = null,
    object ResourceGroupId = null,
    object Scope = null,
    TagsProperty[] Tags = null,
    object TopLevelDomain = null
};

Properties

Name Type Description
DomainName object No description.
Sources object No description.
CheckUrl object No description.
ResourceGroupId object No description.
Scope object No description.
Tags TagsProperty[] No description.
TopLevelDomain object No description.

DomainNameRequired

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

SourcesRequired

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

CheckUrlOptional

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

ResourceGroupIdOptional

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

ScopeOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

TopLevelDomainOptional

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