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

com.aliyun.ccp.ossclient.models.CreateDriveRequest Maven / Gradle / Ivy

Go to download

Aliyun CCP oss SDK for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com

There is a newer version: 2.2.7
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ccp.ossclient.models;

import com.aliyun.tea.*;

public class CreateDriveRequest extends TeaModel {
    @NameInMap("default")
    public boolean _default;

    @NameInMap("description")
    public String description;

    @NameInMap("drive_name")
    @Validation(required = true)
    public String driveName;

    @NameInMap("drive_type")
    public String driveType;

    @NameInMap("encrypt_mode")
    public String encryptMode;

    @NameInMap("owner")
    @Validation(required = true)
    public String owner;

    @NameInMap("relative_path")
    public String relativePath;

    @NameInMap("status")
    public String status;

    @NameInMap("store_id")
    public String storeId;

    @NameInMap("total_size")
    public Long totalSize;

    public static CreateDriveRequest build(java.util.Map map) throws Exception {
        CreateDriveRequest self = new CreateDriveRequest();
        return TeaModel.build(map, self);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy