Skip to content

RosDomainProps

Properties for defining a RosDomain.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apig;
new RosDomainProps {
    object DomainName,
    object Protocol,
    object CertIdentifier = null,
    object ForceHttps = null,
    object GatewayType = null,
    object Http2Option = null,
    object ResourceGroupId = null,
    object TlsCipherSuitesConfig = null,
    object TlsMax = null,
    object TlsMin = null
};

Properties

Name Type Description
DomainName object No description.
Protocol object No description.
CertIdentifier object No description.
ForceHttps object No description.
GatewayType object No description.
Http2Option object No description.
ResourceGroupId object No description.
TlsCipherSuitesConfig object No description.
TlsMax object No description.
TlsMin object No description.

DomainNameRequired

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

ProtocolRequired

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

CertIdentifierOptional

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

ForceHttpsOptional

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

GatewayTypeOptional

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

Http2OptionOptional

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

ResourceGroupIdOptional

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

TlsCipherSuitesConfigOptional

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

TlsMaxOptional

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

TlsMinOptional

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