Google Cloud Deploy v1 API - Class KubernetesConfig.Types.GatewayServiceMesh.Types.RouteDestinations (3.2.0)

public sealed class KubernetesConfig.Types.GatewayServiceMesh.Types.RouteDestinations : IMessage<KubernetesConfig.Types.GatewayServiceMesh.Types.RouteDestinations>, IEquatable<KubernetesConfig.Types.GatewayServiceMesh.Types.RouteDestinations>, IDeepCloneable<KubernetesConfig.Types.GatewayServiceMesh.Types.RouteDestinations>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class KubernetesConfig.Types.GatewayServiceMesh.Types.RouteDestinations.

Information about route destinations for the Gateway API service mesh.

Inheritance

object > KubernetesConfig.Types.GatewayServiceMesh.Types.RouteDestinations

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

RouteDestinations()

public RouteDestinations()

RouteDestinations(RouteDestinations)

public RouteDestinations(KubernetesConfig.Types.GatewayServiceMesh.Types.RouteDestinations other)
Parameter
Name Description
other KubernetesConfigTypesGatewayServiceMeshTypesRouteDestinations

Properties

DestinationIds

public RepeatedField<string> DestinationIds { get; }

Required. The clusters where the Gateway API HTTPRoute resource will be deployed to. Valid entries include the associated entities IDs configured in the Target resource and "@self" to include the Target cluster.

Property Value
Type Description
RepeatedFieldstring

PropagateService

public bool PropagateService { get; set; }

Optional. Whether to propagate the Kubernetes Service to the route destination clusters. The Service will always be deployed to the Target cluster even if the HTTPRoute is not. This option may be used to facilitiate successful DNS lookup in the route destination clusters. Can only be set to true if destinations are specified.

Property Value
Type Description
bool