NetworkIntentPolicyConfiguration Class

  • java.lang.Object
    • com.microsoft.azure.management.network.NetworkIntentPolicyConfiguration

public class NetworkIntentPolicyConfiguration

Details of NetworkIntentPolicyConfiguration for PrepareNetworkPoliciesRequest.

Constructor Summary

Constructor Description
NetworkIntentPolicyConfiguration()

Method Summary

Modifier and Type Method and Description
java.lang.String networkIntentPolicyName()

Get the name of the Network Intent Policy for storing in target subscription.

NetworkIntentPolicy sourceNetworkIntentPolicy()

Get source network intent policy.

NetworkIntentPolicyConfiguration withNetworkIntentPolicyName(String networkIntentPolicyName)

Set the name of the Network Intent Policy for storing in target subscription.

NetworkIntentPolicyConfiguration withSourceNetworkIntentPolicy(NetworkIntentPolicy sourceNetworkIntentPolicy)

Set source network intent policy.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

NetworkIntentPolicyConfiguration

public NetworkIntentPolicyConfiguration()

Method Details

networkIntentPolicyName

public String networkIntentPolicyName()

Get the name of the Network Intent Policy for storing in target subscription.

Returns:

the networkIntentPolicyName value

sourceNetworkIntentPolicy

public NetworkIntentPolicy sourceNetworkIntentPolicy()

Get source network intent policy.

Returns:

the sourceNetworkIntentPolicy value

withNetworkIntentPolicyName

public NetworkIntentPolicyConfiguration withNetworkIntentPolicyName(String networkIntentPolicyName)

Set the name of the Network Intent Policy for storing in target subscription.

Parameters:

networkIntentPolicyName - the networkIntentPolicyName value to set

Returns:

the NetworkIntentPolicyConfiguration object itself.

withSourceNetworkIntentPolicy

public NetworkIntentPolicyConfiguration withSourceNetworkIntentPolicy(NetworkIntentPolicy sourceNetworkIntentPolicy)

Set source network intent policy.

Parameters:

sourceNetworkIntentPolicy - the sourceNetworkIntentPolicy value to set

Returns:

the NetworkIntentPolicyConfiguration object itself.

Applies to