RosIngressProps
Properties for defining a RosIngress.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sae-ingress
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sae;
new RosIngressProps {
object DefaultRule,
object Description,
object ListenerPort,
object NamespaceId,
object Rules,
object SlbId,
object CertId = null,
object CertIds = null,
object ListenerProtocol = null,
object LoadBalanceType = null
};
Properties
| Name | Type | Description |
|---|---|---|
DefaultRule |
object |
No description. |
Description |
object |
No description. |
ListenerPort |
object |
No description. |
NamespaceId |
object |
No description. |
Rules |
object |
No description. |
SlbId |
object |
No description. |
CertId |
object |
No description. |
CertIds |
object |
No description. |
ListenerProtocol |
object |
No description. |
LoadBalanceType |
object |
No description. |
DefaultRuleRequired
public object DefaultRule { get; set; }
- Type: object
DescriptionRequired
public object Description { get; set; }
- Type: object
ListenerPortRequired
public object ListenerPort { get; set; }
- Type: object
NamespaceIdRequired
public object NamespaceId { get; set; }
- Type: object
RulesRequired
public object Rules { get; set; }
- Type: object
SlbIdRequired
public object SlbId { get; set; }
- Type: object
CertIdOptional
public object CertId { get; set; }
- Type: object
CertIdsOptional
public object CertIds { get; set; }
- Type: object
ListenerProtocolOptional
public object ListenerProtocol { get; set; }
- Type: object
LoadBalanceTypeOptional
public object LoadBalanceType { get; set; }
- Type: object