NetworkConfiguration Class

  • java.lang.Object
    • com.azure.resourcemanager.logic.models.NetworkConfiguration

public final class NetworkConfiguration

The network configuration.

Constructor Summary

Constructor Description
NetworkConfiguration()

Creates an instance of NetworkConfiguration class.

Method Summary

Modifier and Type Method and Description
IntegrationServiceEnvironmentAccessEndpoint accessEndpoint()

Get the accessEndpoint property: The access endpoint.

List<ResourceReference> subnets()

Get the subnets property: The subnets.

void validate()

Validates the instance.

String virtualNetworkAddressSpace()

Get the virtualNetworkAddressSpace property: Gets the virtual network address space.

NetworkConfiguration withAccessEndpoint(IntegrationServiceEnvironmentAccessEndpoint accessEndpoint)

Set the accessEndpoint property: The access endpoint.

NetworkConfiguration withSubnets(List<ResourceReference> subnets)

Set the subnets property: The subnets.

NetworkConfiguration withVirtualNetworkAddressSpace(String virtualNetworkAddressSpace)

Set the virtualNetworkAddressSpace property: Gets the virtual network address space.

Methods inherited from java.lang.Object

Constructor Details

NetworkConfiguration

public NetworkConfiguration()

Creates an instance of NetworkConfiguration class.

Method Details

accessEndpoint

public IntegrationServiceEnvironmentAccessEndpoint accessEndpoint()

Get the accessEndpoint property: The access endpoint.

Returns:

the accessEndpoint value.

subnets

public List subnets()

Get the subnets property: The subnets.

Returns:

the subnets value.

validate

public void validate()

Validates the instance.

virtualNetworkAddressSpace

public String virtualNetworkAddressSpace()

Get the virtualNetworkAddressSpace property: Gets the virtual network address space.

Returns:

the virtualNetworkAddressSpace value.

withAccessEndpoint

public NetworkConfiguration withAccessEndpoint(IntegrationServiceEnvironmentAccessEndpoint accessEndpoint)

Set the accessEndpoint property: The access endpoint.

Parameters:

accessEndpoint - the accessEndpoint value to set.

Returns:

the NetworkConfiguration object itself.

withSubnets

public NetworkConfiguration withSubnets(List subnets)

Set the subnets property: The subnets.

Parameters:

subnets - the subnets value to set.

Returns:

the NetworkConfiguration object itself.

withVirtualNetworkAddressSpace

public NetworkConfiguration withVirtualNetworkAddressSpace(String virtualNetworkAddressSpace)

Set the virtualNetworkAddressSpace property: Gets the virtual network address space.

Parameters:

virtualNetworkAddressSpace - the virtualNetworkAddressSpace value to set.

Returns:

the NetworkConfiguration object itself.

Applies to