Class KubernetesServiceEvidence
java.lang.Object
com.microsoft.graph.security.models.AlertEvidence
com.microsoft.graph.security.models.KubernetesServiceEvidence
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class KubernetesServiceEvidence
extends AlertEvidence
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Kubernetes Service Evidence.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Cluster IP.The External IPs.The Labels.The Name.The Namespace.The Selector.The Service Ports.The Service Type.Fields inherited from class com.microsoft.graph.security.models.AlertEvidence
createdDateTime, detailedRoles, oDataType, remediationStatus, remediationStatusDetails, roles, tags, verdict -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.security.models.AlertEvidence
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
clusterIP
@SerializedName(value="clusterIP", alternate="ClusterIP") @Expose @Nullable public IpEvidence clusterIPThe Cluster IP. The service cluster IP. -
externalIPs
@SerializedName(value="externalIPs", alternate="ExternalIPs") @Expose @Nullable public List<IpEvidence> externalIPsThe External IPs. The service external IPs. -
labels
The Labels. The service labels. -
name
The Name. The service name. -
namespace
@SerializedName(value="namespace", alternate="Namespace") @Expose @Nullable public KubernetesNamespaceEvidence namespaceThe Namespace. The service namespace. -
selector
@SerializedName(value="selector", alternate="Selector") @Expose @Nullable public Dictionary selectorThe Selector. The service selector. -
servicePorts
@SerializedName(value="servicePorts", alternate="ServicePorts") @Expose @Nullable public List<KubernetesServicePort> servicePortsThe Service Ports. The list of service ports. -
serviceType
@SerializedName(value="serviceType", alternate="ServiceType") @Expose @Nullable public KubernetesServiceType serviceTypeThe Service Type. The service type. Possible values are: unknown, clusterIP, externalName, nodePort, loadBalancer, unknownFutureValue.
-
-
Constructor Details
-
KubernetesServiceEvidence
public KubernetesServiceEvidence()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classAlertEvidence- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-