Skip to content
DocsTry Aspire
DocsTry

GatewaySpecV1 Properties

ClassProperties2 members
Represents the specification of a Gateway resource.
GatewayClassNameSection titled GatewayClassNamestring
Gets or sets the name of the GatewayClass that this Gateway is associated with.
public string GatewayClassName { get; set; }
Gets the listeners associated with this Gateway. Each listener defines a port, protocol, and optional TLS configuration.
public List<GatewayListenerV1> Listeners { get; }