Skip to content

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.

EnableIngressOptional

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

EnableStatusOptional

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

IngressClassOptional

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

WatchNamespaceOptional

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