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

org.cloudfoundry.client.v3.spaces._DeleteUnmappedRoutesRequest Maven / Gradle / Ivy

The newest version!
package org.cloudfoundry.client.v3.spaces;

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

/**
 * The request payload for the Delete Unmapped Routes operation
 */
@Value.Immutable
abstract class _DeleteUnmappedRoutesRequest {

    /**
     * The space id
     */
    @JsonIgnore
    abstract String getSpaceId();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy