Class NsxPartialPatchConfigStub

    • Field Summary

      • Fields inherited from class com.vmware.vapi.internal.bindings.Stub

        apiProvider, converter, ifaceId, retryPolicy, securityContext
    • Constructor Summary

      Constructors 
      Constructor Description
      NsxPartialPatchConfigStub​(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)  
      NsxPartialPatchConfigStub​(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PartialPatchConfig get()
      Read Configuration values for nsx-partial-patch.
      void get​(com.vmware.vapi.bindings.client.AsyncCallback<PartialPatchConfig> asyncCallback)
      Read Configuration values for nsx-partial-patch.
      void get​(com.vmware.vapi.bindings.client.AsyncCallback<PartialPatchConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Read Configuration values for nsx-partial-patch.
      PartialPatchConfig get​(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Read Configuration values for nsx-partial-patch.
      void patch​(PartialPatchConfig partialPatchConfig)
      Update partial patch configuration values.
      void patch​(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
      Update partial patch configuration values.
      void patch​(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Update partial patch configuration values.
      void patch​(PartialPatchConfig partialPatchConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Update partial patch configuration values.
      • Methods inherited from class com.vmware.vapi.internal.bindings.Stub

        invokeMethod, invokeMethodAsync, invokeStreamMethod, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NsxPartialPatchConfigStub

        public NsxPartialPatchConfigStub​(com.vmware.vapi.core.ApiProvider apiProvider,
                                         com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
                                         com.vmware.vapi.bindings.StubConfigurationBase config)
      • NsxPartialPatchConfigStub

        public NsxPartialPatchConfigStub​(com.vmware.vapi.core.ApiProvider apiProvider,
                                         com.vmware.vapi.bindings.StubConfigurationBase config)
    • Method Detail

      • get

        public PartialPatchConfig get()
        Description copied from interface: NsxPartialPatchConfig
        Read Configuration values for nsx-partial-patch. By default partial patch is deactivated (i.e false). Please refer to the description of PartialPatchConfig for more information.

        Synchronous method overload. Result of the invocation will be reported as a method return value.

        Specified by:
        get in interface NsxPartialPatchConfig
        Returns:
        com.vmware.nsx_policy.model.PartialPatchConfig
      • get

        public PartialPatchConfig get​(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Description copied from interface: NsxPartialPatchConfig
        Read Configuration values for nsx-partial-patch. By default partial patch is deactivated (i.e false). Please refer to the description of PartialPatchConfig for more information.

        Synchronous method overload. Result of the invocation will be reported as a method return value. Use invocationConfig to specify configuration for this particular invocation.

        Specified by:
        get in interface NsxPartialPatchConfig
        Parameters:
        invocationConfig - Configuration for the method invocation.
        Returns:
        com.vmware.nsx_policy.model.PartialPatchConfig
      • get

        public void get​(com.vmware.vapi.bindings.client.AsyncCallback<PartialPatchConfig> asyncCallback)
        Description copied from interface: NsxPartialPatchConfig
        Read Configuration values for nsx-partial-patch. By default partial patch is deactivated (i.e false). Please refer to the description of PartialPatchConfig for more information.

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback.

        Invocation Result:
        com.vmware.nsx_policy.model.PartialPatchConfig

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Specified by:
        get in interface NsxPartialPatchConfig
        Parameters:
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
      • get

        public void get​(com.vmware.vapi.bindings.client.AsyncCallback<PartialPatchConfig> asyncCallback,
                        com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Description copied from interface: NsxPartialPatchConfig
        Read Configuration values for nsx-partial-patch. By default partial patch is deactivated (i.e false). Please refer to the description of PartialPatchConfig for more information.

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback. Use invocationConfig to specify configuration for this particular invocation.

        Invocation Result:
        com.vmware.nsx_policy.model.PartialPatchConfig

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Specified by:
        get in interface NsxPartialPatchConfig
        Parameters:
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
        invocationConfig - Configuration for the method invocation.
      • patch

        public void patch​(PartialPatchConfig partialPatchConfig)
        Description copied from interface: NsxPartialPatchConfig
        Update partial patch configuration values. Only boolean value is allowed for enable_partial_patch. Please refer to the description of PartialPatchConfig for more information.

        Synchronous method overload. Result of the invocation will be reported as a method return value.

        Specified by:
        patch in interface NsxPartialPatchConfig
        Parameters:
        partialPatchConfig - (required)
      • patch

        public void patch​(PartialPatchConfig partialPatchConfig,
                          com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Description copied from interface: NsxPartialPatchConfig
        Update partial patch configuration values. Only boolean value is allowed for enable_partial_patch. Please refer to the description of PartialPatchConfig for more information.

        Synchronous method overload. Result of the invocation will be reported as a method return value. Use invocationConfig to specify configuration for this particular invocation.

        Specified by:
        patch in interface NsxPartialPatchConfig
        Parameters:
        partialPatchConfig - (required)
        invocationConfig - Configuration for the method invocation.
      • patch

        public void patch​(PartialPatchConfig partialPatchConfig,
                          com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
        Description copied from interface: NsxPartialPatchConfig
        Update partial patch configuration values. Only boolean value is allowed for enable_partial_patch. Please refer to the description of PartialPatchConfig for more information.

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback.

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Specified by:
        patch in interface NsxPartialPatchConfig
        Parameters:
        partialPatchConfig - (required)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
      • patch

        public void patch​(PartialPatchConfig partialPatchConfig,
                          com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
                          com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Description copied from interface: NsxPartialPatchConfig
        Update partial patch configuration values. Only boolean value is allowed for enable_partial_patch. Please refer to the description of PartialPatchConfig for more information.

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback. Use invocationConfig to specify configuration for this particular invocation.

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Specified by:
        patch in interface NsxPartialPatchConfig
        Parameters:
        partialPatchConfig - (required)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
        invocationConfig - Configuration for the method invocation.