Uses of Class
com.vmware.nsx_policy.model.AntreaClusterInfo
-
Packages that use AntreaClusterInfo Package Description com.vmware.nsx_policy.infra.sites.enforcement_points.cluster_control_planes com.vmware.nsx_policy.model -
-
Uses of AntreaClusterInfo in com.vmware.nsx_policy.infra.sites.enforcement_points.cluster_control_planes
Methods in com.vmware.nsx_policy.infra.sites.enforcement_points.cluster_control_planes that return AntreaClusterInfo Modifier and Type Method Description AntreaClusterInfo
Status. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String clusterControlPlaneId)
Read Antrea cluster status for a given Antrea cluster identifier.AntreaClusterInfo
Status. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String clusterControlPlaneId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read Antrea cluster status for a given Antrea cluster identifier.AntreaClusterInfo
StatusStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String clusterControlPlaneId)
AntreaClusterInfo
StatusStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String clusterControlPlaneId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.sites.enforcement_points.cluster_control_planes with type arguments of type AntreaClusterInfo Modifier and Type Method Description void
Status. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String clusterControlPlaneId, com.vmware.vapi.bindings.client.AsyncCallback<AntreaClusterInfo> asyncCallback)
Read Antrea cluster status for a given Antrea cluster identifier.void
Status. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String clusterControlPlaneId, com.vmware.vapi.bindings.client.AsyncCallback<AntreaClusterInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read Antrea cluster status for a given Antrea cluster identifier.void
StatusStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String clusterControlPlaneId, com.vmware.vapi.bindings.client.AsyncCallback<AntreaClusterInfo> asyncCallback)
void
StatusStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String clusterControlPlaneId, com.vmware.vapi.bindings.client.AsyncCallback<AntreaClusterInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of AntreaClusterInfo in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return AntreaClusterInfo Modifier and Type Method Description static AntreaClusterInfo
AntreaClusterInfo. _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 AntreaClusterInfo
AntreaClusterInfo. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.AntreaClusterInfo
AntreaClusterInfo.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type AntreaClusterInfo Modifier and Type Method Description java.util.List<AntreaClusterInfo>
AntreaClusterListResult. getResults()
Antrea cluster list resultsMethod parameters in com.vmware.nsx_policy.model with type arguments of type AntreaClusterInfo Modifier and Type Method Description AntreaClusterListResult.Builder
AntreaClusterListResult.Builder. setResults(java.util.List<AntreaClusterInfo> results)
Antrea cluster list resultsvoid
AntreaClusterListResult. setResults(java.util.List<AntreaClusterInfo> results)
Antrea cluster list results
-