All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.azure.resourcemanager.netapp.models.SubvolumeModel Maven / Gradle / Ivy

Go to download

This package contains Microsoft Azure SDK for NetAppFiles Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Microsoft NetApp Files Azure Resource Provider specification. Package tag package-preview-2024-07-01-preview.

There is a newer version: 1.6.0-beta.1
Show newest version
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.resourcemanager.netapp.models;

import com.azure.resourcemanager.netapp.fluent.models.SubvolumeModelInner;
import java.time.OffsetDateTime;

/**
 * An immutable client-side representation of SubvolumeModel.
 */
public interface SubvolumeModel {
    /**
     * Gets the id property: Resource Id.
     * 
     * @return the id value.
     */
    String id();

    /**
     * Gets the name property: Resource name.
     * 
     * @return the name value.
     */
    String name();

    /**
     * Gets the type property: Resource type.
     * 
     * @return the type value.
     */
    String type();

    /**
     * Gets the path property: path
     * 
     * Path to the subvolume.
     * 
     * @return the path value.
     */
    String path();

    /**
     * Gets the parentPath property: parentpath
     * 
     * Path to the parent subvolume.
     * 
     * @return the parentPath value.
     */
    String parentPath();

    /**
     * Gets the size property: size
     * 
     * Size of subvolume.
     * 
     * @return the size value.
     */
    Long size();

    /**
     * Gets the bytesUsed property: bytesUsed
     * 
     * Bytes used.
     * 
     * @return the bytesUsed value.
     */
    Long bytesUsed();

    /**
     * Gets the permissions property: permissions
     * 
     * Permissions of the subvolume.
     * 
     * @return the permissions value.
     */
    String permissions();

    /**
     * Gets the creationTimestamp property: creationTimeStamp
     * 
     * Creation time and date.
     * 
     * @return the creationTimestamp value.
     */
    OffsetDateTime creationTimestamp();

    /**
     * Gets the accessedTimestamp property: accessedTimeStamp
     * 
     * Most recent access time and date.
     * 
     * @return the accessedTimestamp value.
     */
    OffsetDateTime accessedTimestamp();

    /**
     * Gets the modifiedTimestamp property: modifiedTimeStamp
     * 
     * Most recent modification time and date.
     * 
     * @return the modifiedTimestamp value.
     */
    OffsetDateTime modifiedTimestamp();

    /**
     * Gets the changedTimestamp property: changedTimeStamp
     * 
     * Most recent change time and date.
     * 
     * @return the changedTimestamp value.
     */
    OffsetDateTime changedTimestamp();

    /**
     * Gets the provisioningState property: Azure lifecycle management.
     * 
     * @return the provisioningState value.
     */
    String provisioningState();

    /**
     * Gets the inner com.azure.resourcemanager.netapp.fluent.models.SubvolumeModelInner object.
     * 
     * @return the inner object.
     */
    SubvolumeModelInner innerModel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy