VirtualWanSecurityProvider Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. VirtualWanSecurityProvider
- com.
Implements
public final class VirtualWanSecurityProvider
implements JsonSerializable<VirtualWanSecurityProvider>
Collection of SecurityProviders.
Constructor Summary
Constructor | Description |
---|---|
VirtualWanSecurityProvider() |
Creates an instance of Virtual |
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. |
Virtual |
withName(String name)
Set the name property: Name of the security provider. |
Virtual |
withUrl(String url)
Set the url property: Url of the security provider. |
Methods inherited from java.lang.Object
Constructor Details
VirtualWanSecurityProvider
public VirtualWanSecurityProvider()
Creates an instance of VirtualWanSecurityProvider class.
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.
withName
public VirtualWanSecurityProvider withName(String name)
Set the name property: Name of the security provider.
Parameters:
Returns:
withUrl
public VirtualWanSecurityProvider withUrl(String url)
Set the url property: Url of the security provider.
Parameters:
Returns:
Applies to
Azure SDK for Java