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

com.emc.storageos.model.varray.BlockSettings Maven / Gradle / Ivy

There is a newer version: 3.5.0.0
Show newest version
/*
 * Copyright (c) 2008-2013 EMC Corporation
 * All Rights Reserved
 */

package com.emc.storageos.model.varray;

import javax.xml.bind.annotation.XmlElement;

public class BlockSettings {
    private Boolean autoSanZoning;

    @XmlElement(name = "auto_san_zoning", required = false)
    public Boolean getAutoSanZoning() {
        return autoSanZoning;
    }

    public void setAutoSanZoning(Boolean autoSanZoning) {
        this.autoSanZoning = autoSanZoning;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy