Skip to content

RosDomainProps

Properties for defining a RosDomain.

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

Initializer

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

Properties

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

CdnTypeRequired

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

DomainNameRequired

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

CheckUrlOptional

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

OriginServersOptional

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

ResourceGroupIdOptional

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

ScopeOptional

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

SourcesOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

TopLevelDomainOptional

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