Class KubernetesPodEvidence
- java.lang.Object
-
- odata.msgraph.client.security.complex.AlertEvidence
-
- odata.msgraph.client.security.complex.KubernetesPodEvidence
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class KubernetesPodEvidence extends AlertEvidence implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKubernetesPodEvidence.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<ContainerEvidence>containersprotected StringcontainersNextLinkprotected KubernetesControllerEvidencecontrollerprotected List<ContainerEvidence>ephemeralContainersprotected StringephemeralContainersNextLinkprotected List<ContainerEvidence>initContainersprotected StringinitContainersNextLinkprotected Dictionarylabelsprotected Stringnameprotected KubernetesNamespaceEvidencenamespaceprotected IpEvidencepodIpprotected KubernetesServiceAccountEvidenceserviceAccount-
Fields inherited from class odata.msgraph.client.security.complex.AlertEvidence
contextPath, createdDateTime, detailedRoles, detailedRolesNextLink, odataType, remediationStatus, remediationStatusDetails, roles, rolesNextLink, tags, tagsNextLink, unmappedFields, verdict
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedKubernetesPodEvidence()
-
Method Summary
-
Methods inherited from class odata.msgraph.client.security.complex.AlertEvidence
builder, getCreatedDateTime, getDetailedRoles, getDetailedRoles, getRemediationStatus, getRemediationStatusDetails, getRoles, getRoles, getTags, getTags, getVerdict, withCreatedDateTime, withRemediationStatus, withRemediationStatusDetails, withVerdict
-
-
-
-
Field Detail
-
containers
protected List<ContainerEvidence> containers
-
containersNextLink
protected String containersNextLink
-
controller
protected KubernetesControllerEvidence controller
-
ephemeralContainers
protected List<ContainerEvidence> ephemeralContainers
-
ephemeralContainersNextLink
protected String ephemeralContainersNextLink
-
initContainers
protected List<ContainerEvidence> initContainers
-
initContainersNextLink
protected String initContainersNextLink
-
labels
protected Dictionary labels
-
name
protected String name
-
namespace
protected KubernetesNamespaceEvidence namespace
-
podIp
protected IpEvidence podIp
-
serviceAccount
protected KubernetesServiceAccountEvidence serviceAccount
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAlertEvidence
-
getContainers
public com.github.davidmoten.odata.client.CollectionPage<ContainerEvidence> getContainers()
-
getContainers
public com.github.davidmoten.odata.client.CollectionPage<ContainerEvidence> getContainers(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getController
public Optional<KubernetesControllerEvidence> getController()
-
withController
public KubernetesPodEvidence withController(KubernetesControllerEvidence controller)
-
getEphemeralContainers
public com.github.davidmoten.odata.client.CollectionPage<ContainerEvidence> getEphemeralContainers()
-
getEphemeralContainers
public com.github.davidmoten.odata.client.CollectionPage<ContainerEvidence> getEphemeralContainers(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getInitContainers
public com.github.davidmoten.odata.client.CollectionPage<ContainerEvidence> getInitContainers()
-
getInitContainers
public com.github.davidmoten.odata.client.CollectionPage<ContainerEvidence> getInitContainers(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getLabels
public Optional<Dictionary> getLabels()
-
withLabels
public KubernetesPodEvidence withLabels(Dictionary labels)
-
withName
public KubernetesPodEvidence withName(String name)
-
getNamespace
public Optional<KubernetesNamespaceEvidence> getNamespace()
-
withNamespace
public KubernetesPodEvidence withNamespace(KubernetesNamespaceEvidence namespace)
-
getPodIp
public Optional<IpEvidence> getPodIp()
-
withPodIp
public KubernetesPodEvidence withPodIp(IpEvidence podIp)
-
getServiceAccount
public Optional<KubernetesServiceAccountEvidence> getServiceAccount()
-
withServiceAccount
public KubernetesPodEvidence withServiceAccount(KubernetesServiceAccountEvidence serviceAccount)
-
withUnmappedField
public KubernetesPodEvidence withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classAlertEvidence
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classAlertEvidence
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classAlertEvidence
-
builderKubernetesPodEvidence
public static KubernetesPodEvidence.Builder builderKubernetesPodEvidence()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classAlertEvidence
-
-