com.pulumi.kubernetes.resource.v1alpha3.inputs.DeviceAllocationResultArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kubernetes Show documentation
Show all versions of kubernetes Show documentation
A Pulumi package for creating and managing Kubernetes resources.
// *** 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.pulumi.kubernetes.resource.v1alpha3.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.kubernetes.resource.v1alpha3.inputs.DeviceAllocationConfigurationArgs;
import com.pulumi.kubernetes.resource.v1alpha3.inputs.DeviceRequestAllocationResultArgs;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* DeviceAllocationResult is the result of allocating devices.
*
*/
public final class DeviceAllocationResultArgs extends com.pulumi.resources.ResourceArgs {
public static final DeviceAllocationResultArgs Empty = new DeviceAllocationResultArgs();
/**
* This field is a combination of all the claim and class configuration parameters. Drivers can distinguish between those based on a flag.
*
* This includes configuration parameters for drivers which have no allocated devices in the result because it is up to the drivers which configuration parameters they support. They can silently ignore unknown configuration parameters.
*
*/
@Import(name="config")
private @Nullable Output> config;
/**
* @return This field is a combination of all the claim and class configuration parameters. Drivers can distinguish between those based on a flag.
*
* This includes configuration parameters for drivers which have no allocated devices in the result because it is up to the drivers which configuration parameters they support. They can silently ignore unknown configuration parameters.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy