All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cloudfoundry.client.v3.routes._RemoveRouteDestinationsRequest Maven / Gradle / Ivy

package org.cloudfoundry.client.v3.routes;

import com.fasterxml.jackson.annotation.JsonIgnore;
import org.immutables.value.Value;

/**
 * The request payload for the Remove Route Destination operation
 */
@Value.Immutable
abstract class _RemoveRouteDestinationsRequest {

    /**
     * The destination id
     */
    @JsonIgnore
    abstract String getDestinationId();

    /**
     * The route id
     */
    @JsonIgnore
    abstract String getRouteId();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy