NetworkProfile Class

Service network profile payload.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
NetworkProfile

Constructor

NetworkProfile(*, service_runtime_subnet_id: Optional[str] = None, app_subnet_id: Optional[str] = None, service_cidr: Optional[str] = None, service_runtime_network_resource_group: Optional[str] = None, app_network_resource_group: Optional[str] = None, **kwargs)

Variables

service_runtime_subnet_id
str

Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime.

app_subnet_id
str

Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps.

service_cidr
str

Azure Spring Cloud service reserved CIDR.

service_runtime_network_resource_group
str

Name of the resource group containing network resources of Azure Spring Cloud Service Runtime.

app_network_resource_group
str

Name of the resource group containing network resources of Azure Spring Cloud Apps.

outbound_i_ps
NetworkProfileOutboundIPs

Desired outbound IP resources for Azure Spring Cloud instance.

required_traffics
list[RequiredTraffic]

Required inbound or outbound traffics for Azure Spring Cloud instance.