Skip to content

DefaultRuleProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sae;
new DefaultRuleProperty {
    object AppId,
    object ContainerPort,
    object BackendProtocol = null
};

Properties

Name Type Description
AppId object No description.
ContainerPort object No description.
BackendProtocol object No description.

AppIdRequired

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

ContainerPortRequired

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

BackendProtocolOptional

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