Dela via


RuleSetInner Class

public final class RuleSetInner
extends ProxyResource

Friendly RuleSet name mapping to the any RuleSet or secret related information.

Constructor Summary

Constructor Description
RuleSetInner()

Creates an instance of RuleSetInner class.

Method Summary

Modifier and Type Method and Description
DeploymentStatus deploymentStatus()

Get the deploymentStatus property: The deploymentStatus property.

static RuleSetInner fromJson(JsonReader jsonReader)

Reads an instance of RuleSetInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

String profileName()

Get the profileName property: The name of the profile which holds the rule set.

AfdProvisioningState provisioningState()

Get the provisioningState property: Provisioning status.

SystemData systemData()

Get the systemData property: Read only system data.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

RuleSetInner

public RuleSetInner()

Creates an instance of RuleSetInner class.

Method Details

deploymentStatus

public DeploymentStatus deploymentStatus()

Get the deploymentStatus property: The deploymentStatus property.

Returns:

the deploymentStatus value.

fromJson

public static RuleSetInner fromJson(JsonReader jsonReader)

Reads an instance of RuleSetInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of RuleSetInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

RuleSetInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

RuleSetInner.name()

Returns:

the name value.

profileName

public String profileName()

Get the profileName property: The name of the profile which holds the rule set.

Returns:

the profileName value.

provisioningState

public AfdProvisioningState provisioningState()

Get the provisioningState property: Provisioning status.

Returns:

the provisioningState value.

systemData

public SystemData systemData()

Get the systemData property: Read only system data.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

RuleSetInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

RuleSetInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to