GatewayRouteConfigResourceInner Class

public final class GatewayRouteConfigResourceInner
extends ProxyResource

Spring Cloud Gateway route config resource.

Constructor Summary

Constructor Description
GatewayRouteConfigResourceInner()

Creates an instance of GatewayRouteConfigResourceInner class.

Method Summary

Modifier and Type Method and Description
GatewayRouteConfigProperties properties()

Get the properties property: API route config of the Spring Cloud Gateway.

SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

void validate()

Validates the instance.

GatewayRouteConfigResourceInner withProperties(GatewayRouteConfigProperties properties)

Set the properties property: API route config of the Spring Cloud Gateway.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

GatewayRouteConfigResourceInner

public GatewayRouteConfigResourceInner()

Creates an instance of GatewayRouteConfigResourceInner class.

Method Details

properties

public GatewayRouteConfigProperties properties()

Get the properties property: API route config of the Spring Cloud Gateway.

Returns:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withProperties

public GatewayRouteConfigResourceInner withProperties(GatewayRouteConfigProperties properties)

Set the properties property: API route config of the Spring Cloud Gateway.

Parameters:

properties - the properties value to set.

Returns:

the GatewayRouteConfigResourceInner object itself.

Applies to