Skip to content

DomainProps

Properties for defining a Domain.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apig;
new DomainProps {
    object DomainName,
    object Protocol
};

Properties

Name Type Description
DomainName object Property domainName: The name of the Domain.
Protocol object Property protocol: The types of protocols supported by the domain are as follows: * HTTP: Supports only the HTTP protocol.

DomainNameRequired

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

Property domainName: The name of the Domain.


ProtocolRequired

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

Property protocol: The types of protocols supported by the domain are as follows: * HTTP: Supports only the HTTP protocol.

  • HTTPS: Supports only the HTTPS protocol.