Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.equinix.pulumi.fabric.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class GetCloudRoutersSortArgs extends com.pulumi.resources.ResourceArgs {
public static final GetCloudRoutersSortArgs Empty = new GetCloudRoutersSortArgs();
/**
* The sorting direction. Can be one of: [DESC, ASC], Defaults to DESC
*
*/
@Import(name="direction")
private @Nullable Output direction;
/**
* @return The sorting direction. Can be one of: [DESC, ASC], Defaults to DESC
*
*/
public Optional