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. |
AppId
Required
public object AppId { get; set; }
- Type: object
ContainerPort
Required
public object ContainerPort { get; set; }
- Type: object
BackendProtocol
Optional
public object BackendProtocol { get; set; }
- Type: object