com.pulumi.azurenative.edgeorder.inputs.ProductDetailsArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-native Show documentation
Show all versions of azure-native Show documentation
A native Pulumi package for creating and managing Azure resources.
The newest version!
// *** 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.azurenative.edgeorder.inputs;
import com.pulumi.azurenative.edgeorder.inputs.AdditionalConfigurationArgs;
import com.pulumi.azurenative.edgeorder.inputs.HierarchyInformationArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Represents product details
*
*/
public final class ProductDetailsArgs extends com.pulumi.resources.ResourceArgs {
public static final ProductDetailsArgs Empty = new ProductDetailsArgs();
/**
* Hierarchy of the product which uniquely identifies the product
*
*/
@Import(name="hierarchyInformation", required=true)
private Output hierarchyInformation;
/**
* @return Hierarchy of the product which uniquely identifies the product
*
*/
public Output hierarchyInformation() {
return this.hierarchyInformation;
}
/**
* List of additional configurations customer wants in the order item apart from the ones included in the base configuration.
*
*/
@Import(name="optInAdditionalConfigurations")
private @Nullable Output> optInAdditionalConfigurations;
/**
* @return List of additional configurations customer wants in the order item apart from the ones included in the base configuration.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy