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

com.azure.resourcemanager.recoveryservicesbackup.models.RecoveryPointTierInformationV2 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.recoveryservicesbackup.models;

import com.azure.core.annotation.Fluent;
import java.util.Map;

/**
 * RecoveryPoint Tier Information V2.
 */
@Fluent
public final class RecoveryPointTierInformationV2 extends RecoveryPointTierInformation {
    /**
     * Creates an instance of RecoveryPointTierInformationV2 class.
     */
    public RecoveryPointTierInformationV2() {
    }

    /**
     * {@inheritDoc}
     */
    @Override
    public RecoveryPointTierInformationV2 withType(RecoveryPointTierType type) {
        super.withType(type);
        return this;
    }

    /**
     * {@inheritDoc}
     */
    @Override
    public RecoveryPointTierInformationV2 withStatus(RecoveryPointTierStatus status) {
        super.withStatus(status);
        return this;
    }

    /**
     * {@inheritDoc}
     */
    @Override
    public RecoveryPointTierInformationV2 withExtendedInfo(Map extendedInfo) {
        super.withExtendedInfo(extendedInfo);
        return this;
    }

    /**
     * Validates the instance.
     * 
     * @throws IllegalArgumentException thrown if the instance is not valid.
     */
    @Override
    public void validate() {
        super.validate();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy