src/main/java/com/vmware/vim25/HostInternetScsiHbaSendTarget.java [55:80]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public HostInternetScsiHbaAuthenticationProperties getAuthenticationProperties() {
        return this.authenticationProperties;
    }

    public HostInternetScsiHbaDigestProperties getDigestProperties() {
        return this.digestProperties;
    }

    public OptionDef[] getSupportedAdvancedOptions() {
        return this.supportedAdvancedOptions;
    }

    public HostInternetScsiHbaParamValue[] getAdvancedOptions() {
        return this.advancedOptions;
    }

    public String getParent() {
        return this.parent;
    }

    public void setAddress(String address) {
        this.address = address;
    }

    public void setPort(Integer port) {
        this.port = port;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/vmware/vim25/HostInternetScsiHbaStaticTarget.java [65:90]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public HostInternetScsiHbaAuthenticationProperties getAuthenticationProperties() {
        return this.authenticationProperties;
    }

    public HostInternetScsiHbaDigestProperties getDigestProperties() {
        return this.digestProperties;
    }

    public OptionDef[] getSupportedAdvancedOptions() {
        return this.supportedAdvancedOptions;
    }

    public HostInternetScsiHbaParamValue[] getAdvancedOptions() {
        return this.advancedOptions;
    }

    public String getParent() {
        return this.parent;
    }

    public void setAddress(String address) {
        this.address = address;
    }

    public void setPort(Integer port) {
        this.port = port;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



