Class InfraStub

  • All Implemented Interfaces:
    Infra, InfraTypes, com.vmware.vapi.bindings.Service

    public class InfraStub
    extends com.vmware.vapi.internal.bindings.Stub
    implements Infra
    Remote stub implementation of the Infra API service.

    WARNING: Internal class, subject to change in future versions.

    • Field Summary

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

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

      Constructors 
      Constructor Description
      InfraStub​(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)  
      InfraStub​(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
      Infra get​(java.lang.String basePath, java.lang.String filter, java.lang.String typeFilter)
      Read infra.
      void get​(java.lang.String basePath, java.lang.String filter, java.lang.String typeFilter, com.vmware.vapi.bindings.client.AsyncCallback<Infra> asyncCallback)
      Read infra.
      void get​(java.lang.String basePath, java.lang.String filter, java.lang.String typeFilter, com.vmware.vapi.bindings.client.AsyncCallback<Infra> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Read infra.
      Infra get​(java.lang.String basePath, java.lang.String filter, java.lang.String typeFilter, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Read infra.
      void patch​(Infra infra, java.lang.Boolean enforceRevisionCheck)
      Patch API at infra level can be used in two flavours 1.
      void patch​(Infra infra, java.lang.Boolean enforceRevisionCheck, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
      Patch API at infra level can be used in two flavours 1.
      void patch​(Infra infra, java.lang.Boolean enforceRevisionCheck, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Patch API at infra level can be used in two flavours 1.
      void patch​(Infra infra, java.lang.Boolean enforceRevisionCheck, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Patch API at infra level can be used in two flavours 1.
      Infra update​(Infra infra)
      Updates only the single infra object.
      void update​(Infra infra, com.vmware.vapi.bindings.client.AsyncCallback<Infra> asyncCallback)
      Updates only the single infra object.
      void update​(Infra infra, com.vmware.vapi.bindings.client.AsyncCallback<Infra> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Updates only the single infra object.
      Infra update​(Infra infra, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Updates only the single infra object.
      • 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

      • InfraStub

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

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

      • get

        public Infra get​(java.lang.String basePath,
                         java.lang.String filter,
                         java.lang.String typeFilter)
        Description copied from interface: Infra
        Read infra. Returns only the infra related properties. Inner object are not populated.

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

        Specified by:
        get in interface Infra
        Parameters:
        basePath - Base Path for retrieving hierarchical intent (optional)
        filter - Filter string as java regex (optional)
        typeFilter - Filter string to retrieve hierarchy. (optional)
        Returns:
        com.vmware.nsx_policy.model.Infra
      • get

        public Infra get​(java.lang.String basePath,
                         java.lang.String filter,
                         java.lang.String typeFilter,
                         com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Description copied from interface: Infra
        Read infra. Returns only the infra related properties. Inner object are not populated.

        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 Infra
        Parameters:
        basePath - Base Path for retrieving hierarchical intent (optional)
        filter - Filter string as java regex (optional)
        typeFilter - Filter string to retrieve hierarchy. (optional)
        invocationConfig - Configuration for the method invocation.
        Returns:
        com.vmware.nsx_policy.model.Infra
      • get

        public void get​(java.lang.String basePath,
                        java.lang.String filter,
                        java.lang.String typeFilter,
                        com.vmware.vapi.bindings.client.AsyncCallback<Infra> asyncCallback)
        Description copied from interface: Infra
        Read infra. Returns only the infra related properties. Inner object are not populated.

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

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

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

        Specified by:
        get in interface Infra
        Parameters:
        basePath - Base Path for retrieving hierarchical intent (optional)
        filter - Filter string as java regex (optional)
        typeFilter - Filter string to retrieve hierarchy. (optional)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
      • get

        public void get​(java.lang.String basePath,
                        java.lang.String filter,
                        java.lang.String typeFilter,
                        com.vmware.vapi.bindings.client.AsyncCallback<Infra> asyncCallback,
                        com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Description copied from interface: Infra
        Read infra. Returns only the infra related properties. Inner object are not populated.

        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.Infra

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

        Specified by:
        get in interface Infra
        Parameters:
        basePath - Base Path for retrieving hierarchical intent (optional)
        filter - Filter string as java regex (optional)
        typeFilter - Filter string to retrieve hierarchy. (optional)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
        invocationConfig - Configuration for the method invocation.
      • patch

        public void patch​(Infra infra,
                          java.lang.Boolean enforceRevisionCheck)
        Description copied from interface: Infra
        Patch API at infra level can be used in two flavours 1. Like a regular API to update Infra object 2. Hierarchical API: To create/update/delete entire or part of intent hierarchy Hierarchical API: Provides users a way to create entire or part of intent in single API invocation. Input is expressed in a tree format. Each node in tree can have multiple children of different types. System will resolve the dependencies of nodes within the intent tree and will create the model. Children for any node can be specified using ChildResourceReference or ChildPolicyConfigResource. If a resource is specified using ChildResourceReference then it will not be updated only its children will be updated. If Object is specified using ChildPolicyConfigResource, object along with its children will be updated. Hierarchical API can also be used to delete any sub-branch of entire tree.

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

        Specified by:
        patch in interface Infra
        Parameters:
        infra - (required)
        enforceRevisionCheck - Force revision check (optional, default to false)
      • patch

        public void patch​(Infra infra,
                          java.lang.Boolean enforceRevisionCheck,
                          com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Description copied from interface: Infra
        Patch API at infra level can be used in two flavours 1. Like a regular API to update Infra object 2. Hierarchical API: To create/update/delete entire or part of intent hierarchy Hierarchical API: Provides users a way to create entire or part of intent in single API invocation. Input is expressed in a tree format. Each node in tree can have multiple children of different types. System will resolve the dependencies of nodes within the intent tree and will create the model. Children for any node can be specified using ChildResourceReference or ChildPolicyConfigResource. If a resource is specified using ChildResourceReference then it will not be updated only its children will be updated. If Object is specified using ChildPolicyConfigResource, object along with its children will be updated. Hierarchical API can also be used to delete any sub-branch of entire tree.

        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 Infra
        Parameters:
        infra - (required)
        enforceRevisionCheck - Force revision check (optional, default to false)
        invocationConfig - Configuration for the method invocation.
      • patch

        public void patch​(Infra infra,
                          java.lang.Boolean enforceRevisionCheck,
                          com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
        Description copied from interface: Infra
        Patch API at infra level can be used in two flavours 1. Like a regular API to update Infra object 2. Hierarchical API: To create/update/delete entire or part of intent hierarchy Hierarchical API: Provides users a way to create entire or part of intent in single API invocation. Input is expressed in a tree format. Each node in tree can have multiple children of different types. System will resolve the dependencies of nodes within the intent tree and will create the model. Children for any node can be specified using ChildResourceReference or ChildPolicyConfigResource. If a resource is specified using ChildResourceReference then it will not be updated only its children will be updated. If Object is specified using ChildPolicyConfigResource, object along with its children will be updated. Hierarchical API can also be used to delete any sub-branch of entire tree.

        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 Infra
        Parameters:
        infra - (required)
        enforceRevisionCheck - Force revision check (optional, default to false)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
      • patch

        public void patch​(Infra infra,
                          java.lang.Boolean enforceRevisionCheck,
                          com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
                          com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Description copied from interface: Infra
        Patch API at infra level can be used in two flavours 1. Like a regular API to update Infra object 2. Hierarchical API: To create/update/delete entire or part of intent hierarchy Hierarchical API: Provides users a way to create entire or part of intent in single API invocation. Input is expressed in a tree format. Each node in tree can have multiple children of different types. System will resolve the dependencies of nodes within the intent tree and will create the model. Children for any node can be specified using ChildResourceReference or ChildPolicyConfigResource. If a resource is specified using ChildResourceReference then it will not be updated only its children will be updated. If Object is specified using ChildPolicyConfigResource, object along with its children will be updated. Hierarchical API can also be used to delete any sub-branch of entire tree.

        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 Infra
        Parameters:
        infra - (required)
        enforceRevisionCheck - Force revision check (optional, default to false)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
        invocationConfig - Configuration for the method invocation.
      • update

        public Infra update​(Infra infra)
        Description copied from interface: Infra
        Updates only the single infra object. This does not allow hierarchical updates of entities.

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

        Specified by:
        update in interface Infra
        Parameters:
        infra - (required)
        Returns:
        com.vmware.nsx_policy.model.Infra
      • update

        public Infra update​(Infra infra,
                            com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Description copied from interface: Infra
        Updates only the single infra object. This does not allow hierarchical updates of entities.

        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:
        update in interface Infra
        Parameters:
        infra - (required)
        invocationConfig - Configuration for the method invocation.
        Returns:
        com.vmware.nsx_policy.model.Infra
      • update

        public void update​(Infra infra,
                           com.vmware.vapi.bindings.client.AsyncCallback<Infra> asyncCallback)
        Description copied from interface: Infra
        Updates only the single infra object. This does not allow hierarchical updates of entities.

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

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

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

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

        public void update​(Infra infra,
                           com.vmware.vapi.bindings.client.AsyncCallback<Infra> asyncCallback,
                           com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Description copied from interface: Infra
        Updates only the single infra object. This does not allow hierarchical updates of entities.

        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.Infra

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

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