Class CloudProviderProfileResponseInfraStorageProfile
- java.lang.Object
-
- com.pulumi.azurenative.hybridcontainerservice.outputs.CloudProviderProfileResponseInfraStorageProfile
-
public final class CloudProviderProfileResponseInfraStorageProfile extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CloudProviderProfileResponseInfraStorageProfile.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CloudProviderProfileResponseInfraStorageProfile.Builder
builder()
static CloudProviderProfileResponseInfraStorageProfile.Builder
builder(CloudProviderProfileResponseInfraStorageProfile defaults)
java.util.List<java.lang.String>
storageSpaceIds()
-
-
-
Method Detail
-
storageSpaceIds
public java.util.List<java.lang.String> storageSpaceIds()
- Returns:
- Reference to azure resource corresponding to the new HybridAKSStorage object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/storageSpaces/{storageSpaceName}
-
builder
public static CloudProviderProfileResponseInfraStorageProfile.Builder builder()
-
builder
public static CloudProviderProfileResponseInfraStorageProfile.Builder builder(CloudProviderProfileResponseInfraStorageProfile defaults)
-
-