com.pulumi.azurenative.storsimple.Volume 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.storsimple;
import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.storsimple.VolumeArgs;
import com.pulumi.core.Alias;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Export;
import com.pulumi.core.annotations.ResourceType;
import com.pulumi.core.internal.Codegen;
import java.lang.Double;
import java.lang.String;
import java.util.List;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* The volume.
* Azure REST API version: 2017-06-01. Prior API version in Azure Native 1.x: 2017-06-01.
*
* ## Example Usage
* ### VolumesCreateOrUpdate
*
*
* {@code
* package generated_program;
*
* import com.pulumi.Context;
* import com.pulumi.Pulumi;
* import com.pulumi.core.Output;
* import com.pulumi.azurenative.storsimple.Volume;
* import com.pulumi.azurenative.storsimple.VolumeArgs;
* import java.util.List;
* import java.util.ArrayList;
* import java.util.Map;
* import java.io.File;
* import java.nio.file.Files;
* import java.nio.file.Paths;
*
* public class App {
* public static void main(String[] args) {
* Pulumi.run(App::stack);
* }
*
* public static void stack(Context ctx) {
* var volume = new Volume("volume", VolumeArgs.builder()
* .accessControlRecordIds("/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/ManagerForSDKTest1/accessControlRecords/ACR2")
* .deviceName("Device05ForSDKTest")
* .managerName("ManagerForSDKTest1")
* .monitoringStatus("Enabled")
* .resourceGroupName("ResourceGroupForSDKTest")
* .sizeInBytes(5368709120)
* .volumeContainerName("VolumeContainerForSDKTest")
* .volumeName("Volume1ForSDKTest")
* .volumeStatus("Offline")
* .volumeType("Tiered")
* .build());
*
* }
* }
*
* }
*
*
* ## Import
*
* An existing resource can be imported using its type token, name, and identifier, e.g.
*
* ```sh
* $ pulumi import azure-native:storsimple:Volume Volume1ForSDKTest /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/volumeContainers/{volumeContainerName}/volumes/{volumeName}
* ```
*
*/
@ResourceType(type="azure-native:storsimple:Volume")
public class Volume extends com.pulumi.resources.CustomResource {
/**
* The IDs of the access control records, associated with the volume.
*
*/
@Export(name="accessControlRecordIds", refs={List.class,String.class}, tree="[0,1]")
private Output> accessControlRecordIds;
/**
* @return The IDs of the access control records, associated with the volume.
*
*/
public Output> accessControlRecordIds() {
return this.accessControlRecordIds;
}
/**
* The IDs of the backup policies, in which this volume is part of.
*
*/
@Export(name="backupPolicyIds", refs={List.class,String.class}, tree="[0,1]")
private Output> backupPolicyIds;
/**
* @return The IDs of the backup policies, in which this volume is part of.
*
*/
public Output> backupPolicyIds() {
return this.backupPolicyIds;
}
/**
* The backup status of the volume.
*
*/
@Export(name="backupStatus", refs={String.class}, tree="[0]")
private Output backupStatus;
/**
* @return The backup status of the volume.
*
*/
public Output backupStatus() {
return this.backupStatus;
}
/**
* The Kind of the object. Currently only Series8000 is supported
*
*/
@Export(name="kind", refs={String.class}, tree="[0]")
private Output* @Nullable */ String> kind;
/**
* @return The Kind of the object. Currently only Series8000 is supported
*
*/
public Output> kind() {
return Codegen.optional(this.kind);
}
/**
* The monitoring status of the volume.
*
*/
@Export(name="monitoringStatus", refs={String.class}, tree="[0]")
private Output monitoringStatus;
/**
* @return The monitoring status of the volume.
*
*/
public Output monitoringStatus() {
return this.monitoringStatus;
}
/**
* The name of the object.
*
*/
@Export(name="name", refs={String.class}, tree="[0]")
private Output name;
/**
* @return The name of the object.
*
*/
public Output name() {
return this.name;
}
/**
* The operation status on the volume.
*
*/
@Export(name="operationStatus", refs={String.class}, tree="[0]")
private Output operationStatus;
/**
* @return The operation status on the volume.
*
*/
public Output operationStatus() {
return this.operationStatus;
}
/**
* The size of the volume in bytes.
*
*/
@Export(name="sizeInBytes", refs={Double.class}, tree="[0]")
private Output sizeInBytes;
/**
* @return The size of the volume in bytes.
*
*/
public Output sizeInBytes() {
return this.sizeInBytes;
}
/**
* The hierarchical type of the object.
*
*/
@Export(name="type", refs={String.class}, tree="[0]")
private Output type;
/**
* @return The hierarchical type of the object.
*
*/
public Output type() {
return this.type;
}
/**
* The ID of the volume container, in which this volume is created.
*
*/
@Export(name="volumeContainerId", refs={String.class}, tree="[0]")
private Output volumeContainerId;
/**
* @return The ID of the volume container, in which this volume is created.
*
*/
public Output volumeContainerId() {
return this.volumeContainerId;
}
/**
* The volume status.
*
*/
@Export(name="volumeStatus", refs={String.class}, tree="[0]")
private Output volumeStatus;
/**
* @return The volume status.
*
*/
public Output volumeStatus() {
return this.volumeStatus;
}
/**
* The type of the volume.
*
*/
@Export(name="volumeType", refs={String.class}, tree="[0]")
private Output volumeType;
/**
* @return The type of the volume.
*
*/
public Output volumeType() {
return this.volumeType;
}
/**
*
* @param name The _unique_ name of the resulting resource.
*/
public Volume(java.lang.String name) {
this(name, VolumeArgs.Empty);
}
/**
*
* @param name The _unique_ name of the resulting resource.
* @param args The arguments to use to populate this resource's properties.
*/
public Volume(java.lang.String name, VolumeArgs args) {
this(name, args, null);
}
/**
*
* @param name The _unique_ name of the resulting resource.
* @param args The arguments to use to populate this resource's properties.
* @param options A bag of options that control this resource's behavior.
*/
public Volume(java.lang.String name, VolumeArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options) {
super("azure-native:storsimple:Volume", name, makeArgs(args, options), makeResourceOptions(options, Codegen.empty()), false);
}
private Volume(java.lang.String name, Output id, @Nullable com.pulumi.resources.CustomResourceOptions options) {
super("azure-native:storsimple:Volume", name, null, makeResourceOptions(options, id), false);
}
private static VolumeArgs makeArgs(VolumeArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options) {
if (options != null && options.getUrn().isPresent()) {
return null;
}
return args == null ? VolumeArgs.Empty : args;
}
private static com.pulumi.resources.CustomResourceOptions makeResourceOptions(@Nullable com.pulumi.resources.CustomResourceOptions options, @Nullable Output id) {
var defaultOptions = com.pulumi.resources.CustomResourceOptions.builder()
.version(Utilities.getVersion())
.aliases(List.of(
Output.of(Alias.builder().type("azure-native:storsimple/v20170601:Volume").build())
))
.build();
return com.pulumi.resources.CustomResourceOptions.merge(defaultOptions, options, id);
}
/**
* Get an existing Host resource's state with the given name, ID, and optional extra
* properties used to qualify the lookup.
*
* @param name The _unique_ name of the resulting resource.
* @param id The _unique_ provider ID of the resource to lookup.
* @param options Optional settings to control the behavior of the CustomResource.
*/
public static Volume get(java.lang.String name, Output id, @Nullable com.pulumi.resources.CustomResourceOptions options) {
return new Volume(name, id, options);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy