
com.azure.resourcemanager.storagepool.models.DiskPoolZoneInfo Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.storagepool.models;
import com.azure.resourcemanager.storagepool.fluent.models.DiskPoolZoneInfoInner;
import com.azure.resourcemanager.storagepool.fluent.models.Sku;
import java.util.List;
/**
* An immutable client-side representation of DiskPoolZoneInfo.
*/
public interface DiskPoolZoneInfo {
/**
* Gets the availabilityZones property: Logical zone for Disk Pool resource; example: ["1"].
*
* @return the availabilityZones value.
*/
List availabilityZones();
/**
* Gets the additionalCapabilities property: List of additional capabilities for Disk Pool.
*
* @return the additionalCapabilities value.
*/
List additionalCapabilities();
/**
* Gets the sku property: Determines the SKU of VM deployed for Disk Pool.
*
* @return the sku value.
*/
Sku sku();
/**
* Gets the inner com.azure.resourcemanager.storagepool.fluent.models.DiskPoolZoneInfoInner object.
*
* @return the inner object.
*/
DiskPoolZoneInfoInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy