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 AntreaClusterInfoStatus. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String clusterControlPlaneId)Read Antrea cluster status for a given Antrea cluster identifier.AntreaClusterInfoStatus. 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.AntreaClusterInfoStatusStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String clusterControlPlaneId)AntreaClusterInfoStatusStub. 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 voidStatus. 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.voidStatus. 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.voidStatusStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String clusterControlPlaneId, com.vmware.vapi.bindings.client.AsyncCallback<AntreaClusterInfo> asyncCallback)voidStatusStub. 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 AntreaClusterInfoAntreaClusterInfo. _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 AntreaClusterInfoAntreaClusterInfo. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.AntreaClusterInfoAntreaClusterInfo.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.BuilderAntreaClusterListResult.Builder. setResults(java.util.List<AntreaClusterInfo> results)Antrea cluster list resultsvoidAntreaClusterListResult. setResults(java.util.List<AntreaClusterInfo> results)Antrea cluster list results
-