VirtualWanSecurityProvider Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. VirtualWanSecurityProvider
- com.
Implements
public final class VirtualWanSecurityProvider
implements JsonSerializable<VirtualWanSecurityProvider>
Collection of SecurityProviders.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Virtual |
fromJson(JsonReader jsonReader)
Reads an instance of Virtual |
| String |
name()
Get the name property: Name of the security provider. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Virtual |
type()
Get the type property: Name of the security provider. |
| String |
url()
Get the url property: Url of the security provider. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static VirtualWanSecurityProvider fromJson(JsonReader jsonReader)
Reads an instance of VirtualWanSecurityProvider from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the security provider.
Returns:
toJson
type
public VirtualWanSecurityProviderType type()
Get the type property: Name of the security provider.
Returns:
url
public String url()
Get the url property: Url of the security provider.
Returns:
validate
public void validate()
Validates the instance.