com.pulumi.azurenative.cdn.inputs.SkuArgs 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.
// *** 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.cdn.inputs;
import com.pulumi.azurenative.cdn.enums.SkuName;
import com.pulumi.core.Either;
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;
/**
* Standard_Verizon = The SKU name for a Standard Verizon CDN profile.
* Premium_Verizon = The SKU name for a Premium Verizon CDN profile.
* Custom_Verizon = The SKU name for a Custom Verizon CDN profile.
* Standard_Akamai = The SKU name for an Akamai CDN profile.
* Standard_ChinaCdn = The SKU name for a China CDN profile for VOD, Web and download scenarios using GB based billing model.
* Standard_Microsoft = The SKU name for a Standard Microsoft CDN profile.
* Standard_AzureFrontDoor = The SKU name for an Azure Front Door Standard profile.
* Premium_AzureFrontDoor = The SKU name for an Azure Front Door Premium profile.
* Standard_955BandWidth_ChinaCdn = The SKU name for a China CDN profile for VOD, Web and download scenarios using 95-5 peak bandwidth billing model.
* Standard_AvgBandWidth_ChinaCdn = The SKU name for a China CDN profile for VOD, Web and download scenarios using monthly average peak bandwidth billing model.
* StandardPlus_ChinaCdn = The SKU name for a China CDN profile for live-streaming using GB based billing model.
* StandardPlus_955BandWidth_ChinaCdn = The SKU name for a China CDN live-streaming profile using 95-5 peak bandwidth billing model.
* StandardPlus_AvgBandWidth_ChinaCdn = The SKU name for a China CDN live-streaming profile using monthly average peak bandwidth billing model.
*
*/
public final class SkuArgs extends com.pulumi.resources.ResourceArgs {
public static final SkuArgs Empty = new SkuArgs();
/**
* Name of the pricing tier.
*
*/
@Import(name="name")
private @Nullable Output> name;
/**
* @return Name of the pricing tier.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy