hexsha
stringlengths
40
40
repo
stringlengths
7
114
path
stringlengths
4
124
license
listlengths
1
9
language
stringclasses
1 value
identifier
stringlengths
1
71
return_type
stringlengths
1
749
original_string
stringlengths
76
22.7k
original_docstring
stringlengths
16
7.61k
docstring
stringlengths
16
2.47k
docstring_tokens
listlengths
6
477
code
stringlengths
14
10.2k
code_tokens
listlengths
6
996
short_docstring
stringlengths
2
644
short_docstring_tokens
listlengths
1
116
comment
listlengths
1
89
parameters
listlengths
0
64
docstring_params
dict
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
client_auth_configuration
Optional['outputs.ApplicationGatewayClientAuthConfigurationResponse']
def client_auth_configuration(self) -> Optional['outputs.ApplicationGatewayClientAuthConfigurationResponse']: """ Client authentication configuration of the application gateway resource. """ return pulumi.get(self, "client_auth_configuration")
Client authentication configuration of the application gateway resource.
Client authentication configuration of the application gateway resource.
[ "Client", "authentication", "configuration", "of", "the", "application", "gateway", "resource", "." ]
def client_auth_configuration(self) -> Optional['outputs.ApplicationGatewayClientAuthConfigurationResponse']: return pulumi.get(self, "client_auth_configuration")
[ "def", "client_auth_configuration", "(", "self", ")", "->", "Optional", "[", "'outputs.ApplicationGatewayClientAuthConfigurationResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"client_auth_configuration\"", ")" ]
Client authentication configuration of the application gateway resource.
[ "Client", "authentication", "configuration", "of", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n Client authentication configuration of the application gateway resource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
trusted_client_certificates
Optional[Sequence['outputs.SubResourceResponse']]
def trusted_client_certificates(self) -> Optional[Sequence['outputs.SubResourceResponse']]: """ Array of references to application gateway trusted client certificates. """ return pulumi.get(self, "trusted_client_certificates")
Array of references to application gateway trusted client certificates.
Array of references to application gateway trusted client certificates.
[ "Array", "of", "references", "to", "application", "gateway", "trusted", "client", "certificates", "." ]
def trusted_client_certificates(self) -> Optional[Sequence['outputs.SubResourceResponse']]: return pulumi.get(self, "trusted_client_certificates")
[ "def", "trusted_client_certificates", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.SubResourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"trusted_client_certificates\"", ")" ]
Array of references to application gateway trusted client certificates.
[ "Array", "of", "references", "to", "application", "gateway", "trusted", "client", "certificates", "." ]
[ "\"\"\"\n Array of references to application gateway trusted client certificates.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
modified_path
Optional[str]
def modified_path(self) -> Optional[str]: """ Url path which user has provided for url rewrite. Null means no path will be updated. Default value is null. """ return pulumi.get(self, "modified_path")
Url path which user has provided for url rewrite. Null means no path will be updated. Default value is null.
Url path which user has provided for url rewrite. Null means no path will be updated. Default value is null.
[ "Url", "path", "which", "user", "has", "provided", "for", "url", "rewrite", ".", "Null", "means", "no", "path", "will", "be", "updated", ".", "Default", "value", "is", "null", "." ]
def modified_path(self) -> Optional[str]: return pulumi.get(self, "modified_path")
[ "def", "modified_path", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"modified_path\"", ")" ]
Url path which user has provided for url rewrite.
[ "Url", "path", "which", "user", "has", "provided", "for", "url", "rewrite", "." ]
[ "\"\"\"\n Url path which user has provided for url rewrite. Null means no path will be updated. Default value is null.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
modified_query_string
Optional[str]
def modified_query_string(self) -> Optional[str]: """ Query string which user has provided for url rewrite. Null means no query string will be updated. Default value is null. """ return pulumi.get(self, "modified_query_string")
Query string which user has provided for url rewrite. Null means no query string will be updated. Default value is null.
Query string which user has provided for url rewrite. Null means no query string will be updated. Default value is null.
[ "Query", "string", "which", "user", "has", "provided", "for", "url", "rewrite", ".", "Null", "means", "no", "query", "string", "will", "be", "updated", ".", "Default", "value", "is", "null", "." ]
def modified_query_string(self) -> Optional[str]: return pulumi.get(self, "modified_query_string")
[ "def", "modified_query_string", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"modified_query_string\"", ")" ]
Query string which user has provided for url rewrite.
[ "Query", "string", "which", "user", "has", "provided", "for", "url", "rewrite", "." ]
[ "\"\"\"\n Query string which user has provided for url rewrite. Null means no query string will be updated. Default value is null.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
reroute
Optional[bool]
def reroute(self) -> Optional[bool]: """ If set as true, it will re-evaluate the url path map provided in path based request routing rules using modified path. Default value is false. """ return pulumi.get(self, "reroute")
If set as true, it will re-evaluate the url path map provided in path based request routing rules using modified path. Default value is false.
If set as true, it will re-evaluate the url path map provided in path based request routing rules using modified path. Default value is false.
[ "If", "set", "as", "true", "it", "will", "re", "-", "evaluate", "the", "url", "path", "map", "provided", "in", "path", "based", "request", "routing", "rules", "using", "modified", "path", ".", "Default", "value", "is", "false", "." ]
def reroute(self) -> Optional[bool]: return pulumi.get(self, "reroute")
[ "def", "reroute", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"reroute\"", ")" ]
If set as true, it will re-evaluate the url path map provided in path based request routing rules using modified path.
[ "If", "set", "as", "true", "it", "will", "re", "-", "evaluate", "the", "url", "path", "map", "provided", "in", "path", "based", "request", "routing", "rules", "using", "modified", "path", "." ]
[ "\"\"\"\n If set as true, it will re-evaluate the url path map provided in path based request routing rules using modified path. Default value is false.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
source_ip_groups
Optional[Sequence[str]]
def source_ip_groups(self) -> Optional[Sequence[str]]: """ List of source IpGroups for this rule. """ return pulumi.get(self, "source_ip_groups")
List of source IpGroups for this rule.
List of source IpGroups for this rule.
[ "List", "of", "source", "IpGroups", "for", "this", "rule", "." ]
def source_ip_groups(self) -> Optional[Sequence[str]]: return pulumi.get(self, "source_ip_groups")
[ "def", "source_ip_groups", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"source_ip_groups\"", ")" ]
List of source IpGroups for this rule.
[ "List", "of", "source", "IpGroups", "for", "this", "rule", "." ]
[ "\"\"\"\n List of source IpGroups for this rule.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
target_urls
Optional[Sequence[str]]
def target_urls(self) -> Optional[Sequence[str]]: """ List of Urls for this rule condition. """ return pulumi.get(self, "target_urls")
List of Urls for this rule condition.
List of Urls for this rule condition.
[ "List", "of", "Urls", "for", "this", "rule", "condition", "." ]
def target_urls(self) -> Optional[Sequence[str]]: return pulumi.get(self, "target_urls")
[ "def", "target_urls", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"target_urls\"", ")" ]
List of Urls for this rule condition.
[ "List", "of", "Urls", "for", "this", "rule", "condition", "." ]
[ "\"\"\"\n List of Urls for this rule condition.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
terminate_tls
Optional[bool]
def terminate_tls(self) -> Optional[bool]: """ Terminate TLS connections for this rule. """ return pulumi.get(self, "terminate_tls")
Terminate TLS connections for this rule.
Terminate TLS connections for this rule.
[ "Terminate", "TLS", "connections", "for", "this", "rule", "." ]
def terminate_tls(self) -> Optional[bool]: return pulumi.get(self, "terminate_tls")
[ "def", "terminate_tls", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"terminate_tls\"", ")" ]
Terminate TLS connections for this rule.
[ "Terminate", "TLS", "connections", "for", "this", "rule", "." ]
[ "\"\"\"\n Terminate TLS connections for this rule.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
web_categories
Optional[Sequence[str]]
def web_categories(self) -> Optional[Sequence[str]]: """ List of destination azure web categories. """ return pulumi.get(self, "web_categories")
List of destination azure web categories.
List of destination azure web categories.
[ "List", "of", "destination", "azure", "web", "categories", "." ]
def web_categories(self) -> Optional[Sequence[str]]: return pulumi.get(self, "web_categories")
[ "def", "web_categories", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"web_categories\"", ")" ]
List of destination azure web categories.
[ "List", "of", "destination", "azure", "web", "categories", "." ]
[ "\"\"\"\n List of destination azure web categories.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
translated_fqdn
Optional[str]
def translated_fqdn(self) -> Optional[str]: """ The translated FQDN for this NAT rule. """ return pulumi.get(self, "translated_fqdn")
The translated FQDN for this NAT rule.
The translated FQDN for this NAT rule.
[ "The", "translated", "FQDN", "for", "this", "NAT", "rule", "." ]
def translated_fqdn(self) -> Optional[str]: return pulumi.get(self, "translated_fqdn")
[ "def", "translated_fqdn", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"translated_fqdn\"", ")" ]
The translated FQDN for this NAT rule.
[ "The", "translated", "FQDN", "for", "this", "NAT", "rule", "." ]
[ "\"\"\"\n The translated FQDN for this NAT rule.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
destination_ip_groups
Optional[Sequence[str]]
def destination_ip_groups(self) -> Optional[Sequence[str]]: """ List of destination IpGroups for this rule. """ return pulumi.get(self, "destination_ip_groups")
List of destination IpGroups for this rule.
List of destination IpGroups for this rule.
[ "List", "of", "destination", "IpGroups", "for", "this", "rule", "." ]
def destination_ip_groups(self) -> Optional[Sequence[str]]: return pulumi.get(self, "destination_ip_groups")
[ "def", "destination_ip_groups", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"destination_ip_groups\"", ")" ]
List of destination IpGroups for this rule.
[ "List", "of", "destination", "IpGroups", "for", "this", "rule", "." ]
[ "\"\"\"\n List of destination IpGroups for this rule.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
load_balancer_backend_addresses
Optional[Sequence['outputs.LoadBalancerBackendAddressResponse']]
def load_balancer_backend_addresses(self) -> Optional[Sequence['outputs.LoadBalancerBackendAddressResponse']]: """ An array of backend addresses. """ return pulumi.get(self, "load_balancer_backend_addresses")
An array of backend addresses.
An array of backend addresses.
[ "An", "array", "of", "backend", "addresses", "." ]
def load_balancer_backend_addresses(self) -> Optional[Sequence['outputs.LoadBalancerBackendAddressResponse']]: return pulumi.get(self, "load_balancer_backend_addresses")
[ "def", "load_balancer_backend_addresses", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.LoadBalancerBackendAddressResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"load_balancer_backend_addresses\"", ")" ]
An array of backend addresses.
[ "An", "array", "of", "backend", "addresses", "." ]
[ "\"\"\"\n An array of backend addresses.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
session_duration_in_mins
float
def session_duration_in_mins(self) -> float: """ Duration in mins the session has been active. """ return pulumi.get(self, "session_duration_in_mins")
Duration in mins the session has been active.
Duration in mins the session has been active.
[ "Duration", "in", "mins", "the", "session", "has", "been", "active", "." ]
def session_duration_in_mins(self) -> float: return pulumi.get(self, "session_duration_in_mins")
[ "def", "session_duration_in_mins", "(", "self", ")", "->", "float", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"session_duration_in_mins\"", ")" ]
Duration in mins the session has been active.
[ "Duration", "in", "mins", "the", "session", "has", "been", "active", "." ]
[ "\"\"\"\n Duration in mins the session has been active.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
session_id
str
def session_id(self) -> str: """ A unique id for the session. """ return pulumi.get(self, "session_id")
A unique id for the session.
A unique id for the session.
[ "A", "unique", "id", "for", "the", "session", "." ]
def session_id(self) -> str: return pulumi.get(self, "session_id")
[ "def", "session_id", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"session_id\"", ")" ]
A unique id for the session.
[ "A", "unique", "id", "for", "the", "session", "." ]
[ "\"\"\"\n A unique id for the session.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
start_time
Any
def start_time(self) -> Any: """ The time when the session started. """ return pulumi.get(self, "start_time")
The time when the session started.
The time when the session started.
[ "The", "time", "when", "the", "session", "started", "." ]
def start_time(self) -> Any: return pulumi.get(self, "start_time")
[ "def", "start_time", "(", "self", ")", "->", "Any", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"start_time\"", ")" ]
The time when the session started.
[ "The", "time", "when", "the", "session", "started", "." ]
[ "\"\"\"\n The time when the session started.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
target_host_name
str
def target_host_name(self) -> str: """ The host name of the target. """ return pulumi.get(self, "target_host_name")
The host name of the target.
The host name of the target.
[ "The", "host", "name", "of", "the", "target", "." ]
def target_host_name(self) -> str: return pulumi.get(self, "target_host_name")
[ "def", "target_host_name", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"target_host_name\"", ")" ]
The host name of the target.
[ "The", "host", "name", "of", "the", "target", "." ]
[ "\"\"\"\n The host name of the target.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
target_ip_address
str
def target_ip_address(self) -> str: """ The IP Address of the target. """ return pulumi.get(self, "target_ip_address")
The IP Address of the target.
The IP Address of the target.
[ "The", "IP", "Address", "of", "the", "target", "." ]
def target_ip_address(self) -> str: return pulumi.get(self, "target_ip_address")
[ "def", "target_ip_address", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"target_ip_address\"", ")" ]
The IP Address of the target.
[ "The", "IP", "Address", "of", "the", "target", "." ]
[ "\"\"\"\n The IP Address of the target.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
target_resource_group
str
def target_resource_group(self) -> str: """ The resource group of the target. """ return pulumi.get(self, "target_resource_group")
The resource group of the target.
The resource group of the target.
[ "The", "resource", "group", "of", "the", "target", "." ]
def target_resource_group(self) -> str: return pulumi.get(self, "target_resource_group")
[ "def", "target_resource_group", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"target_resource_group\"", ")" ]
The resource group of the target.
[ "The", "resource", "group", "of", "the", "target", "." ]
[ "\"\"\"\n The resource group of the target.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
target_resource_id
str
def target_resource_id(self) -> str: """ The resource id of the target. """ return pulumi.get(self, "target_resource_id")
The resource id of the target.
The resource id of the target.
[ "The", "resource", "id", "of", "the", "target", "." ]
def target_resource_id(self) -> str: return pulumi.get(self, "target_resource_id")
[ "def", "target_resource_id", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"target_resource_id\"", ")" ]
The resource id of the target.
[ "The", "resource", "id", "of", "the", "target", "." ]
[ "\"\"\"\n The resource id of the target.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
target_subscription_id
str
def target_subscription_id(self) -> str: """ The subscription id for the target virtual machine. """ return pulumi.get(self, "target_subscription_id")
The subscription id for the target virtual machine.
The subscription id for the target virtual machine.
[ "The", "subscription", "id", "for", "the", "target", "virtual", "machine", "." ]
def target_subscription_id(self) -> str: return pulumi.get(self, "target_subscription_id")
[ "def", "target_subscription_id", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"target_subscription_id\"", ")" ]
The subscription id for the target virtual machine.
[ "The", "subscription", "id", "for", "the", "target", "virtual", "machine", "." ]
[ "\"\"\"\n The subscription id for the target virtual machine.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
public_ip_address
'outputs.SubResourceResponse'
def public_ip_address(self) -> 'outputs.SubResourceResponse': """ Reference of the PublicIP resource. """ return pulumi.get(self, "public_ip_address")
Reference of the PublicIP resource.
Reference of the PublicIP resource.
[ "Reference", "of", "the", "PublicIP", "resource", "." ]
def public_ip_address(self) -> 'outputs.SubResourceResponse': return pulumi.get(self, "public_ip_address")
[ "def", "public_ip_address", "(", "self", ")", "->", "'outputs.SubResourceResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"public_ip_address\"", ")" ]
Reference of the PublicIP resource.
[ "Reference", "of", "the", "PublicIP", "resource", "." ]
[ "\"\"\"\n Reference of the PublicIP resource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
subnet
'outputs.SubResourceResponse'
def subnet(self) -> 'outputs.SubResourceResponse': """ Reference of the subnet resource. """ return pulumi.get(self, "subnet")
Reference of the subnet resource.
Reference of the subnet resource.
[ "Reference", "of", "the", "subnet", "resource", "." ]
def subnet(self) -> 'outputs.SubResourceResponse': return pulumi.get(self, "subnet")
[ "def", "subnet", "(", "self", ")", "->", "'outputs.SubResourceResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"subnet\"", ")" ]
Reference of the subnet resource.
[ "Reference", "of", "the", "subnet", "resource", "." ]
[ "\"\"\"\n Reference of the subnet resource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
bsl
str
def bsl(self) -> str: """ The unique Bastion Shareable Link to the virtual machine. """ return pulumi.get(self, "bsl")
The unique Bastion Shareable Link to the virtual machine.
The unique Bastion Shareable Link to the virtual machine.
[ "The", "unique", "Bastion", "Shareable", "Link", "to", "the", "virtual", "machine", "." ]
def bsl(self) -> str: return pulumi.get(self, "bsl")
[ "def", "bsl", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"bsl\"", ")" ]
The unique Bastion Shareable Link to the virtual machine.
[ "The", "unique", "Bastion", "Shareable", "Link", "to", "the", "virtual", "machine", "." ]
[ "\"\"\"\n The unique Bastion Shareable Link to the virtual machine.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
vm
'outputs.VMResponseResult'
def vm(self) -> 'outputs.VMResponseResult': """ Reference of the virtual machine resource. """ return pulumi.get(self, "vm")
Reference of the virtual machine resource.
Reference of the virtual machine resource.
[ "Reference", "of", "the", "virtual", "machine", "resource", "." ]
def vm(self) -> 'outputs.VMResponseResult': return pulumi.get(self, "vm")
[ "def", "vm", "(", "self", ")", "->", "'outputs.VMResponseResult'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"vm\"", ")" ]
Reference of the virtual machine resource.
[ "Reference", "of", "the", "virtual", "machine", "resource", "." ]
[ "\"\"\"\n Reference of the virtual machine resource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
asn
float
def asn(self) -> float: """ The autonomous system number of the remote BGP peer. """ return pulumi.get(self, "asn")
The autonomous system number of the remote BGP peer.
The autonomous system number of the remote BGP peer.
[ "The", "autonomous", "system", "number", "of", "the", "remote", "BGP", "peer", "." ]
def asn(self) -> float: return pulumi.get(self, "asn")
[ "def", "asn", "(", "self", ")", "->", "float", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"asn\"", ")" ]
The autonomous system number of the remote BGP peer.
[ "The", "autonomous", "system", "number", "of", "the", "remote", "BGP", "peer", "." ]
[ "\"\"\"\n The autonomous system number of the remote BGP peer.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
bgp_peering_addresses
Optional[Sequence['outputs.IPConfigurationBgpPeeringAddressResponse']]
def bgp_peering_addresses(self) -> Optional[Sequence['outputs.IPConfigurationBgpPeeringAddressResponse']]: """ BGP peering address with IP configuration ID for virtual network gateway. """ return pulumi.get(self, "bgp_peering_addresses")
BGP peering address with IP configuration ID for virtual network gateway.
BGP peering address with IP configuration ID for virtual network gateway.
[ "BGP", "peering", "address", "with", "IP", "configuration", "ID", "for", "virtual", "network", "gateway", "." ]
def bgp_peering_addresses(self) -> Optional[Sequence['outputs.IPConfigurationBgpPeeringAddressResponse']]: return pulumi.get(self, "bgp_peering_addresses")
[ "def", "bgp_peering_addresses", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.IPConfigurationBgpPeeringAddressResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"bgp_peering_addresses\"", ")" ]
BGP peering address with IP configuration ID for virtual network gateway.
[ "BGP", "peering", "address", "with", "IP", "configuration", "ID", "for", "virtual", "network", "gateway", "." ]
[ "\"\"\"\n BGP peering address with IP configuration ID for virtual network gateway.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
allow
Optional[bool]
def allow(self) -> Optional[bool]: """ Flag to control breakout of o365 allow category. """ return pulumi.get(self, "allow")
Flag to control breakout of o365 allow category.
Flag to control breakout of o365 allow category.
[ "Flag", "to", "control", "breakout", "of", "o365", "allow", "category", "." ]
def allow(self) -> Optional[bool]: return pulumi.get(self, "allow")
[ "def", "allow", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"allow\"", ")" ]
Flag to control breakout of o365 allow category.
[ "Flag", "to", "control", "breakout", "of", "o365", "allow", "category", "." ]
[ "\"\"\"\n Flag to control breakout of o365 allow category.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
default
Optional[bool]
def default(self) -> Optional[bool]: """ Flag to control breakout of o365 default category. """ return pulumi.get(self, "default")
Flag to control breakout of o365 default category.
Flag to control breakout of o365 default category.
[ "Flag", "to", "control", "breakout", "of", "o365", "default", "category", "." ]
def default(self) -> Optional[bool]: return pulumi.get(self, "default")
[ "def", "default", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default\"", ")" ]
Flag to control breakout of o365 default category.
[ "Flag", "to", "control", "breakout", "of", "o365", "default", "category", "." ]
[ "\"\"\"\n Flag to control breakout of o365 default category.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
optimize
Optional[bool]
def optimize(self) -> Optional[bool]: """ Flag to control breakout of o365 optimize category. """ return pulumi.get(self, "optimize")
Flag to control breakout of o365 optimize category.
Flag to control breakout of o365 optimize category.
[ "Flag", "to", "control", "breakout", "of", "o365", "optimize", "category", "." ]
def optimize(self) -> Optional[bool]: return pulumi.get(self, "optimize")
[ "def", "optimize", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"optimize\"", ")" ]
Flag to control breakout of o365 optimize category.
[ "Flag", "to", "control", "breakout", "of", "o365", "optimize", "category", "." ]
[ "\"\"\"\n Flag to control breakout of o365 optimize category.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
items
Optional[Sequence['outputs.ConnectionMonitorEndpointFilterItemResponse']]
def items(self) -> Optional[Sequence['outputs.ConnectionMonitorEndpointFilterItemResponse']]: """ List of items in the filter. """ return pulumi.get(self, "items")
List of items in the filter.
List of items in the filter.
[ "List", "of", "items", "in", "the", "filter", "." ]
def items(self) -> Optional[Sequence['outputs.ConnectionMonitorEndpointFilterItemResponse']]: return pulumi.get(self, "items")
[ "def", "items", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ConnectionMonitorEndpointFilterItemResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"items\"", ")" ]
List of items in the filter.
[ "List", "of", "items", "in", "the", "filter", "." ]
[ "\"\"\"\n List of items in the filter.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
coverage_level
Optional[str]
def coverage_level(self) -> Optional[str]: """ Test coverage for the endpoint. """ return pulumi.get(self, "coverage_level")
Test coverage for the endpoint.
Test coverage for the endpoint.
[ "Test", "coverage", "for", "the", "endpoint", "." ]
def coverage_level(self) -> Optional[str]: return pulumi.get(self, "coverage_level")
[ "def", "coverage_level", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"coverage_level\"", ")" ]
Test coverage for the endpoint.
[ "Test", "coverage", "for", "the", "endpoint", "." ]
[ "\"\"\"\n Test coverage for the endpoint.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
filter
Optional['outputs.ConnectionMonitorEndpointFilterResponse']
def filter(self) -> Optional['outputs.ConnectionMonitorEndpointFilterResponse']: """ Filter for sub-items within the endpoint. """ return pulumi.get(self, "filter")
Filter for sub-items within the endpoint.
Filter for sub-items within the endpoint.
[ "Filter", "for", "sub", "-", "items", "within", "the", "endpoint", "." ]
def filter(self) -> Optional['outputs.ConnectionMonitorEndpointFilterResponse']: return pulumi.get(self, "filter")
[ "def", "filter", "(", "self", ")", "->", "Optional", "[", "'outputs.ConnectionMonitorEndpointFilterResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"filter\"", ")" ]
Filter for sub-items within the endpoint.
[ "Filter", "for", "sub", "-", "items", "within", "the", "endpoint", "." ]
[ "\"\"\"\n Filter for sub-items within the endpoint.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
exclude
Optional[Sequence['outputs.ConnectionMonitorEndpointScopeItemResponse']]
def exclude(self) -> Optional[Sequence['outputs.ConnectionMonitorEndpointScopeItemResponse']]: """ List of items which needs to be excluded from the endpoint scope. """ return pulumi.get(self, "exclude")
List of items which needs to be excluded from the endpoint scope.
List of items which needs to be excluded from the endpoint scope.
[ "List", "of", "items", "which", "needs", "to", "be", "excluded", "from", "the", "endpoint", "scope", "." ]
def exclude(self) -> Optional[Sequence['outputs.ConnectionMonitorEndpointScopeItemResponse']]: return pulumi.get(self, "exclude")
[ "def", "exclude", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ConnectionMonitorEndpointScopeItemResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"exclude\"", ")" ]
List of items which needs to be excluded from the endpoint scope.
[ "List", "of", "items", "which", "needs", "to", "be", "excluded", "from", "the", "endpoint", "scope", "." ]
[ "\"\"\"\n List of items which needs to be excluded from the endpoint scope.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
include
Optional[Sequence['outputs.ConnectionMonitorEndpointScopeItemResponse']]
def include(self) -> Optional[Sequence['outputs.ConnectionMonitorEndpointScopeItemResponse']]: """ List of items which needs to be included to the endpoint scope. """ return pulumi.get(self, "include")
List of items which needs to be included to the endpoint scope.
List of items which needs to be included to the endpoint scope.
[ "List", "of", "items", "which", "needs", "to", "be", "included", "to", "the", "endpoint", "scope", "." ]
def include(self) -> Optional[Sequence['outputs.ConnectionMonitorEndpointScopeItemResponse']]: return pulumi.get(self, "include")
[ "def", "include", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ConnectionMonitorEndpointScopeItemResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"include\"", ")" ]
List of items which needs to be included to the endpoint scope.
[ "List", "of", "items", "which", "needs", "to", "be", "included", "to", "the", "endpoint", "scope", "." ]
[ "\"\"\"\n List of items which needs to be included to the endpoint scope.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
prefer_https
Optional[bool]
def prefer_https(self) -> Optional[bool]: """ Value indicating whether HTTPS is preferred over HTTP in cases where the choice is not explicit. """ return pulumi.get(self, "prefer_https")
Value indicating whether HTTPS is preferred over HTTP in cases where the choice is not explicit.
Value indicating whether HTTPS is preferred over HTTP in cases where the choice is not explicit.
[ "Value", "indicating", "whether", "HTTPS", "is", "preferred", "over", "HTTP", "in", "cases", "where", "the", "choice", "is", "not", "explicit", "." ]
def prefer_https(self) -> Optional[bool]: return pulumi.get(self, "prefer_https")
[ "def", "prefer_https", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"prefer_https\"", ")" ]
Value indicating whether HTTPS is preferred over HTTP in cases where the choice is not explicit.
[ "Value", "indicating", "whether", "HTTPS", "is", "preferred", "over", "HTTP", "in", "cases", "where", "the", "choice", "is", "not", "explicit", "." ]
[ "\"\"\"\n Value indicating whether HTTPS is preferred over HTTP in cases where the choice is not explicit.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
request_headers
Optional[Sequence['outputs.HTTPHeaderResponse']]
def request_headers(self) -> Optional[Sequence['outputs.HTTPHeaderResponse']]: """ The HTTP headers to transmit with the request. """ return pulumi.get(self, "request_headers")
The HTTP headers to transmit with the request.
The HTTP headers to transmit with the request.
[ "The", "HTTP", "headers", "to", "transmit", "with", "the", "request", "." ]
def request_headers(self) -> Optional[Sequence['outputs.HTTPHeaderResponse']]: return pulumi.get(self, "request_headers")
[ "def", "request_headers", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.HTTPHeaderResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"request_headers\"", ")" ]
The HTTP headers to transmit with the request.
[ "The", "HTTP", "headers", "to", "transmit", "with", "the", "request", "." ]
[ "\"\"\"\n The HTTP headers to transmit with the request.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
valid_status_code_ranges
Optional[Sequence[str]]
def valid_status_code_ranges(self) -> Optional[Sequence[str]]: """ HTTP status codes to consider successful. For instance, "2xx,301-304,418". """ return pulumi.get(self, "valid_status_code_ranges")
HTTP status codes to consider successful. For instance, "2xx,301-304,418".
HTTP status codes to consider successful.
[ "HTTP", "status", "codes", "to", "consider", "successful", "." ]
def valid_status_code_ranges(self) -> Optional[Sequence[str]]: return pulumi.get(self, "valid_status_code_ranges")
[ "def", "valid_status_code_ranges", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"valid_status_code_ranges\"", ")" ]
HTTP status codes to consider successful.
[ "HTTP", "status", "codes", "to", "consider", "successful", "." ]
[ "\"\"\"\n HTTP status codes to consider successful. For instance, \"2xx,301-304,418\".\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
disable_trace_route
Optional[bool]
def disable_trace_route(self) -> Optional[bool]: """ Value indicating whether path evaluation with trace route should be disabled. """ return pulumi.get(self, "disable_trace_route")
Value indicating whether path evaluation with trace route should be disabled.
Value indicating whether path evaluation with trace route should be disabled.
[ "Value", "indicating", "whether", "path", "evaluation", "with", "trace", "route", "should", "be", "disabled", "." ]
def disable_trace_route(self) -> Optional[bool]: return pulumi.get(self, "disable_trace_route")
[ "def", "disable_trace_route", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"disable_trace_route\"", ")" ]
Value indicating whether path evaluation with trace route should be disabled.
[ "Value", "indicating", "whether", "path", "evaluation", "with", "trace", "route", "should", "be", "disabled", "." ]
[ "\"\"\"\n Value indicating whether path evaluation with trace route should be disabled.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
workspace_settings
Optional['outputs.ConnectionMonitorWorkspaceSettingsResponse']
def workspace_settings(self) -> Optional['outputs.ConnectionMonitorWorkspaceSettingsResponse']: """ Describes the settings for producing output into a log analytics workspace. """ return pulumi.get(self, "workspace_settings")
Describes the settings for producing output into a log analytics workspace.
Describes the settings for producing output into a log analytics workspace.
[ "Describes", "the", "settings", "for", "producing", "output", "into", "a", "log", "analytics", "workspace", "." ]
def workspace_settings(self) -> Optional['outputs.ConnectionMonitorWorkspaceSettingsResponse']: return pulumi.get(self, "workspace_settings")
[ "def", "workspace_settings", "(", "self", ")", "->", "Optional", "[", "'outputs.ConnectionMonitorWorkspaceSettingsResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"workspace_settings\"", ")" ]
Describes the settings for producing output into a log analytics workspace.
[ "Describes", "the", "settings", "for", "producing", "output", "into", "a", "log", "analytics", "workspace", "." ]
[ "\"\"\"\n Describes the settings for producing output into a log analytics workspace.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
checks_failed_percent
Optional[int]
def checks_failed_percent(self) -> Optional[int]: """ The maximum percentage of failed checks permitted for a test to evaluate as successful. """ return pulumi.get(self, "checks_failed_percent")
The maximum percentage of failed checks permitted for a test to evaluate as successful.
The maximum percentage of failed checks permitted for a test to evaluate as successful.
[ "The", "maximum", "percentage", "of", "failed", "checks", "permitted", "for", "a", "test", "to", "evaluate", "as", "successful", "." ]
def checks_failed_percent(self) -> Optional[int]: return pulumi.get(self, "checks_failed_percent")
[ "def", "checks_failed_percent", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"checks_failed_percent\"", ")" ]
The maximum percentage of failed checks permitted for a test to evaluate as successful.
[ "The", "maximum", "percentage", "of", "failed", "checks", "permitted", "for", "a", "test", "to", "evaluate", "as", "successful", "." ]
[ "\"\"\"\n The maximum percentage of failed checks permitted for a test to evaluate as successful.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
round_trip_time_ms
Optional[float]
def round_trip_time_ms(self) -> Optional[float]: """ The maximum round-trip time in milliseconds permitted for a test to evaluate as successful. """ return pulumi.get(self, "round_trip_time_ms")
The maximum round-trip time in milliseconds permitted for a test to evaluate as successful.
The maximum round-trip time in milliseconds permitted for a test to evaluate as successful.
[ "The", "maximum", "round", "-", "trip", "time", "in", "milliseconds", "permitted", "for", "a", "test", "to", "evaluate", "as", "successful", "." ]
def round_trip_time_ms(self) -> Optional[float]: return pulumi.get(self, "round_trip_time_ms")
[ "def", "round_trip_time_ms", "(", "self", ")", "->", "Optional", "[", "float", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"round_trip_time_ms\"", ")" ]
The maximum round-trip time in milliseconds permitted for a test to evaluate as successful.
[ "The", "maximum", "round", "-", "trip", "time", "in", "milliseconds", "permitted", "for", "a", "test", "to", "evaluate", "as", "successful", "." ]
[ "\"\"\"\n The maximum round-trip time in milliseconds permitted for a test to evaluate as successful.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
http_configuration
Optional['outputs.ConnectionMonitorHttpConfigurationResponse']
def http_configuration(self) -> Optional['outputs.ConnectionMonitorHttpConfigurationResponse']: """ The parameters used to perform test evaluation over HTTP. """ return pulumi.get(self, "http_configuration")
The parameters used to perform test evaluation over HTTP.
The parameters used to perform test evaluation over HTTP.
[ "The", "parameters", "used", "to", "perform", "test", "evaluation", "over", "HTTP", "." ]
def http_configuration(self) -> Optional['outputs.ConnectionMonitorHttpConfigurationResponse']: return pulumi.get(self, "http_configuration")
[ "def", "http_configuration", "(", "self", ")", "->", "Optional", "[", "'outputs.ConnectionMonitorHttpConfigurationResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"http_configuration\"", ")" ]
The parameters used to perform test evaluation over HTTP.
[ "The", "parameters", "used", "to", "perform", "test", "evaluation", "over", "HTTP", "." ]
[ "\"\"\"\n The parameters used to perform test evaluation over HTTP.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
icmp_configuration
Optional['outputs.ConnectionMonitorIcmpConfigurationResponse']
def icmp_configuration(self) -> Optional['outputs.ConnectionMonitorIcmpConfigurationResponse']: """ The parameters used to perform test evaluation over ICMP. """ return pulumi.get(self, "icmp_configuration")
The parameters used to perform test evaluation over ICMP.
The parameters used to perform test evaluation over ICMP.
[ "The", "parameters", "used", "to", "perform", "test", "evaluation", "over", "ICMP", "." ]
def icmp_configuration(self) -> Optional['outputs.ConnectionMonitorIcmpConfigurationResponse']: return pulumi.get(self, "icmp_configuration")
[ "def", "icmp_configuration", "(", "self", ")", "->", "Optional", "[", "'outputs.ConnectionMonitorIcmpConfigurationResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"icmp_configuration\"", ")" ]
The parameters used to perform test evaluation over ICMP.
[ "The", "parameters", "used", "to", "perform", "test", "evaluation", "over", "ICMP", "." ]
[ "\"\"\"\n The parameters used to perform test evaluation over ICMP.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
preferred_ip_version
Optional[str]
def preferred_ip_version(self) -> Optional[str]: """ The preferred IP version to use in test evaluation. The connection monitor may choose to use a different version depending on other parameters. """ return pulumi.get(self, "preferred_ip_version")
The preferred IP version to use in test evaluation. The connection monitor may choose to use a different version depending on other parameters.
The preferred IP version to use in test evaluation. The connection monitor may choose to use a different version depending on other parameters.
[ "The", "preferred", "IP", "version", "to", "use", "in", "test", "evaluation", ".", "The", "connection", "monitor", "may", "choose", "to", "use", "a", "different", "version", "depending", "on", "other", "parameters", "." ]
def preferred_ip_version(self) -> Optional[str]: return pulumi.get(self, "preferred_ip_version")
[ "def", "preferred_ip_version", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"preferred_ip_version\"", ")" ]
The preferred IP version to use in test evaluation.
[ "The", "preferred", "IP", "version", "to", "use", "in", "test", "evaluation", "." ]
[ "\"\"\"\n The preferred IP version to use in test evaluation. The connection monitor may choose to use a different version depending on other parameters.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
success_threshold
Optional['outputs.ConnectionMonitorSuccessThresholdResponse']
def success_threshold(self) -> Optional['outputs.ConnectionMonitorSuccessThresholdResponse']: """ The threshold for declaring a test successful. """ return pulumi.get(self, "success_threshold")
The threshold for declaring a test successful.
The threshold for declaring a test successful.
[ "The", "threshold", "for", "declaring", "a", "test", "successful", "." ]
def success_threshold(self) -> Optional['outputs.ConnectionMonitorSuccessThresholdResponse']: return pulumi.get(self, "success_threshold")
[ "def", "success_threshold", "(", "self", ")", "->", "Optional", "[", "'outputs.ConnectionMonitorSuccessThresholdResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"success_threshold\"", ")" ]
The threshold for declaring a test successful.
[ "The", "threshold", "for", "declaring", "a", "test", "successful", "." ]
[ "\"\"\"\n The threshold for declaring a test successful.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
tcp_configuration
Optional['outputs.ConnectionMonitorTcpConfigurationResponse']
def tcp_configuration(self) -> Optional['outputs.ConnectionMonitorTcpConfigurationResponse']: """ The parameters used to perform test evaluation over TCP. """ return pulumi.get(self, "tcp_configuration")
The parameters used to perform test evaluation over TCP.
The parameters used to perform test evaluation over TCP.
[ "The", "parameters", "used", "to", "perform", "test", "evaluation", "over", "TCP", "." ]
def tcp_configuration(self) -> Optional['outputs.ConnectionMonitorTcpConfigurationResponse']: return pulumi.get(self, "tcp_configuration")
[ "def", "tcp_configuration", "(", "self", ")", "->", "Optional", "[", "'outputs.ConnectionMonitorTcpConfigurationResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"tcp_configuration\"", ")" ]
The parameters used to perform test evaluation over TCP.
[ "The", "parameters", "used", "to", "perform", "test", "evaluation", "over", "TCP", "." ]
[ "\"\"\"\n The parameters used to perform test evaluation over TCP.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
destinations
Sequence[str]
def destinations(self) -> Sequence[str]: """ List of destination endpoint names. """ return pulumi.get(self, "destinations")
List of destination endpoint names.
List of destination endpoint names.
[ "List", "of", "destination", "endpoint", "names", "." ]
def destinations(self) -> Sequence[str]: return pulumi.get(self, "destinations")
[ "def", "destinations", "(", "self", ")", "->", "Sequence", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"destinations\"", ")" ]
List of destination endpoint names.
[ "List", "of", "destination", "endpoint", "names", "." ]
[ "\"\"\"\n List of destination endpoint names.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
sources
Sequence[str]
def sources(self) -> Sequence[str]: """ List of source endpoint names. """ return pulumi.get(self, "sources")
List of source endpoint names.
List of source endpoint names.
[ "List", "of", "source", "endpoint", "names", "." ]
def sources(self) -> Sequence[str]: return pulumi.get(self, "sources")
[ "def", "sources", "(", "self", ")", "->", "Sequence", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sources\"", ")" ]
List of source endpoint names.
[ "List", "of", "source", "endpoint", "names", "." ]
[ "\"\"\"\n List of source endpoint names.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
disable
Optional[bool]
def disable(self) -> Optional[bool]: """ Value indicating whether test group is disabled. """ return pulumi.get(self, "disable")
Value indicating whether test group is disabled.
Value indicating whether test group is disabled.
[ "Value", "indicating", "whether", "test", "group", "is", "disabled", "." ]
def disable(self) -> Optional[bool]: return pulumi.get(self, "disable")
[ "def", "disable", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"disable\"", ")" ]
Value indicating whether test group is disabled.
[ "Value", "indicating", "whether", "test", "group", "is", "disabled", "." ]
[ "\"\"\"\n Value indicating whether test group is disabled.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
workspace_resource_id
Optional[str]
def workspace_resource_id(self) -> Optional[str]: """ Log analytics workspace resource ID. """ return pulumi.get(self, "workspace_resource_id")
Log analytics workspace resource ID.
Log analytics workspace resource ID.
[ "Log", "analytics", "workspace", "resource", "ID", "." ]
def workspace_resource_id(self) -> Optional[str]: return pulumi.get(self, "workspace_resource_id")
[ "def", "workspace_resource_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"workspace_resource_id\"", ")" ]
Log analytics workspace resource ID.
[ "Log", "analytics", "workspace", "resource", "ID", "." ]
[ "\"\"\"\n Log analytics workspace resource ID.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
container_network_interface_configuration
'outputs.ContainerNetworkInterfaceConfigurationResponse'
def container_network_interface_configuration(self) -> 'outputs.ContainerNetworkInterfaceConfigurationResponse': """ Container network interface configuration from which this container network interface is created. """ return pulumi.get(self, "container_network_interface_configuration")
Container network interface configuration from which this container network interface is created.
Container network interface configuration from which this container network interface is created.
[ "Container", "network", "interface", "configuration", "from", "which", "this", "container", "network", "interface", "is", "created", "." ]
def container_network_interface_configuration(self) -> 'outputs.ContainerNetworkInterfaceConfigurationResponse': return pulumi.get(self, "container_network_interface_configuration")
[ "def", "container_network_interface_configuration", "(", "self", ")", "->", "'outputs.ContainerNetworkInterfaceConfigurationResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"container_network_interface_configuration\"", ")" ]
Container network interface configuration from which this container network interface is created.
[ "Container", "network", "interface", "configuration", "from", "which", "this", "container", "network", "interface", "is", "created", "." ]
[ "\"\"\"\n Container network interface configuration from which this container network interface is created.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
ip_configurations
Sequence['outputs.ContainerNetworkInterfaceIpConfigurationResponse']
def ip_configurations(self) -> Sequence['outputs.ContainerNetworkInterfaceIpConfigurationResponse']: """ Reference to the ip configuration on this container nic. """ return pulumi.get(self, "ip_configurations")
Reference to the ip configuration on this container nic.
Reference to the ip configuration on this container nic.
[ "Reference", "to", "the", "ip", "configuration", "on", "this", "container", "nic", "." ]
def ip_configurations(self) -> Sequence['outputs.ContainerNetworkInterfaceIpConfigurationResponse']: return pulumi.get(self, "ip_configurations")
[ "def", "ip_configurations", "(", "self", ")", "->", "Sequence", "[", "'outputs.ContainerNetworkInterfaceIpConfigurationResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ip_configurations\"", ")" ]
Reference to the ip configuration on this container nic.
[ "Reference", "to", "the", "ip", "configuration", "on", "this", "container", "nic", "." ]
[ "\"\"\"\n Reference to the ip configuration on this container nic.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
ddos_custom_policy
Optional['outputs.SubResourceResponse']
def ddos_custom_policy(self) -> Optional['outputs.SubResourceResponse']: """ The DDoS custom policy associated with the public IP. """ return pulumi.get(self, "ddos_custom_policy")
The DDoS custom policy associated with the public IP.
The DDoS custom policy associated with the public IP.
[ "The", "DDoS", "custom", "policy", "associated", "with", "the", "public", "IP", "." ]
def ddos_custom_policy(self) -> Optional['outputs.SubResourceResponse']: return pulumi.get(self, "ddos_custom_policy")
[ "def", "ddos_custom_policy", "(", "self", ")", "->", "Optional", "[", "'outputs.SubResourceResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ddos_custom_policy\"", ")" ]
The DDoS custom policy associated with the public IP.
[ "The", "DDoS", "custom", "policy", "associated", "with", "the", "public", "IP", "." ]
[ "\"\"\"\n The DDoS custom policy associated with the public IP.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
protected_ip
Optional[bool]
def protected_ip(self) -> Optional[bool]: """ Enables DDoS protection on the public IP. """ return pulumi.get(self, "protected_ip")
Enables DDoS protection on the public IP.
Enables DDoS protection on the public IP.
[ "Enables", "DDoS", "protection", "on", "the", "public", "IP", "." ]
def protected_ip(self) -> Optional[bool]: return pulumi.get(self, "protected_ip")
[ "def", "protected_ip", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"protected_ip\"", ")" ]
Enables DDoS protection on the public IP.
[ "Enables", "DDoS", "protection", "on", "the", "public", "IP", "." ]
[ "\"\"\"\n Enables DDoS protection on the public IP.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
protection_coverage
Optional[str]
def protection_coverage(self) -> Optional[str]: """ The DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized. """ return pulumi.get(self, "protection_coverage")
The DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized.
The DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized.
[ "The", "DDoS", "protection", "policy", "customizability", "of", "the", "public", "IP", ".", "Only", "standard", "coverage", "will", "have", "the", "ability", "to", "be", "customized", "." ]
def protection_coverage(self) -> Optional[str]: return pulumi.get(self, "protection_coverage")
[ "def", "protection_coverage", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"protection_coverage\"", ")" ]
The DDoS protection policy customizability of the public IP.
[ "The", "DDoS", "protection", "policy", "customizability", "of", "the", "public", "IP", "." ]
[ "\"\"\"\n The DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
actions
Sequence[str]
def actions(self) -> Sequence[str]: """ The actions permitted to the service upon delegation. """ return pulumi.get(self, "actions")
The actions permitted to the service upon delegation.
The actions permitted to the service upon delegation.
[ "The", "actions", "permitted", "to", "the", "service", "upon", "delegation", "." ]
def actions(self) -> Sequence[str]: return pulumi.get(self, "actions")
[ "def", "actions", "(", "self", ")", "->", "Sequence", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"actions\"", ")" ]
The actions permitted to the service upon delegation.
[ "The", "actions", "permitted", "to", "the", "service", "upon", "delegation", "." ]
[ "\"\"\"\n The actions permitted to the service upon delegation.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
enable_proxy
Optional[bool]
def enable_proxy(self) -> Optional[bool]: """ Enable DNS Proxy on Firewalls attached to the Firewall Policy. """ return pulumi.get(self, "enable_proxy")
Enable DNS Proxy on Firewalls attached to the Firewall Policy.
Enable DNS Proxy on Firewalls attached to the Firewall Policy.
[ "Enable", "DNS", "Proxy", "on", "Firewalls", "attached", "to", "the", "Firewall", "Policy", "." ]
def enable_proxy(self) -> Optional[bool]: return pulumi.get(self, "enable_proxy")
[ "def", "enable_proxy", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enable_proxy\"", ")" ]
Enable DNS Proxy on Firewalls attached to the Firewall Policy.
[ "Enable", "DNS", "Proxy", "on", "Firewalls", "attached", "to", "the", "Firewall", "Policy", "." ]
[ "\"\"\"\n Enable DNS Proxy on Firewalls attached to the Firewall Policy.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
require_proxy_for_network_rules
Optional[bool]
def require_proxy_for_network_rules(self) -> Optional[bool]: """ FQDNs in Network Rules are supported when set to true. """ return pulumi.get(self, "require_proxy_for_network_rules")
FQDNs in Network Rules are supported when set to true.
FQDNs in Network Rules are supported when set to true.
[ "FQDNs", "in", "Network", "Rules", "are", "supported", "when", "set", "to", "true", "." ]
def require_proxy_for_network_rules(self) -> Optional[bool]: return pulumi.get(self, "require_proxy_for_network_rules")
[ "def", "require_proxy_for_network_rules", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"require_proxy_for_network_rules\"", ")" ]
FQDNs in Network Rules are supported when set to true.
[ "FQDNs", "in", "Network", "Rules", "are", "supported", "when", "set", "to", "true", "." ]
[ "\"\"\"\n FQDNs in Network Rules are supported when set to true.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
servers
Optional[Sequence[str]]
def servers(self) -> Optional[Sequence[str]]: """ List of Custom DNS Servers. """ return pulumi.get(self, "servers")
List of Custom DNS Servers.
List of Custom DNS Servers.
[ "List", "of", "Custom", "DNS", "Servers", "." ]
def servers(self) -> Optional[Sequence[str]]: return pulumi.get(self, "servers")
[ "def", "servers", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"servers\"", ")" ]
List of Custom DNS Servers.
[ "List", "of", "Custom", "DNS", "Servers", "." ]
[ "\"\"\"\n List of Custom DNS Servers.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
ipv6_circuit_connection_config
Optional['outputs.Ipv6CircuitConnectionConfigResponse']
def ipv6_circuit_connection_config(self) -> Optional['outputs.Ipv6CircuitConnectionConfigResponse']: """ IPv6 Address PrefixProperties of the express route circuit connection. """ return pulumi.get(self, "ipv6_circuit_connection_config")
IPv6 Address PrefixProperties of the express route circuit connection.
IPv6 Address PrefixProperties of the express route circuit connection.
[ "IPv6", "Address", "PrefixProperties", "of", "the", "express", "route", "circuit", "connection", "." ]
def ipv6_circuit_connection_config(self) -> Optional['outputs.Ipv6CircuitConnectionConfigResponse']: return pulumi.get(self, "ipv6_circuit_connection_config")
[ "def", "ipv6_circuit_connection_config", "(", "self", ")", "->", "Optional", "[", "'outputs.Ipv6CircuitConnectionConfigResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ipv6_circuit_connection_config\"", ")" ]
IPv6 Address PrefixProperties of the express route circuit connection.
[ "IPv6", "Address", "PrefixProperties", "of", "the", "express", "route", "circuit", "connection", "." ]
[ "\"\"\"\n IPv6 Address PrefixProperties of the express route circuit connection.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
advertised_public_prefixes_state
str
def advertised_public_prefixes_state(self) -> str: """ The advertised public prefix state of the Peering resource. """ return pulumi.get(self, "advertised_public_prefixes_state")
The advertised public prefix state of the Peering resource.
The advertised public prefix state of the Peering resource.
[ "The", "advertised", "public", "prefix", "state", "of", "the", "Peering", "resource", "." ]
def advertised_public_prefixes_state(self) -> str: return pulumi.get(self, "advertised_public_prefixes_state")
[ "def", "advertised_public_prefixes_state", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"advertised_public_prefixes_state\"", ")" ]
The advertised public prefix state of the Peering resource.
[ "The", "advertised", "public", "prefix", "state", "of", "the", "Peering", "resource", "." ]
[ "\"\"\"\n The advertised public prefix state of the Peering resource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
peered_connections
Sequence['outputs.PeerExpressRouteCircuitConnectionResponse']
def peered_connections(self) -> Sequence['outputs.PeerExpressRouteCircuitConnectionResponse']: """ The list of peered circuit connections associated with Azure Private Peering for this circuit. """ return pulumi.get(self, "peered_connections")
The list of peered circuit connections associated with Azure Private Peering for this circuit.
The list of peered circuit connections associated with Azure Private Peering for this circuit.
[ "The", "list", "of", "peered", "circuit", "connections", "associated", "with", "Azure", "Private", "Peering", "for", "this", "circuit", "." ]
def peered_connections(self) -> Sequence['outputs.PeerExpressRouteCircuitConnectionResponse']: return pulumi.get(self, "peered_connections")
[ "def", "peered_connections", "(", "self", ")", "->", "Sequence", "[", "'outputs.PeerExpressRouteCircuitConnectionResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"peered_connections\"", ")" ]
The list of peered circuit connections associated with Azure Private Peering for this circuit.
[ "The", "list", "of", "peered", "circuit", "connections", "associated", "with", "Azure", "Private", "Peering", "for", "this", "circuit", "." ]
[ "\"\"\"\n The list of peered circuit connections associated with Azure Private Peering for this circuit.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
route_filter
Optional['outputs.SubResourceResponse']
def route_filter(self) -> Optional['outputs.SubResourceResponse']: """ The reference to the RouteFilter resource. """ return pulumi.get(self, "route_filter")
The reference to the RouteFilter resource.
The reference to the RouteFilter resource.
[ "The", "reference", "to", "the", "RouteFilter", "resource", "." ]
def route_filter(self) -> Optional['outputs.SubResourceResponse']: return pulumi.get(self, "route_filter")
[ "def", "route_filter", "(", "self", ")", "->", "Optional", "[", "'outputs.SubResourceResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"route_filter\"", ")" ]
The reference to the RouteFilter resource.
[ "The", "reference", "to", "the", "RouteFilter", "resource", "." ]
[ "\"\"\"\n The reference to the RouteFilter resource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
stats
Optional['outputs.ExpressRouteCircuitStatsResponse']
def stats(self) -> Optional['outputs.ExpressRouteCircuitStatsResponse']: """ The peering stats of express route circuit. """ return pulumi.get(self, "stats")
The peering stats of express route circuit.
The peering stats of express route circuit.
[ "The", "peering", "stats", "of", "express", "route", "circuit", "." ]
def stats(self) -> Optional['outputs.ExpressRouteCircuitStatsResponse']: return pulumi.get(self, "stats")
[ "def", "stats", "(", "self", ")", "->", "Optional", "[", "'outputs.ExpressRouteCircuitStatsResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"stats\"", ")" ]
The peering stats of express route circuit.
[ "The", "peering", "stats", "of", "express", "route", "circuit", "." ]
[ "\"\"\"\n The peering stats of express route circuit.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
routing_configuration
Optional['outputs.RoutingConfigurationResponse']
def routing_configuration(self) -> Optional['outputs.RoutingConfigurationResponse']: """ The Routing Configuration indicating the associated and propagated route tables on this connection. """ return pulumi.get(self, "routing_configuration")
The Routing Configuration indicating the associated and propagated route tables on this connection.
The Routing Configuration indicating the associated and propagated route tables on this connection.
[ "The", "Routing", "Configuration", "indicating", "the", "associated", "and", "propagated", "route", "tables", "on", "this", "connection", "." ]
def routing_configuration(self) -> Optional['outputs.RoutingConfigurationResponse']: return pulumi.get(self, "routing_configuration")
[ "def", "routing_configuration", "(", "self", ")", "->", "Optional", "[", "'outputs.RoutingConfigurationResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"routing_configuration\"", ")" ]
The Routing Configuration indicating the associated and propagated route tables on this connection.
[ "The", "Routing", "Configuration", "indicating", "the", "associated", "and", "propagated", "route", "tables", "on", "this", "connection", "." ]
[ "\"\"\"\n The Routing Configuration indicating the associated and propagated route tables on this connection.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
cak_secret_identifier
Optional[str]
def cak_secret_identifier(self) -> Optional[str]: """ Keyvault Secret Identifier URL containing Mac security CAK key. """ return pulumi.get(self, "cak_secret_identifier")
Keyvault Secret Identifier URL containing Mac security CAK key.
Keyvault Secret Identifier URL containing Mac security CAK key.
[ "Keyvault", "Secret", "Identifier", "URL", "containing", "Mac", "security", "CAK", "key", "." ]
def cak_secret_identifier(self) -> Optional[str]: return pulumi.get(self, "cak_secret_identifier")
[ "def", "cak_secret_identifier", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cak_secret_identifier\"", ")" ]
Keyvault Secret Identifier URL containing Mac security CAK key.
[ "Keyvault", "Secret", "Identifier", "URL", "containing", "Mac", "security", "CAK", "key", "." ]
[ "\"\"\"\n Keyvault Secret Identifier URL containing Mac security CAK key.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
ckn_secret_identifier
Optional[str]
def ckn_secret_identifier(self) -> Optional[str]: """ Keyvault Secret Identifier URL containing Mac security CKN key. """ return pulumi.get(self, "ckn_secret_identifier")
Keyvault Secret Identifier URL containing Mac security CKN key.
Keyvault Secret Identifier URL containing Mac security CKN key.
[ "Keyvault", "Secret", "Identifier", "URL", "containing", "Mac", "security", "CKN", "key", "." ]
def ckn_secret_identifier(self) -> Optional[str]: return pulumi.get(self, "ckn_secret_identifier")
[ "def", "ckn_secret_identifier", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ckn_secret_identifier\"", ")" ]
Keyvault Secret Identifier URL containing Mac security CKN key.
[ "Keyvault", "Secret", "Identifier", "URL", "containing", "Mac", "security", "CKN", "key", "." ]
[ "\"\"\"\n Keyvault Secret Identifier URL containing Mac security CKN key.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
sci_state
Optional[str]
def sci_state(self) -> Optional[str]: """ Sci mode enabled/disabled. """ return pulumi.get(self, "sci_state")
Sci mode enabled/disabled.
Sci mode enabled/disabled.
[ "Sci", "mode", "enabled", "/", "disabled", "." ]
def sci_state(self) -> Optional[str]: return pulumi.get(self, "sci_state")
[ "def", "sci_state", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sci_state\"", ")" ]
Sci mode enabled/disabled.
[ "Sci", "mode", "enabled", "/", "disabled", "." ]
[ "\"\"\"\n Sci mode enabled/disabled.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
rule_collection_type
str
def rule_collection_type(self) -> str: """ The type of the rule collection. Expected value is 'FirewallPolicyFilterRuleCollection'. """ return pulumi.get(self, "rule_collection_type")
The type of the rule collection. Expected value is 'FirewallPolicyFilterRuleCollection'.
The type of the rule collection. Expected value is 'FirewallPolicyFilterRuleCollection'.
[ "The", "type", "of", "the", "rule", "collection", ".", "Expected", "value", "is", "'", "FirewallPolicyFilterRuleCollection", "'", "." ]
def rule_collection_type(self) -> str: return pulumi.get(self, "rule_collection_type")
[ "def", "rule_collection_type", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"rule_collection_type\"", ")" ]
The type of the rule collection.
[ "The", "type", "of", "the", "rule", "collection", "." ]
[ "\"\"\"\n The type of the rule collection.\n Expected value is 'FirewallPolicyFilterRuleCollection'.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
action
Optional['outputs.FirewallPolicyFilterRuleCollectionActionResponse']
def action(self) -> Optional['outputs.FirewallPolicyFilterRuleCollectionActionResponse']: """ The action type of a Filter rule collection. """ return pulumi.get(self, "action")
The action type of a Filter rule collection.
The action type of a Filter rule collection.
[ "The", "action", "type", "of", "a", "Filter", "rule", "collection", "." ]
def action(self) -> Optional['outputs.FirewallPolicyFilterRuleCollectionActionResponse']: return pulumi.get(self, "action")
[ "def", "action", "(", "self", ")", "->", "Optional", "[", "'outputs.FirewallPolicyFilterRuleCollectionActionResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"action\"", ")" ]
The action type of a Filter rule collection.
[ "The", "action", "type", "of", "a", "Filter", "rule", "collection", "." ]
[ "\"\"\"\n The action type of a Filter rule collection.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
rules
Optional[Sequence[Any]]
def rules(self) -> Optional[Sequence[Any]]: """ List of rules included in a rule collection. """ return pulumi.get(self, "rules")
List of rules included in a rule collection.
List of rules included in a rule collection.
[ "List", "of", "rules", "included", "in", "a", "rule", "collection", "." ]
def rules(self) -> Optional[Sequence[Any]]: return pulumi.get(self, "rules")
[ "def", "rules", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "Any", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"rules\"", ")" ]
List of rules included in a rule collection.
[ "List", "of", "rules", "included", "in", "a", "rule", "collection", "." ]
[ "\"\"\"\n List of rules included in a rule collection.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
destination_ports
Optional[Sequence[str]]
def destination_ports(self) -> Optional[Sequence[str]]: """ List of destination ports or ranges. """ return pulumi.get(self, "destination_ports")
List of destination ports or ranges.
List of destination ports or ranges.
[ "List", "of", "destination", "ports", "or", "ranges", "." ]
def destination_ports(self) -> Optional[Sequence[str]]: return pulumi.get(self, "destination_ports")
[ "def", "destination_ports", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"destination_ports\"", ")" ]
List of destination ports or ranges.
[ "List", "of", "destination", "ports", "or", "ranges", "." ]
[ "\"\"\"\n List of destination ports or ranges.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
bypass_traffic_settings
Optional[Sequence['outputs.FirewallPolicyIntrusionDetectionBypassTrafficSpecificationsResponse']]
def bypass_traffic_settings(self) -> Optional[Sequence['outputs.FirewallPolicyIntrusionDetectionBypassTrafficSpecificationsResponse']]: """ List of rules for traffic to bypass. """ return pulumi.get(self, "bypass_traffic_settings")
List of rules for traffic to bypass.
List of rules for traffic to bypass.
[ "List", "of", "rules", "for", "traffic", "to", "bypass", "." ]
def bypass_traffic_settings(self) -> Optional[Sequence['outputs.FirewallPolicyIntrusionDetectionBypassTrafficSpecificationsResponse']]: return pulumi.get(self, "bypass_traffic_settings")
[ "def", "bypass_traffic_settings", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.FirewallPolicyIntrusionDetectionBypassTrafficSpecificationsResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"bypass_traffic_settings\"", ")"...
List of rules for traffic to bypass.
[ "List", "of", "rules", "for", "traffic", "to", "bypass", "." ]
[ "\"\"\"\n List of rules for traffic to bypass.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
signature_overrides
Optional[Sequence['outputs.FirewallPolicyIntrusionDetectionSignatureSpecificationResponse']]
def signature_overrides(self) -> Optional[Sequence['outputs.FirewallPolicyIntrusionDetectionSignatureSpecificationResponse']]: """ List of specific signatures states. """ return pulumi.get(self, "signature_overrides")
List of specific signatures states.
List of specific signatures states.
[ "List", "of", "specific", "signatures", "states", "." ]
def signature_overrides(self) -> Optional[Sequence['outputs.FirewallPolicyIntrusionDetectionSignatureSpecificationResponse']]: return pulumi.get(self, "signature_overrides")
[ "def", "signature_overrides", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.FirewallPolicyIntrusionDetectionSignatureSpecificationResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"signature_overrides\"", ")" ]
List of specific signatures states.
[ "List", "of", "specific", "signatures", "states", "." ]
[ "\"\"\"\n List of specific signatures states.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
action
Optional['outputs.FirewallPolicyNatRuleCollectionActionResponse']
def action(self) -> Optional['outputs.FirewallPolicyNatRuleCollectionActionResponse']: """ The action type of a Nat rule collection. """ return pulumi.get(self, "action")
The action type of a Nat rule collection.
The action type of a Nat rule collection.
[ "The", "action", "type", "of", "a", "Nat", "rule", "collection", "." ]
def action(self) -> Optional['outputs.FirewallPolicyNatRuleCollectionActionResponse']: return pulumi.get(self, "action")
[ "def", "action", "(", "self", ")", "->", "Optional", "[", "'outputs.FirewallPolicyNatRuleCollectionActionResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"action\"", ")" ]
The action type of a Nat rule collection.
[ "The", "action", "type", "of", "a", "Nat", "rule", "collection", "." ]
[ "\"\"\"\n The action type of a Nat rule collection.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
fqdns
Optional[Sequence[str]]
def fqdns(self) -> Optional[Sequence[str]]: """ List of FQDNs for the ThreatIntel Whitelist. """ return pulumi.get(self, "fqdns")
List of FQDNs for the ThreatIntel Whitelist.
List of FQDNs for the ThreatIntel Whitelist.
[ "List", "of", "FQDNs", "for", "the", "ThreatIntel", "Whitelist", "." ]
def fqdns(self) -> Optional[Sequence[str]]: return pulumi.get(self, "fqdns")
[ "def", "fqdns", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"fqdns\"", ")" ]
List of FQDNs for the ThreatIntel Whitelist.
[ "List", "of", "FQDNs", "for", "the", "ThreatIntel", "Whitelist", "." ]
[ "\"\"\"\n List of FQDNs for the ThreatIntel Whitelist.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
certificate_authority
Optional['outputs.FirewallPolicyCertificateAuthorityResponse']
def certificate_authority(self) -> Optional['outputs.FirewallPolicyCertificateAuthorityResponse']: """ The CA used for intermediate CA generation. """ return pulumi.get(self, "certificate_authority")
The CA used for intermediate CA generation.
The CA used for intermediate CA generation.
[ "The", "CA", "used", "for", "intermediate", "CA", "generation", "." ]
def certificate_authority(self) -> Optional['outputs.FirewallPolicyCertificateAuthorityResponse']: return pulumi.get(self, "certificate_authority")
[ "def", "certificate_authority", "(", "self", ")", "->", "Optional", "[", "'outputs.FirewallPolicyCertificateAuthorityResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"certificate_authority\"", ")" ]
The CA used for intermediate CA generation.
[ "The", "CA", "used", "for", "intermediate", "CA", "generation", "." ]
[ "\"\"\"\n The CA used for intermediate CA generation.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
storage_id
str
def storage_id(self) -> str: """ ID of the storage account which is used to store the flow log. """ return pulumi.get(self, "storage_id")
ID of the storage account which is used to store the flow log.
ID of the storage account which is used to store the flow log.
[ "ID", "of", "the", "storage", "account", "which", "is", "used", "to", "store", "the", "flow", "log", "." ]
def storage_id(self) -> str: return pulumi.get(self, "storage_id")
[ "def", "storage_id", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_id\"", ")" ]
ID of the storage account which is used to store the flow log.
[ "ID", "of", "the", "storage", "account", "which", "is", "used", "to", "store", "the", "flow", "log", "." ]
[ "\"\"\"\n ID of the storage account which is used to store the flow log.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
target_resource_guid
str
def target_resource_guid(self) -> str: """ Guid of network security group to which flow log will be applied. """ return pulumi.get(self, "target_resource_guid")
Guid of network security group to which flow log will be applied.
Guid of network security group to which flow log will be applied.
[ "Guid", "of", "network", "security", "group", "to", "which", "flow", "log", "will", "be", "applied", "." ]
def target_resource_guid(self) -> str: return pulumi.get(self, "target_resource_guid")
[ "def", "target_resource_guid", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"target_resource_guid\"", ")" ]
Guid of network security group to which flow log will be applied.
[ "Guid", "of", "network", "security", "group", "to", "which", "flow", "log", "will", "be", "applied", "." ]
[ "\"\"\"\n Guid of network security group to which flow log will be applied.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
flow_analytics_configuration
Optional['outputs.TrafficAnalyticsPropertiesResponse']
def flow_analytics_configuration(self) -> Optional['outputs.TrafficAnalyticsPropertiesResponse']: """ Parameters that define the configuration of traffic analytics. """ return pulumi.get(self, "flow_analytics_configuration")
Parameters that define the configuration of traffic analytics.
Parameters that define the configuration of traffic analytics.
[ "Parameters", "that", "define", "the", "configuration", "of", "traffic", "analytics", "." ]
def flow_analytics_configuration(self) -> Optional['outputs.TrafficAnalyticsPropertiesResponse']: return pulumi.get(self, "flow_analytics_configuration")
[ "def", "flow_analytics_configuration", "(", "self", ")", "->", "Optional", "[", "'outputs.TrafficAnalyticsPropertiesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"flow_analytics_configuration\"", ")" ]
Parameters that define the configuration of traffic analytics.
[ "Parameters", "that", "define", "the", "configuration", "of", "traffic", "analytics", "." ]
[ "\"\"\"\n Parameters that define the configuration of traffic analytics.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
format
Optional['outputs.FlowLogFormatParametersResponse']
def format(self) -> Optional['outputs.FlowLogFormatParametersResponse']: """ Parameters that define the flow log format. """ return pulumi.get(self, "format")
Parameters that define the flow log format.
Parameters that define the flow log format.
[ "Parameters", "that", "define", "the", "flow", "log", "format", "." ]
def format(self) -> Optional['outputs.FlowLogFormatParametersResponse']: return pulumi.get(self, "format")
[ "def", "format", "(", "self", ")", "->", "Optional", "[", "'outputs.FlowLogFormatParametersResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"format\"", ")" ]
Parameters that define the flow log format.
[ "Parameters", "that", "define", "the", "flow", "log", "format", "." ]
[ "\"\"\"\n Parameters that define the flow log format.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
retention_policy
Optional['outputs.RetentionPolicyParametersResponse']
def retention_policy(self) -> Optional['outputs.RetentionPolicyParametersResponse']: """ Parameters that define the retention policy for flow log. """ return pulumi.get(self, "retention_policy")
Parameters that define the retention policy for flow log.
Parameters that define the retention policy for flow log.
[ "Parameters", "that", "define", "the", "retention", "policy", "for", "flow", "log", "." ]
def retention_policy(self) -> Optional['outputs.RetentionPolicyParametersResponse']: return pulumi.get(self, "retention_policy")
[ "def", "retention_policy", "(", "self", ")", "->", "Optional", "[", "'outputs.RetentionPolicyParametersResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"retention_policy\"", ")" ]
Parameters that define the retention policy for flow log.
[ "Parameters", "that", "define", "the", "retention", "policy", "for", "flow", "log", "." ]
[ "\"\"\"\n Parameters that define the retention policy for flow log.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
public_ips
Optional['outputs.HubPublicIPAddressesResponse']
def public_ips(self) -> Optional['outputs.HubPublicIPAddressesResponse']: """ Public IP addresses associated with azure firewall. """ return pulumi.get(self, "public_ips")
Public IP addresses associated with azure firewall.
Public IP addresses associated with azure firewall.
[ "Public", "IP", "addresses", "associated", "with", "azure", "firewall", "." ]
def public_ips(self) -> Optional['outputs.HubPublicIPAddressesResponse']: return pulumi.get(self, "public_ips")
[ "def", "public_ips", "(", "self", ")", "->", "Optional", "[", "'outputs.HubPublicIPAddressesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"public_ips\"", ")" ]
Public IP addresses associated with azure firewall.
[ "Public", "IP", "addresses", "associated", "with", "azure", "firewall", "." ]
[ "\"\"\"\n Public IP addresses associated with azure firewall.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
addresses
Optional[Sequence['outputs.AzureFirewallPublicIPAddressResponse']]
def addresses(self) -> Optional[Sequence['outputs.AzureFirewallPublicIPAddressResponse']]: """ The list of Public IP addresses associated with azure firewall or IP addresses to be retained. """ return pulumi.get(self, "addresses")
The list of Public IP addresses associated with azure firewall or IP addresses to be retained.
The list of Public IP addresses associated with azure firewall or IP addresses to be retained.
[ "The", "list", "of", "Public", "IP", "addresses", "associated", "with", "azure", "firewall", "or", "IP", "addresses", "to", "be", "retained", "." ]
def addresses(self) -> Optional[Sequence['outputs.AzureFirewallPublicIPAddressResponse']]: return pulumi.get(self, "addresses")
[ "def", "addresses", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.AzureFirewallPublicIPAddressResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"addresses\"", ")" ]
The list of Public IP addresses associated with azure firewall or IP addresses to be retained.
[ "The", "list", "of", "Public", "IP", "addresses", "associated", "with", "azure", "firewall", "or", "IP", "addresses", "to", "be", "retained", "." ]
[ "\"\"\"\n The list of Public IP addresses associated with azure firewall or IP addresses to be retained.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
default_bgp_ip_addresses
Sequence[str]
def default_bgp_ip_addresses(self) -> Sequence[str]: """ The list of default BGP peering addresses which belong to IP configuration. """ return pulumi.get(self, "default_bgp_ip_addresses")
The list of default BGP peering addresses which belong to IP configuration.
The list of default BGP peering addresses which belong to IP configuration.
[ "The", "list", "of", "default", "BGP", "peering", "addresses", "which", "belong", "to", "IP", "configuration", "." ]
def default_bgp_ip_addresses(self) -> Sequence[str]: return pulumi.get(self, "default_bgp_ip_addresses")
[ "def", "default_bgp_ip_addresses", "(", "self", ")", "->", "Sequence", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default_bgp_ip_addresses\"", ")" ]
The list of default BGP peering addresses which belong to IP configuration.
[ "The", "list", "of", "default", "BGP", "peering", "addresses", "which", "belong", "to", "IP", "configuration", "." ]
[ "\"\"\"\n The list of default BGP peering addresses which belong to IP configuration.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
tunnel_ip_addresses
Sequence[str]
def tunnel_ip_addresses(self) -> Sequence[str]: """ The list of tunnel public IP addresses which belong to IP configuration. """ return pulumi.get(self, "tunnel_ip_addresses")
The list of tunnel public IP addresses which belong to IP configuration.
The list of tunnel public IP addresses which belong to IP configuration.
[ "The", "list", "of", "tunnel", "public", "IP", "addresses", "which", "belong", "to", "IP", "configuration", "." ]
def tunnel_ip_addresses(self) -> Sequence[str]: return pulumi.get(self, "tunnel_ip_addresses")
[ "def", "tunnel_ip_addresses", "(", "self", ")", "->", "Sequence", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"tunnel_ip_addresses\"", ")" ]
The list of tunnel public IP addresses which belong to IP configuration.
[ "The", "list", "of", "tunnel", "public", "IP", "addresses", "which", "belong", "to", "IP", "configuration", "." ]
[ "\"\"\"\n The list of tunnel public IP addresses which belong to IP configuration.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
custom_bgp_ip_addresses
Optional[Sequence[str]]
def custom_bgp_ip_addresses(self) -> Optional[Sequence[str]]: """ The list of custom BGP peering addresses which belong to IP configuration. """ return pulumi.get(self, "custom_bgp_ip_addresses")
The list of custom BGP peering addresses which belong to IP configuration.
The list of custom BGP peering addresses which belong to IP configuration.
[ "The", "list", "of", "custom", "BGP", "peering", "addresses", "which", "belong", "to", "IP", "configuration", "." ]
def custom_bgp_ip_addresses(self) -> Optional[Sequence[str]]: return pulumi.get(self, "custom_bgp_ip_addresses")
[ "def", "custom_bgp_ip_addresses", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"custom_bgp_ip_addresses\"", ")" ]
The list of custom BGP peering addresses which belong to IP configuration.
[ "The", "list", "of", "custom", "BGP", "peering", "addresses", "which", "belong", "to", "IP", "configuration", "." ]
[ "\"\"\"\n The list of custom BGP peering addresses which belong to IP configuration.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
ipconfiguration_id
Optional[str]
def ipconfiguration_id(self) -> Optional[str]: """ The ID of IP configuration which belongs to gateway. """ return pulumi.get(self, "ipconfiguration_id")
The ID of IP configuration which belongs to gateway.
The ID of IP configuration which belongs to gateway.
[ "The", "ID", "of", "IP", "configuration", "which", "belongs", "to", "gateway", "." ]
def ipconfiguration_id(self) -> Optional[str]: return pulumi.get(self, "ipconfiguration_id")
[ "def", "ipconfiguration_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ipconfiguration_id\"", ")" ]
The ID of IP configuration which belongs to gateway.
[ "The", "ID", "of", "IP", "configuration", "which", "belongs", "to", "gateway", "." ]
[ "\"\"\"\n The ID of IP configuration which belongs to gateway.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
network_interface_ip_configuration
'outputs.SubResourceResponse'
def network_interface_ip_configuration(self) -> 'outputs.SubResourceResponse': """ Reference to IP address defined in network interfaces. """ return pulumi.get(self, "network_interface_ip_configuration")
Reference to IP address defined in network interfaces.
Reference to IP address defined in network interfaces.
[ "Reference", "to", "IP", "address", "defined", "in", "network", "interfaces", "." ]
def network_interface_ip_configuration(self) -> 'outputs.SubResourceResponse': return pulumi.get(self, "network_interface_ip_configuration")
[ "def", "network_interface_ip_configuration", "(", "self", ")", "->", "'outputs.SubResourceResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"network_interface_ip_configuration\"", ")" ]
Reference to IP address defined in network interfaces.
[ "Reference", "to", "IP", "address", "defined", "in", "network", "interfaces", "." ]
[ "\"\"\"\n Reference to IP address defined in network interfaces.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
load_balancer_frontend_ip_configuration
Optional['outputs.SubResourceResponse']
def load_balancer_frontend_ip_configuration(self) -> Optional['outputs.SubResourceResponse']: """ Reference to the frontend ip address configuration defined in regional loadbalancer. """ return pulumi.get(self, "load_balancer_frontend_ip_configuration")
Reference to the frontend ip address configuration defined in regional loadbalancer.
Reference to the frontend ip address configuration defined in regional loadbalancer.
[ "Reference", "to", "the", "frontend", "ip", "address", "configuration", "defined", "in", "regional", "loadbalancer", "." ]
def load_balancer_frontend_ip_configuration(self) -> Optional['outputs.SubResourceResponse']: return pulumi.get(self, "load_balancer_frontend_ip_configuration")
[ "def", "load_balancer_frontend_ip_configuration", "(", "self", ")", "->", "Optional", "[", "'outputs.SubResourceResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"load_balancer_frontend_ip_configuration\"", ")" ]
Reference to the frontend ip address configuration defined in regional loadbalancer.
[ "Reference", "to", "the", "frontend", "ip", "address", "configuration", "defined", "in", "regional", "loadbalancer", "." ]
[ "\"\"\"\n Reference to the frontend ip address configuration defined in regional loadbalancer.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
virtual_network
Optional['outputs.SubResourceResponse']
def virtual_network(self) -> Optional['outputs.SubResourceResponse']: """ Reference to an existing virtual network. """ return pulumi.get(self, "virtual_network")
Reference to an existing virtual network.
Reference to an existing virtual network.
[ "Reference", "to", "an", "existing", "virtual", "network", "." ]
def virtual_network(self) -> Optional['outputs.SubResourceResponse']: return pulumi.get(self, "virtual_network")
[ "def", "virtual_network", "(", "self", ")", "->", "Optional", "[", "'outputs.SubResourceResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"virtual_network\"", ")" ]
Reference to an existing virtual network.
[ "Reference", "to", "an", "existing", "virtual", "network", "." ]
[ "\"\"\"\n Reference to an existing virtual network.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
rules
Optional[Sequence['outputs.ManagedRuleOverrideResponse']]
def rules(self) -> Optional[Sequence['outputs.ManagedRuleOverrideResponse']]: """ List of rules that will be disabled. If none specified, all rules in the group will be disabled. """ return pulumi.get(self, "rules")
List of rules that will be disabled. If none specified, all rules in the group will be disabled.
List of rules that will be disabled. If none specified, all rules in the group will be disabled.
[ "List", "of", "rules", "that", "will", "be", "disabled", ".", "If", "none", "specified", "all", "rules", "in", "the", "group", "will", "be", "disabled", "." ]
def rules(self) -> Optional[Sequence['outputs.ManagedRuleOverrideResponse']]: return pulumi.get(self, "rules")
[ "def", "rules", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ManagedRuleOverrideResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"rules\"", ")" ]
List of rules that will be disabled.
[ "List", "of", "rules", "that", "will", "be", "disabled", "." ]
[ "\"\"\"\n List of rules that will be disabled. If none specified, all rules in the group will be disabled.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
rule_id
str
def rule_id(self) -> str: """ Identifier for the managed rule. """ return pulumi.get(self, "rule_id")
Identifier for the managed rule.
Identifier for the managed rule.
[ "Identifier", "for", "the", "managed", "rule", "." ]
def rule_id(self) -> str: return pulumi.get(self, "rule_id")
[ "def", "rule_id", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"rule_id\"", ")" ]
Identifier for the managed rule.
[ "Identifier", "for", "the", "managed", "rule", "." ]
[ "\"\"\"\n Identifier for the managed rule.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
rule_group_overrides
Optional[Sequence['outputs.ManagedRuleGroupOverrideResponse']]
def rule_group_overrides(self) -> Optional[Sequence['outputs.ManagedRuleGroupOverrideResponse']]: """ Defines the rule group overrides to apply to the rule set. """ return pulumi.get(self, "rule_group_overrides")
Defines the rule group overrides to apply to the rule set.
Defines the rule group overrides to apply to the rule set.
[ "Defines", "the", "rule", "group", "overrides", "to", "apply", "to", "the", "rule", "set", "." ]
def rule_group_overrides(self) -> Optional[Sequence['outputs.ManagedRuleGroupOverrideResponse']]: return pulumi.get(self, "rule_group_overrides")
[ "def", "rule_group_overrides", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ManagedRuleGroupOverrideResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"rule_group_overrides\"", ")" ]
Defines the rule group overrides to apply to the rule set.
[ "Defines", "the", "rule", "group", "overrides", "to", "apply", "to", "the", "rule", "set", "." ]
[ "\"\"\"\n Defines the rule group overrides to apply to the rule set.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
managed_rule_sets
Sequence['outputs.ManagedRuleSetResponse']
def managed_rule_sets(self) -> Sequence['outputs.ManagedRuleSetResponse']: """ The managed rule sets that are associated with the policy. """ return pulumi.get(self, "managed_rule_sets")
The managed rule sets that are associated with the policy.
The managed rule sets that are associated with the policy.
[ "The", "managed", "rule", "sets", "that", "are", "associated", "with", "the", "policy", "." ]
def managed_rule_sets(self) -> Sequence['outputs.ManagedRuleSetResponse']: return pulumi.get(self, "managed_rule_sets")
[ "def", "managed_rule_sets", "(", "self", ")", "->", "Sequence", "[", "'outputs.ManagedRuleSetResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"managed_rule_sets\"", ")" ]
The managed rule sets that are associated with the policy.
[ "The", "managed", "rule", "sets", "that", "are", "associated", "with", "the", "policy", "." ]
[ "\"\"\"\n The managed rule sets that are associated with the policy.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
exclusions
Optional[Sequence['outputs.OwaspCrsExclusionEntryResponse']]
def exclusions(self) -> Optional[Sequence['outputs.OwaspCrsExclusionEntryResponse']]: """ The Exclusions that are applied on the policy. """ return pulumi.get(self, "exclusions")
The Exclusions that are applied on the policy.
The Exclusions that are applied on the policy.
[ "The", "Exclusions", "that", "are", "applied", "on", "the", "policy", "." ]
def exclusions(self) -> Optional[Sequence['outputs.OwaspCrsExclusionEntryResponse']]: return pulumi.get(self, "exclusions")
[ "def", "exclusions", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.OwaspCrsExclusionEntryResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"exclusions\"", ")" ]
The Exclusions that are applied on the policy.
[ "The", "Exclusions", "that", "are", "applied", "on", "the", "policy", "." ]
[ "\"\"\"\n The Exclusions that are applied on the policy.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
negation_conditon
Optional[bool]
def negation_conditon(self) -> Optional[bool]: """ Whether this is negate condition or not. """ return pulumi.get(self, "negation_conditon")
Whether this is negate condition or not.
Whether this is negate condition or not.
[ "Whether", "this", "is", "negate", "condition", "or", "not", "." ]
def negation_conditon(self) -> Optional[bool]: return pulumi.get(self, "negation_conditon")
[ "def", "negation_conditon", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"negation_conditon\"", ")" ]
Whether this is negate condition or not.
[ "Whether", "this", "is", "negate", "condition", "or", "not", "." ]
[ "\"\"\"\n Whether this is negate condition or not.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
selector
Optional[str]
def selector(self) -> Optional[str]: """ The selector of match variable. """ return pulumi.get(self, "selector")
The selector of match variable.
The selector of match variable.
[ "The", "selector", "of", "match", "variable", "." ]
def selector(self) -> Optional[str]: return pulumi.get(self, "selector")
[ "def", "selector", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"selector\"", ")" ]
The selector of match variable.
[ "The", "selector", "of", "match", "variable", "." ]
[ "\"\"\"\n The selector of match variable.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
applied_dns_servers
Sequence[str]
def applied_dns_servers(self) -> Sequence[str]: """ If the VM that uses this NIC is part of an Availability Set, then this list will have the union of all DNS servers from all NICs that are part of the Availability Set. This property is what is configured on each of those VMs. """ return...
If the VM that uses this NIC is part of an Availability Set, then this list will have the union of all DNS servers from all NICs that are part of the Availability Set. This property is what is configured on each of those VMs.
If the VM that uses this NIC is part of an Availability Set, then this list will have the union of all DNS servers from all NICs that are part of the Availability Set. This property is what is configured on each of those VMs.
[ "If", "the", "VM", "that", "uses", "this", "NIC", "is", "part", "of", "an", "Availability", "Set", "then", "this", "list", "will", "have", "the", "union", "of", "all", "DNS", "servers", "from", "all", "NICs", "that", "are", "part", "of", "the", "Availa...
def applied_dns_servers(self) -> Sequence[str]: return pulumi.get(self, "applied_dns_servers")
[ "def", "applied_dns_servers", "(", "self", ")", "->", "Sequence", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"applied_dns_servers\"", ")" ]
If the VM that uses this NIC is part of an Availability Set, then this list will have the union of all DNS servers from all NICs that are part of the Availability Set.
[ "If", "the", "VM", "that", "uses", "this", "NIC", "is", "part", "of", "an", "Availability", "Set", "then", "this", "list", "will", "have", "the", "union", "of", "all", "DNS", "servers", "from", "all", "NICs", "that", "are", "part", "of", "the", "Availa...
[ "\"\"\"\n If the VM that uses this NIC is part of an Availability Set, then this list will have the union of all DNS servers from all NICs that are part of the Availability Set. This property is what is configured on each of those VMs.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py
[ "Apache-2.0" ]
Python
internal_domain_name_suffix
str
def internal_domain_name_suffix(self) -> str: """ Even if internalDnsNameLabel is not specified, a DNS entry is created for the primary NIC of the VM. This DNS name can be constructed by concatenating the VM name with the value of internalDomainNameSuffix. """ return pulumi.get(self, "in...
Even if internalDnsNameLabel is not specified, a DNS entry is created for the primary NIC of the VM. This DNS name can be constructed by concatenating the VM name with the value of internalDomainNameSuffix.
Even if internalDnsNameLabel is not specified, a DNS entry is created for the primary NIC of the VM. This DNS name can be constructed by concatenating the VM name with the value of internalDomainNameSuffix.
[ "Even", "if", "internalDnsNameLabel", "is", "not", "specified", "a", "DNS", "entry", "is", "created", "for", "the", "primary", "NIC", "of", "the", "VM", ".", "This", "DNS", "name", "can", "be", "constructed", "by", "concatenating", "the", "VM", "name", "wi...
def internal_domain_name_suffix(self) -> str: return pulumi.get(self, "internal_domain_name_suffix")
[ "def", "internal_domain_name_suffix", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"internal_domain_name_suffix\"", ")" ]
Even if internalDnsNameLabel is not specified, a DNS entry is created for the primary NIC of the VM.
[ "Even", "if", "internalDnsNameLabel", "is", "not", "specified", "a", "DNS", "entry", "is", "created", "for", "the", "primary", "NIC", "of", "the", "VM", "." ]
[ "\"\"\"\n Even if internalDnsNameLabel is not specified, a DNS entry is created for the primary NIC of the VM. This DNS name can be constructed by concatenating the VM name with the value of internalDomainNameSuffix.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }