NetworkPolicyExternalIp

data class NetworkPolicyExternalIp(val enabled: Boolean? = null, val state: String? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

True if the service is enabled; false otherwise.

Link copied to clipboard
val state: String? = null

(Output) State of the service. New values may be added to this enum when appropriate.