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 ServiceInterface
ServiceInterfaces. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId)
Read service interfaceServiceInterface
ServiceInterfaces. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read service interfaceServiceInterface
ServiceInterfacesStub. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId)
ServiceInterface
ServiceInterfacesStub. 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 void
ServiceInterfaces. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)
Read service interfacevoid
ServiceInterfaces. 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 interfacevoid
ServiceInterfacesStub. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)
void
ServiceInterfacesStub. 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 ServiceInterface
ServiceInterfaces. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId)
Read Tier 1 service interfaceServiceInterface
ServiceInterfaces. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read Tier 1 service interfaceServiceInterface
ServiceInterfacesStub. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId)
ServiceInterface
ServiceInterfacesStub. 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 void
ServiceInterfaces. 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 interfacevoid
ServiceInterfaces. 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 interfacevoid
ServiceInterfacesStub. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)
void
ServiceInterfacesStub. 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 ServiceInterface
ServiceInterfaces. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId)
Read service interfaceServiceInterface
ServiceInterfaces. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read service interfaceServiceInterface
ServiceInterfacesStub. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId)
ServiceInterface
ServiceInterfacesStub. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServiceInterface
ServiceInterfaces. 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.ServiceInterface
ServiceInterfaces. 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.ServiceInterface
ServiceInterfacesStub. update(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)
ServiceInterface
ServiceInterfacesStub. 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 void
ServiceInterfaces. 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.void
ServiceInterfaces. 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.void
ServiceInterfaces. 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.void
ServiceInterfaces. 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.void
ServiceInterfacesStub. patch(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)
void
ServiceInterfacesStub. 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)
void
ServiceInterfacesStub. 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)
void
ServiceInterfacesStub. patch(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServiceInterface
ServiceInterfaces. 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.void
ServiceInterfaces. 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.void
ServiceInterfaces. 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.ServiceInterface
ServiceInterfaces. 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.ServiceInterface
ServiceInterfacesStub. update(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)
void
ServiceInterfacesStub. update(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)
void
ServiceInterfacesStub. 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)
ServiceInterface
ServiceInterfacesStub. 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 void
ServiceInterfaces. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)
Read service interfacevoid
ServiceInterfaces. 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 interfacevoid
ServiceInterfacesStub. get(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)
void
ServiceInterfacesStub. 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)
void
ServiceInterfaces. 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.void
ServiceInterfaces. 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.void
ServiceInterfacesStub. update(java.lang.String tier0Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)
void
ServiceInterfacesStub. 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 ServiceInterface
ServiceInterfaces. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId)
Read Tier 1 service interfaceServiceInterface
ServiceInterfaces. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read Tier 1 service interfaceServiceInterface
ServiceInterfacesStub. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId)
ServiceInterface
ServiceInterfacesStub. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServiceInterface
ServiceInterfaces. 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.ServiceInterface
ServiceInterfaces. 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.ServiceInterface
ServiceInterfacesStub. update(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)
ServiceInterface
ServiceInterfacesStub. 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 void
ServiceInterfaces. 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.void
ServiceInterfaces. 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.void
ServiceInterfaces. 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.void
ServiceInterfaces. 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.void
ServiceInterfacesStub. patch(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)
void
ServiceInterfacesStub. 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)
void
ServiceInterfacesStub. 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)
void
ServiceInterfacesStub. patch(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServiceInterface
ServiceInterfaces. 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.void
ServiceInterfaces. 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.void
ServiceInterfaces. 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.ServiceInterface
ServiceInterfaces. 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.ServiceInterface
ServiceInterfacesStub. update(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)
void
ServiceInterfacesStub. update(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)
void
ServiceInterfacesStub. 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)
ServiceInterface
ServiceInterfacesStub. 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 void
ServiceInterfaces. 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 interfacevoid
ServiceInterfaces. 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 interfacevoid
ServiceInterfacesStub. get(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)
void
ServiceInterfacesStub. 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)
void
ServiceInterfaces. 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.void
ServiceInterfaces. 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.void
ServiceInterfacesStub. update(java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface, com.vmware.vapi.bindings.client.AsyncCallback<ServiceInterface> asyncCallback)
void
ServiceInterfacesStub. 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 ServiceInterface
ServiceInterface. _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 ServiceInterface
ServiceInterface. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ServiceInterface
ServiceInterface.Builder. build()
ServiceInterface
ChildServiceInterface. 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.Builder
ChildServiceInterface.Builder. setServiceInterface(ServiceInterface serviceInterface)
void
ChildServiceInterface. setServiceInterface(ServiceInterface serviceInterface)
Method parameters in com.vmware.nsx_policy.model with type arguments of type ServiceInterface Modifier and Type Method Description ServiceInterfaceListResult.Builder
ServiceInterfaceListResult.Builder. setResults(java.util.List<ServiceInterface> results)
Service Interface list resultsvoid
ServiceInterfaceListResult. 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 ServiceInterface
ServiceInterfaces. 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 interfaceServiceInterface
ServiceInterfaces. 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 interfaceServiceInterface
ServiceInterfacesStub. get(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId)
ServiceInterface
ServiceInterfacesStub. 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)
ServiceInterface
ServiceInterfaces. 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.ServiceInterface
ServiceInterfaces. 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.ServiceInterface
ServiceInterfacesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)
ServiceInterface
ServiceInterfacesStub. 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 void
ServiceInterfaces. 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.void
ServiceInterfaces. 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.void
ServiceInterfaces. 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.void
ServiceInterfaces. 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.void
ServiceInterfacesStub. patch(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)
void
ServiceInterfacesStub. 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)
void
ServiceInterfacesStub. 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)
void
ServiceInterfacesStub. 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)
ServiceInterface
ServiceInterfaces. 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.void
ServiceInterfaces. 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.void
ServiceInterfaces. 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.ServiceInterface
ServiceInterfaces. 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.ServiceInterface
ServiceInterfacesStub. update(java.lang.String orgId, java.lang.String projectId, java.lang.String tier1Id, java.lang.String localeServiceId, java.lang.String interfaceId, ServiceInterface serviceInterface)
void
ServiceInterfacesStub. 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)
void
ServiceInterfacesStub. 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)
ServiceInterface
ServiceInterfacesStub. 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 void
ServiceInterfaces. 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 interfacevoid
ServiceInterfaces. 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 interfacevoid
ServiceInterfacesStub. 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)
void
ServiceInterfacesStub. 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)
void
ServiceInterfaces. 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.void
ServiceInterfaces. 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.void
ServiceInterfacesStub. 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)
void
ServiceInterfacesStub. 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)
-