src/main/java/com/vmware/vim25/NasConnectionLimitReached.java [39:55]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String remoteHost;
    public String remotePath;

    public String getRemoteHost() {
        return this.remoteHost;
    }

    public String getRemotePath() {
        return this.remotePath;
    }

    public void setRemoteHost(String remoteHost) {
        this.remoteHost = remoteHost;
    }

    public void setRemotePath(String remotePath) {
        this.remotePath = remotePath;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/vmware/vim25/NasVolumeNotMounted.java [39:55]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String remoteHost;
    public String remotePath;

    public String getRemoteHost() {
        return this.remoteHost;
    }

    public String getRemotePath() {
        return this.remotePath;
    }

    public void setRemoteHost(String remoteHost) {
        this.remoteHost = remoteHost;
    }

    public void setRemotePath(String remotePath) {
        this.remotePath = remotePath;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



