VnetConfiguration Classe

Define a configuração de rede virtual para um contêiner usado pelo serviço web.

Para especificar os valores de VnetConfiguration, você normalmente usará o método deploy_configuration da classe AciWebservice.

Inicializar propriedades de criptografia.

Herança
builtins.object
VnetConfiguration

Construtor

VnetConfiguration(vnet_name, subnet_name)

Parâmetros

vnet_name
str
Obrigatório

Nome da Rede Virtual.

subnet_name
str
Obrigatório

O nome da sub-rede na rede virtual.

Variáveis

vnet_name
str

Nome da Rede Virtual.

subnet_name
str

O nome da sub-rede na rede virtual.

Métodos

deserialize

Converta um objeto JSON em um objeto VnetConfiguration.

serialize

Converta este objeto VnetConfiguration em um dicionário serializado JSON.

deserialize

Converta um objeto JSON em um objeto VnetConfiguration.

static deserialize(payload_obj)

Parâmetros

payload_obj
dict
Obrigatório

Um objeto JSON a ser convertido em um objeto VnetConfiguration.

Retornos

A representação VnetConfiguration do objeto JSON fornecido.

Tipo de retorno

serialize

Converta este objeto VnetConfiguration em um dicionário serializado JSON.

serialize()

Retornos

A representação JSON desse objeto VnetConfiguration.

Tipo de retorno