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 Details

    • clusterIP

      @SerializedName(value="clusterIP", alternate="ClusterIP") @Expose @Nullable public IpEvidence clusterIP
      The Cluster IP. The service cluster IP.
    • externalIPs

      @SerializedName(value="externalIPs", alternate="ExternalIPs") @Expose @Nullable public List<IpEvidence> externalIPs
      The External IPs. The service external IPs.
    • labels

      @SerializedName(value="labels", alternate="Labels") @Expose @Nullable public Dictionary labels
      The Labels. The service labels.
    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The Name. The service name.
    • namespace

      @SerializedName(value="namespace", alternate="Namespace") @Expose @Nullable public KubernetesNamespaceEvidence namespace
      The Namespace. The service namespace.
    • selector

      @SerializedName(value="selector", alternate="Selector") @Expose @Nullable public Dictionary selector
      The Selector. The service selector.
    • servicePorts

      @SerializedName(value="servicePorts", alternate="ServicePorts") @Expose @Nullable public List<KubernetesServicePort> servicePorts
      The Service Ports. The list of service ports.
    • serviceType

      @SerializedName(value="serviceType", alternate="ServiceType") @Expose @Nullable public KubernetesServiceType serviceType
      The 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class AlertEvidence
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to