Uses of Class
odata.msgraph.client.security.complex.KubernetesServicePort
-
Packages that use KubernetesServicePort Package Description odata.msgraph.client.security.complex -
-
Uses of KubernetesServicePort in odata.msgraph.client.security.complex
Fields in odata.msgraph.client.security.complex with type parameters of type KubernetesServicePort Modifier and Type Field Description protected List<KubernetesServicePort>KubernetesServiceEvidence. servicePortsMethods in odata.msgraph.client.security.complex that return KubernetesServicePort Modifier and Type Method Description KubernetesServicePortKubernetesServicePort.Builder. build()KubernetesServicePortKubernetesServicePort. withAppProtocol(String appProtocol)KubernetesServicePortKubernetesServicePort. withName(String name)KubernetesServicePortKubernetesServicePort. withNodePort(Integer nodePort)KubernetesServicePortKubernetesServicePort. withPort(Integer port)KubernetesServicePortKubernetesServicePort. withProtocol(ContainerPortProtocol protocol)KubernetesServicePortKubernetesServicePort. withTargetPort(String targetPort)KubernetesServicePortKubernetesServicePort. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.security.complex that return types with arguments of type KubernetesServicePort Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<KubernetesServicePort>KubernetesServiceEvidence. getServicePorts()com.github.davidmoten.odata.client.CollectionPage<KubernetesServicePort>KubernetesServiceEvidence. getServicePorts(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.security.complex with parameters of type KubernetesServicePort Modifier and Type Method Description KubernetesServiceEvidence.BuilderKubernetesServiceEvidence.Builder. servicePorts(KubernetesServicePort... servicePorts)Method parameters in odata.msgraph.client.security.complex with type arguments of type KubernetesServicePort Modifier and Type Method Description KubernetesServiceEvidence.BuilderKubernetesServiceEvidence.Builder. servicePorts(List<KubernetesServicePort> servicePorts)
-