com.azure.resourcemanager.network.models.ConnectivityIssue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-resourcemanager-network Show documentation
Show all versions of azure-resourcemanager-network Show documentation
This package contains Microsoft Azure Network Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.network.models;
import com.azure.core.annotation.Immutable;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.List;
import java.util.Map;
/**
* Information about an issue encountered in the process of checking for connectivity.
*/
@Immutable
public final class ConnectivityIssue {
/*
* The origin of the issue.
*/
@JsonProperty(value = "origin", access = JsonProperty.Access.WRITE_ONLY)
private Origin origin;
/*
* The severity of the issue.
*/
@JsonProperty(value = "severity", access = JsonProperty.Access.WRITE_ONLY)
private Severity severity;
/*
* The type of issue.
*/
@JsonProperty(value = "type", access = JsonProperty.Access.WRITE_ONLY)
private IssueType type;
/*
* Provides additional context on the issue.
*/
@JsonProperty(value = "context", access = JsonProperty.Access.WRITE_ONLY)
private List