src/main/java/com/vmware/vim25/DVPortConfigInfo.java [45:62]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String getName() {
        return this.name;
    }

    public ManagedObjectReference[] getScope() {
        return this.scope;
    }

    public String getDescription() {
        return this.description;
    }

    public DVPortSetting getSetting() {
        return this.setting;
    }

    public String getConfigVersion() {
        return this.configVersion;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/vmware/vim25/DVPortConfigSpec.java [55:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String getName() {
        return this.name;
    }

    public ManagedObjectReference[] getScope() {
        return this.scope;
    }

    public String getDescription() {
        return this.description;
    }

    public DVPortSetting getSetting() {
        return this.setting;
    }

    public String getConfigVersion() {
        return this.configVersion;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



