public class PrepareNetworkPoliciesRequest extends Object
| Constructor and Description |
|---|
PrepareNetworkPoliciesRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<NetworkIntentPolicyConfiguration> |
networkIntentPolicyConfigurations()
Get a list of NetworkIntentPolicyConfiguration.
|
String |
serviceName()
Get the name of the service for which subnet is being prepared for.
|
PrepareNetworkPoliciesRequest |
withNetworkIntentPolicyConfigurations(List<NetworkIntentPolicyConfiguration> networkIntentPolicyConfigurations)
Set a list of NetworkIntentPolicyConfiguration.
|
PrepareNetworkPoliciesRequest |
withServiceName(String serviceName)
Set the name of the service for which subnet is being prepared for.
|
public String serviceName()
public PrepareNetworkPoliciesRequest withServiceName(String serviceName)
serviceName - the serviceName value to setpublic List<NetworkIntentPolicyConfiguration> networkIntentPolicyConfigurations()
public PrepareNetworkPoliciesRequest withNetworkIntentPolicyConfigurations(List<NetworkIntentPolicyConfiguration> networkIntentPolicyConfigurations)
networkIntentPolicyConfigurations - the networkIntentPolicyConfigurations value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/