Skip to content

RulesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sae;
new RulesProperty {
    object AppId,
    object ContainerPort,
    object Domain,
    object Path,
    object BackendProtocol = null,
    object RewritePath = null
};

Properties

Name Type Description
AppId object No description.
ContainerPort object No description.
Domain object No description.
Path object No description.
BackendProtocol object No description.
RewritePath object No description.

AppIdRequired

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

ContainerPortRequired

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

DomainRequired

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

PathRequired

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

BackendProtocolOptional

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

RewritePathOptional

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