src/main/java/com/vmware/vim25/LargeRDMNotSupportedOnDatastore.java [39:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String device;
    public ManagedObjectReference datastore;
    public String datastoreName;

    public String getDevice() {
        return this.device;
    }

    public ManagedObjectReference getDatastore() {
        return this.datastore;
    }

    public String getDatastoreName() {
        return this.datastoreName;
    }

    public void setDevice(String device) {
        this.device = device;
    }

    public void setDatastore(ManagedObjectReference datastore) {
        this.datastore = datastore;
    }

    public void setDatastoreName(String datastoreName) {
        this.datastoreName = datastoreName;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/vmware/vim25/RDMNotSupportedOnDatastore.java [39:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String device;
    public ManagedObjectReference datastore;
    public String datastoreName;

    public String getDevice() {
        return this.device;
    }

    public ManagedObjectReference getDatastore() {
        return this.datastore;
    }

    public String getDatastoreName() {
        return this.datastoreName;
    }

    public void setDevice(String device) {
        this.device = device;
    }

    public void setDatastore(ManagedObjectReference datastore) {
        this.datastore = datastore;
    }

    public void setDatastoreName(String datastoreName) {
        this.datastoreName = datastoreName;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



