IngressOptionsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Mse;
new IngressOptionsProperty {
object EnableIngress = null,
object EnableStatus = null,
object IngressClass = null,
object WatchNamespace = null
};
Properties
Name | Type | Description |
---|---|---|
EnableIngress |
object |
No description. |
EnableStatus |
object |
No description. |
IngressClass |
object |
No description. |
WatchNamespace |
object |
No description. |
EnableIngress
Optional
public object EnableIngress { get; set; }
- Type: object
EnableStatus
Optional
public object EnableStatus { get; set; }
- Type: object
IngressClass
Optional
public object IngressClass { get; set; }
- Type: object
WatchNamespace
Optional
public object WatchNamespace { get; set; }
- Type: object