Class AggregateLBVirtualServerStatus.Builder

    • Method Detail

      • setIntentPath

        public AggregateLBVirtualServerStatus.Builder setIntentPath​(java.lang.String intentPath)
        Intent path of object, forward slashes must be escaped using %2F. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        intentPath - New value for the property.
      • setResults

        public AggregateLBVirtualServerStatus.Builder setResults​(java.util.List<com.vmware.vapi.bindings.Structure> results)
        LBVirtualServerStatusPerEP list results. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        results - New value for the property. When clients pass a value of this class as a parameter, the property must contain all the properties defined in LBVirtualServerStatusPerEP. When methods return a value of this class as a return value, the property will contain all the properties defined in LBVirtualServerStatusPerEP.