Uses of Class
odata.msgraph.client.security.complex.IpEvidence
-
Packages that use IpEvidence Package Description odata.msgraph.client.security.complex -
-
Uses of IpEvidence in odata.msgraph.client.security.complex
Fields in odata.msgraph.client.security.complex declared as IpEvidence Modifier and Type Field Description protected IpEvidenceKubernetesServiceEvidence. clusterIPprotected IpEvidenceKubernetesPodEvidence. podIpFields in odata.msgraph.client.security.complex with type parameters of type IpEvidence Modifier and Type Field Description protected List<IpEvidence>KubernetesServiceEvidence. externalIPsMethods in odata.msgraph.client.security.complex that return IpEvidence Modifier and Type Method Description IpEvidenceIpEvidence.Builder. build()IpEvidenceIpEvidence. withCountryLetterCode(String countryLetterCode)IpEvidenceIpEvidence. withIpAddress(String ipAddress)IpEvidenceIpEvidence. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.security.complex that return types with arguments of type IpEvidence Modifier and Type Method Description Optional<IpEvidence>KubernetesServiceEvidence. getClusterIP()com.github.davidmoten.odata.client.CollectionPage<IpEvidence>KubernetesServiceEvidence. getExternalIPs()com.github.davidmoten.odata.client.CollectionPage<IpEvidence>KubernetesServiceEvidence. getExternalIPs(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<IpEvidence>KubernetesPodEvidence. getPodIp()Methods in odata.msgraph.client.security.complex with parameters of type IpEvidence Modifier and Type Method Description KubernetesServiceEvidence.BuilderKubernetesServiceEvidence.Builder. clusterIP(IpEvidence clusterIP)KubernetesServiceEvidence.BuilderKubernetesServiceEvidence.Builder. externalIPs(IpEvidence... externalIPs)KubernetesPodEvidence.BuilderKubernetesPodEvidence.Builder. podIp(IpEvidence podIp)KubernetesServiceEvidenceKubernetesServiceEvidence. withClusterIP(IpEvidence clusterIP)KubernetesPodEvidenceKubernetesPodEvidence. withPodIp(IpEvidence podIp)Method parameters in odata.msgraph.client.security.complex with type arguments of type IpEvidence Modifier and Type Method Description KubernetesServiceEvidence.BuilderKubernetesServiceEvidence.Builder. externalIPs(List<IpEvidence> externalIPs)
-