Uses of Class
com.vmware.nsx_policy.model.ServiceInterface
-
-
Uses of ServiceInterface in com.vmware.nsx_policy.global_infra.tier_0s.locale_services
Methods in com.vmware.nsx_policy.global_infra.tier_0s.locale_services that return ServiceInterface Modifier and Type Method Description ServiceInterfaceServiceInterfaces. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId)Read service interfaceServiceInterfaceServiceInterfaces. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read service interfaceServiceInterfaceServiceInterfacesStub. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId)ServiceInterfaceServiceInterfacesStub. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.global_infra.tier_0s.locale_services with type arguments of type ServiceInterface Modifier and Type Method Description voidServiceInterfaces. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)Read service interfacevoidServiceInterfaces. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read service interfacevoidServiceInterfacesStub. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)voidServiceInterfacesStub. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of ServiceInterface in com.vmware.nsx_policy.global_infra.tier_1s.locale_services
Methods in com.vmware.nsx_policy.global_infra.tier_1s.locale_services that return ServiceInterface Modifier and Type Method Description ServiceInterfaceServiceInterfaces. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId)Read Tier 1 service interfaceServiceInterfaceServiceInterfaces. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read Tier 1 service interfaceServiceInterfaceServiceInterfacesStub. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId)ServiceInterfaceServiceInterfacesStub. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.global_infra.tier_1s.locale_services with type arguments of type ServiceInterface Modifier and Type Method Description voidServiceInterfaces. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)Read Tier 1 service interfacevoidServiceInterfaces. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read Tier 1 service interfacevoidServiceInterfacesStub. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)voidServiceInterfacesStub. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of ServiceInterface in com.vmware.nsx_policy.infra.tier_0s.locale_services
Methods in com.vmware.nsx_policy.infra.tier_0s.locale_services that return ServiceInterface Modifier and Type Method Description ServiceInterfaceServiceInterfaces. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId)Read service interfaceServiceInterfaceServiceInterfaces. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read service interfaceServiceInterfaceServiceInterfacesStub. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId)ServiceInterfaceServiceInterfacesStub. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ServiceInterfaceServiceInterfaces. update(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)If an interface with the interface-id is not already present, create a new interface.ServiceInterfaceServiceInterfaces. update(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If an interface with the interface-id is not already present, create a new interface.ServiceInterfaceServiceInterfacesStub. update(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)ServiceInterfaceServiceInterfacesStub. update(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Methods in com.vmware.nsx_policy.infra.tier_0s.locale_services with parameters of type ServiceInterface Modifier and Type Method Description voidServiceInterfaces. patch(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)If an interface with the interface-id is not already present, create a new interface.voidServiceInterfaces. patch(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)If an interface with the interface-id is not already present, create a new interface.voidServiceInterfaces. patch(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If an interface with the interface-id is not already present, create a new interface.voidServiceInterfaces. patch(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If an interface with the interface-id is not already present, create a new interface.voidServiceInterfacesStub. patch(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)voidServiceInterfacesStub. patch(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)voidServiceInterfacesStub. patch(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidServiceInterfacesStub. patch(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ServiceInterfaceServiceInterfaces. update(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)If an interface with the interface-id is not already present, create a new interface.voidServiceInterfaces. update(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)If an interface with the interface-id is not already present, create a new interface.voidServiceInterfaces. update(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If an interface with the interface-id is not already present, create a new interface.ServiceInterfaceServiceInterfaces. update(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If an interface with the interface-id is not already present, create a new interface.ServiceInterfaceServiceInterfacesStub. update(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)voidServiceInterfacesStub. update(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)voidServiceInterfacesStub. update(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ServiceInterfaceServiceInterfacesStub. update(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra.tier_0s.locale_services with type arguments of type ServiceInterface Modifier and Type Method Description voidServiceInterfaces. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)Read service interfacevoidServiceInterfaces. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read service interfacevoidServiceInterfacesStub. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)voidServiceInterfacesStub. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidServiceInterfaces. update(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)If an interface with the interface-id is not already present, create a new interface.voidServiceInterfaces. update(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If an interface with the interface-id is not already present, create a new interface.voidServiceInterfacesStub. update(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)voidServiceInterfacesStub. update(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of ServiceInterface in com.vmware.nsx_policy.infra.tier_1s.locale_services
Methods in com.vmware.nsx_policy.infra.tier_1s.locale_services that return ServiceInterface Modifier and Type Method Description ServiceInterfaceServiceInterfaces. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId)Read Tier 1 service interfaceServiceInterfaceServiceInterfaces. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read Tier 1 service interfaceServiceInterfaceServiceInterfacesStub. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId)ServiceInterfaceServiceInterfacesStub. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ServiceInterfaceServiceInterfaces. update(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.ServiceInterfaceServiceInterfaces. update(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.ServiceInterfaceServiceInterfacesStub. update(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)ServiceInterfaceServiceInterfacesStub. update(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Methods in com.vmware.nsx_policy.infra.tier_1s.locale_services with parameters of type ServiceInterface Modifier and Type Method Description voidServiceInterfaces. patch(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.voidServiceInterfaces. patch(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.voidServiceInterfaces. patch(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.voidServiceInterfaces. patch(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.voidServiceInterfacesStub. patch(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)voidServiceInterfacesStub. patch(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)voidServiceInterfacesStub. patch(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidServiceInterfacesStub. patch(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ServiceInterfaceServiceInterfaces. update(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.voidServiceInterfaces. update(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.voidServiceInterfaces. update(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.ServiceInterfaceServiceInterfaces. update(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.ServiceInterfaceServiceInterfacesStub. update(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)voidServiceInterfacesStub. update(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)voidServiceInterfacesStub. update(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ServiceInterfaceServiceInterfacesStub. update(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra.tier_1s.locale_services with type arguments of type ServiceInterface Modifier and Type Method Description voidServiceInterfaces. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)Read Tier 1 service interfacevoidServiceInterfaces. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read Tier 1 service interfacevoidServiceInterfacesStub. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)voidServiceInterfacesStub. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidServiceInterfaces. update(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.voidServiceInterfaces. update(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.voidServiceInterfacesStub. update(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)voidServiceInterfacesStub. update(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of ServiceInterface in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ServiceInterface Modifier and Type Method Description static ServiceInterfaceServiceInterface. _newInstance(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static ServiceInterfaceServiceInterface. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ServiceInterfaceServiceInterface.Builder. build()ServiceInterfaceChildServiceInterface. getServiceInterface()Methods in com.vmware.nsx_policy.model that return types with arguments of type ServiceInterface Modifier and Type Method Description java.util.List<ServiceInterface>ServiceInterfaceListResult. getResults()Service Interface list resultsMethods in com.vmware.nsx_policy.model with parameters of type ServiceInterface Modifier and Type Method Description ChildServiceInterface.BuilderChildServiceInterface.Builder. setServiceInterface(ServiceInterface serviceInterface)voidChildServiceInterface. setServiceInterface(ServiceInterface serviceInterface)Method parameters in com.vmware.nsx_policy.model with type arguments of type ServiceInterface Modifier and Type Method Description ServiceInterfaceListResult.BuilderServiceInterfaceListResult.Builder. setResults(java.util.List<ServiceInterface> results)Service Interface list resultsvoidServiceInterfaceListResult. setResults(java.util.List<ServiceInterface> results)Service Interface list results -
Uses of ServiceInterface in com.vmware.nsx_policy.orgs.projects.infra.tier_1s.locale_services
Methods in com.vmware.nsx_policy.orgs.projects.infra.tier_1s.locale_services that return ServiceInterface Modifier and Type Method Description ServiceInterfaceServiceInterfaces. get(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId)Read Tier 1 service interfaceServiceInterfaceServiceInterfaces. get(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read Tier 1 service interfaceServiceInterfaceServiceInterfacesStub. get(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId)ServiceInterfaceServiceInterfacesStub. get(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ServiceInterfaceServiceInterfaces. update(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.ServiceInterfaceServiceInterfaces. update(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.ServiceInterfaceServiceInterfacesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)ServiceInterfaceServiceInterfacesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Methods in com.vmware.nsx_policy.orgs.projects.infra.tier_1s.locale_services with parameters of type ServiceInterface Modifier and Type Method Description voidServiceInterfaces. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.voidServiceInterfaces. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.voidServiceInterfaces. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.voidServiceInterfaces. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.voidServiceInterfacesStub. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)voidServiceInterfacesStub. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)voidServiceInterfacesStub. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidServiceInterfacesStub. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ServiceInterfaceServiceInterfaces. update(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.voidServiceInterfaces. update(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.voidServiceInterfaces. update(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.ServiceInterfaceServiceInterfaces. update(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.ServiceInterfaceServiceInterfacesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)voidServiceInterfacesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)voidServiceInterfacesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ServiceInterfaceServiceInterfacesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.orgs.projects.infra.tier_1s.locale_services with type arguments of type ServiceInterface Modifier and Type Method Description voidServiceInterfaces. get(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)Read Tier 1 service interfacevoidServiceInterfaces. get(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read Tier 1 service interfacevoidServiceInterfacesStub. get(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)voidServiceInterfacesStub. get(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidServiceInterfaces. update(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.voidServiceInterfaces. update(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface.voidServiceInterfacesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)voidServiceInterfacesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-