Azure / Azure/azure-libraries-for-java
Fluent: would like to create/referencing NetworkSecurityGroup in VMSS definition API
- Lenguaje dominante
- Java
- Estrellas
- 97
- Forks
- 102
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
_From @TimLovellSmith on September 7, 2017 20:27_
With 1.1.3 I can't see any way to define the 'networkSecurityGroup' field for the VMSS network interface configuration part of the REST API!
From what I've seen of 1.2.0 release notes I am guessing that this functionality isn't yet added there either?
(This is what I'm talking about:
"networkProfile": {
"networkInterfaceConfigurations": [ {
"name": "nicconfig1",
"properties": {
"primary": true,
"enableAcceleratedNetworking": false,
"networkSecurityGroup": {
"id": "/subscriptions/{subscription-id}/resourceGroups/myrg1/providers/Microsoft.Network/networkSecurityGroups/nsg1"
},
I have heard that using this mechanism is functionally slightly different from just applying an NSG on your subnet, it gets applied on the NICS instead, hence the desire for it. Haven't been able to test it out yet though...)
_Copied from original issue: Azure/azure-sdk-for-net#3672_
Guía de contribución
Línea de trabajo
Comienza localizando la API de definición de Java VMSS y comparando su modelo de configuración de interfaces de red con el ejemplo de REST del issue. Determina dónde debería ubicarse la compatibilidad con networkSecurityGroup y verifica que la definición resultante pueda representar la asociación de NSG solicitada. Se considera terminado cuando la API expone esta configuración y existe cobertura para el comportamiento del perfil de red de VMSS.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- azure, java
- Área
- api, cloud, infrastructure
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 32/100