case class ForZone(name: String) extends Product with Serializable
ForZone provides information about which zones should consume this endpoint.
- name
name represents the name of the zone.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ForZone
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ForZone(name: String)
- name
name represents the name of the zone.
Value Members
-
def
getName: IO[K8sFailure, String]
name represents the name of the zone.
name represents the name of the zone.
This effect always succeeds, it is safe to use the field name directly.
- val name: String