ResourceSkuInner Class

  • java.lang.Object
    • com.azure.resourcemanager.datamigration.fluent.models.ResourceSkuInner

public final class ResourceSkuInner

Describes an available DMS SKU.

Constructor Summary

Constructor Description
ResourceSkuInner()

Creates an instance of ResourceSkuInner class.

Method Summary

Modifier and Type Method and Description
List<String> apiVersions()

Get the apiVersions property: The api versions that support this SKU.

List<ResourceSkuCapabilities> capabilities()

Get the capabilities property: A name value pair to describe the capability.

ResourceSkuCapacity capacity()

Get the capacity property: Not used.

List<ResourceSkuCosts> costs()

Get the costs property: Metadata for retrieving price info.

String family()

Get the family property: The Family of this particular SKU.

String kind()

Get the kind property: The Kind of resources that are supported in this SKU.

List<String> locations()

Get the locations property: The set of locations that the SKU is available.

String name()

Get the name property: The name of SKU.

String resourceType()

Get the resourceType property: The type of resource the SKU applies to.

List<ResourceSkuRestrictions> restrictions()

Get the restrictions property: The restrictions because of which SKU cannot be used.

String size()

Get the size property: The Size of the SKU.

String tier()

Get the tier property: Specifies the tier of DMS in a scale set.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ResourceSkuInner

public ResourceSkuInner()

Creates an instance of ResourceSkuInner class.

Method Details

apiVersions

public List apiVersions()

Get the apiVersions property: The api versions that support this SKU.

Returns:

the apiVersions value.

capabilities

public List capabilities()

Get the capabilities property: A name value pair to describe the capability.

Returns:

the capabilities value.

capacity

public ResourceSkuCapacity capacity()

Get the capacity property: Not used.

Returns:

the capacity value.

costs

public List costs()

Get the costs property: Metadata for retrieving price info.

Returns:

the costs value.

family

public String family()

Get the family property: The Family of this particular SKU.

Returns:

the family value.

kind

public String kind()

Get the kind property: The Kind of resources that are supported in this SKU.

Returns:

the kind value.

locations

public List locations()

Get the locations property: The set of locations that the SKU is available.

Returns:

the locations value.

name

public String name()

Get the name property: The name of SKU.

Returns:

the name value.

resourceType

public String resourceType()

Get the resourceType property: The type of resource the SKU applies to.

Returns:

the resourceType value.

restrictions

public List restrictions()

Get the restrictions property: The restrictions because of which SKU cannot be used. This is empty if there are no restrictions.

Returns:

the restrictions value.

size

public String size()

Get the size property: The Size of the SKU.

Returns:

the size value.

tier

public String tier()

Get the tier property: Specifies the tier of DMS in a scale set.

Returns:

the tier value.

validate

public void validate()

Validates the instance.

Applies to