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 | internal_fqdn | str | def internal_fqdn(self) -> str:
"""
Fully qualified DNS name supporting internal communications between VMs in the same virtual network.
"""
return pulumi.get(self, "internal_fqdn") |
Fully qualified DNS name supporting internal communications between VMs in the same virtual network.
| Fully qualified DNS name supporting internal communications between VMs in the same virtual network. | [
"Fully",
"qualified",
"DNS",
"name",
"supporting",
"internal",
"communications",
"between",
"VMs",
"in",
"the",
"same",
"virtual",
"network",
"."
] | def internal_fqdn(self) -> str:
return pulumi.get(self, "internal_fqdn") | [
"def",
"internal_fqdn",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"internal_fqdn\"",
")"
] | Fully qualified DNS name supporting internal communications between VMs in the same virtual network. | [
"Fully",
"qualified",
"DNS",
"name",
"supporting",
"internal",
"communications",
"between",
"VMs",
"in",
"the",
"same",
"virtual",
"network",
"."
] | [
"\"\"\"\n Fully qualified DNS name supporting internal communications between VMs in the same 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 | fqdns | Sequence[str] | def fqdns(self) -> Sequence[str]:
"""
List of FQDNs for current private link connection.
"""
return pulumi.get(self, "fqdns") |
List of FQDNs for current private link connection.
| List of FQDNs for current private link connection. | [
"List",
"of",
"FQDNs",
"for",
"current",
"private",
"link",
"connection",
"."
] | def fqdns(self) -> Sequence[str]:
return pulumi.get(self, "fqdns") | [
"def",
"fqdns",
"(",
"self",
")",
"->",
"Sequence",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"fqdns\"",
")"
] | List of FQDNs for current private link connection. | [
"List",
"of",
"FQDNs",
"for",
"current",
"private",
"link",
"connection",
"."
] | [
"\"\"\"\n List of FQDNs for current private link 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 | required_member_name | str | def required_member_name(self) -> str:
"""
The required member name for current private link connection.
"""
return pulumi.get(self, "required_member_name") |
The required member name for current private link connection.
| The required member name for current private link connection. | [
"The",
"required",
"member",
"name",
"for",
"current",
"private",
"link",
"connection",
"."
] | def required_member_name(self) -> str:
return pulumi.get(self, "required_member_name") | [
"def",
"required_member_name",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"required_member_name\"",
")"
] | The required member name for current private link connection. | [
"The",
"required",
"member",
"name",
"for",
"current",
"private",
"link",
"connection",
"."
] | [
"\"\"\"\n The required member name for current private link 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 | private_link_connection_properties | 'outputs.NetworkInterfaceIPConfigurationPrivateLinkConnectionPropertiesResponse' | def private_link_connection_properties(self) -> 'outputs.NetworkInterfaceIPConfigurationPrivateLinkConnectionPropertiesResponse':
"""
PrivateLinkConnection properties for the network interface.
"""
return pulumi.get(self, "private_link_connection_properties") |
PrivateLinkConnection properties for the network interface.
| PrivateLinkConnection properties for the network interface. | [
"PrivateLinkConnection",
"properties",
"for",
"the",
"network",
"interface",
"."
] | def private_link_connection_properties(self) -> 'outputs.NetworkInterfaceIPConfigurationPrivateLinkConnectionPropertiesResponse':
return pulumi.get(self, "private_link_connection_properties") | [
"def",
"private_link_connection_properties",
"(",
"self",
")",
"->",
"'outputs.NetworkInterfaceIPConfigurationPrivateLinkConnectionPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_link_connection_properties\"",
")"
] | PrivateLinkConnection properties for the network interface. | [
"PrivateLinkConnection",
"properties",
"for",
"the",
"network",
"interface",
"."
] | [
"\"\"\"\n PrivateLinkConnection properties for the network interface.\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 | dscp_configuration | 'outputs.SubResourceResponse' | def dscp_configuration(self) -> 'outputs.SubResourceResponse':
"""
A reference to the dscp configuration to which the network interface is linked.
"""
return pulumi.get(self, "dscp_configuration") |
A reference to the dscp configuration to which the network interface is linked.
| A reference to the dscp configuration to which the network interface is linked. | [
"A",
"reference",
"to",
"the",
"dscp",
"configuration",
"to",
"which",
"the",
"network",
"interface",
"is",
"linked",
"."
] | def dscp_configuration(self) -> 'outputs.SubResourceResponse':
return pulumi.get(self, "dscp_configuration") | [
"def",
"dscp_configuration",
"(",
"self",
")",
"->",
"'outputs.SubResourceResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dscp_configuration\"",
")"
] | A reference to the dscp configuration to which the network interface is linked. | [
"A",
"reference",
"to",
"the",
"dscp",
"configuration",
"to",
"which",
"the",
"network",
"interface",
"is",
"linked",
"."
] | [
"\"\"\"\n A reference to the dscp configuration to which the network interface is linked.\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 | mac_address | str | def mac_address(self) -> str:
"""
The MAC address of the network interface.
"""
return pulumi.get(self, "mac_address") |
The MAC address of the network interface.
| The MAC address of the network interface. | [
"The",
"MAC",
"address",
"of",
"the",
"network",
"interface",
"."
] | def mac_address(self) -> str:
return pulumi.get(self, "mac_address") | [
"def",
"mac_address",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"mac_address\"",
")"
] | The MAC address of the network interface. | [
"The",
"MAC",
"address",
"of",
"the",
"network",
"interface",
"."
] | [
"\"\"\"\n The MAC address of the network interface.\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 | tap_configurations | Sequence['outputs.NetworkInterfaceTapConfigurationResponse'] | def tap_configurations(self) -> Sequence['outputs.NetworkInterfaceTapConfigurationResponse']:
"""
A list of TapConfigurations of the network interface.
"""
return pulumi.get(self, "tap_configurations") |
A list of TapConfigurations of the network interface.
| A list of TapConfigurations of the network interface. | [
"A",
"list",
"of",
"TapConfigurations",
"of",
"the",
"network",
"interface",
"."
] | def tap_configurations(self) -> Sequence['outputs.NetworkInterfaceTapConfigurationResponse']:
return pulumi.get(self, "tap_configurations") | [
"def",
"tap_configurations",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.NetworkInterfaceTapConfigurationResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tap_configurations\"",
")"
] | A list of TapConfigurations of the network interface. | [
"A",
"list",
"of",
"TapConfigurations",
"of",
"the",
"network",
"interface",
"."
] | [
"\"\"\"\n A list of TapConfigurations of the network interface.\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_security_rules | Sequence['outputs.SecurityRuleResponse'] | def default_security_rules(self) -> Sequence['outputs.SecurityRuleResponse']:
"""
The default security rules of network security group.
"""
return pulumi.get(self, "default_security_rules") |
The default security rules of network security group.
| The default security rules of network security group. | [
"The",
"default",
"security",
"rules",
"of",
"network",
"security",
"group",
"."
] | def default_security_rules(self) -> Sequence['outputs.SecurityRuleResponse']:
return pulumi.get(self, "default_security_rules") | [
"def",
"default_security_rules",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.SecurityRuleResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_security_rules\"",
")"
] | The default security rules of network security group. | [
"The",
"default",
"security",
"rules",
"of",
"network",
"security",
"group",
"."
] | [
"\"\"\"\n The default security rules of network security group.\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_logs | Sequence['outputs.FlowLogResponse'] | def flow_logs(self) -> Sequence['outputs.FlowLogResponse']:
"""
A collection of references to flow log resources.
"""
return pulumi.get(self, "flow_logs") |
A collection of references to flow log resources.
| A collection of references to flow log resources. | [
"A",
"collection",
"of",
"references",
"to",
"flow",
"log",
"resources",
"."
] | def flow_logs(self) -> Sequence['outputs.FlowLogResponse']:
return pulumi.get(self, "flow_logs") | [
"def",
"flow_logs",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.FlowLogResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"flow_logs\"",
")"
] | A collection of references to flow log resources. | [
"A",
"collection",
"of",
"references",
"to",
"flow",
"log",
"resources",
"."
] | [
"\"\"\"\n A collection of references to flow log resources.\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_internet_security | Optional[bool] | def enable_internet_security(self) -> Optional[bool]:
"""
Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.
"""
return pulumi.get(self, "enable_internet_security") |
Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.
| Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not. | [
"Flag",
"indicating",
"whether",
"the",
"enable",
"internet",
"security",
"flag",
"is",
"turned",
"on",
"for",
"the",
"P2S",
"Connections",
"or",
"not",
"."
] | def enable_internet_security(self) -> Optional[bool]:
return pulumi.get(self, "enable_internet_security") | [
"def",
"enable_internet_security",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_internet_security\"",
")"
] | Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not. | [
"Flag",
"indicating",
"whether",
"the",
"enable",
"internet",
"security",
"flag",
"is",
"turned",
"on",
"for",
"the",
"P2S",
"Connections",
"or",
"not",
"."
] | [
"\"\"\"\n Flag indicating whether the enable internet security flag is turned on for the P2S Connections 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 | vpn_client_connection_health | 'outputs.VpnClientConnectionHealthResponse' | def vpn_client_connection_health(self) -> 'outputs.VpnClientConnectionHealthResponse':
"""
All P2S VPN clients' connection health status.
"""
return pulumi.get(self, "vpn_client_connection_health") |
All P2S VPN clients' connection health status.
| All P2S VPN clients' connection health status. | [
"All",
"P2S",
"VPN",
"clients",
"'",
"connection",
"health",
"status",
"."
] | def vpn_client_connection_health(self) -> 'outputs.VpnClientConnectionHealthResponse':
return pulumi.get(self, "vpn_client_connection_health") | [
"def",
"vpn_client_connection_health",
"(",
"self",
")",
"->",
"'outputs.VpnClientConnectionHealthResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vpn_client_connection_health\"",
")"
] | All P2S VPN clients' connection health status. | [
"All",
"P2S",
"VPN",
"clients",
"'",
"connection",
"health",
"status",
"."
] | [
"\"\"\"\n All P2S VPN clients' connection health status.\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_dns_servers | Optional[Sequence[str]] | def custom_dns_servers(self) -> Optional[Sequence[str]]:
"""
List of all customer specified DNS servers IP addresses.
"""
return pulumi.get(self, "custom_dns_servers") |
List of all customer specified DNS servers IP addresses.
| List of all customer specified DNS servers IP addresses. | [
"List",
"of",
"all",
"customer",
"specified",
"DNS",
"servers",
"IP",
"addresses",
"."
] | def custom_dns_servers(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "custom_dns_servers") | [
"def",
"custom_dns_servers",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_dns_servers\"",
")"
] | List of all customer specified DNS servers IP addresses. | [
"List",
"of",
"all",
"customer",
"specified",
"DNS",
"servers",
"IP",
"addresses",
"."
] | [
"\"\"\"\n List of all customer specified DNS servers IP 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 | p2_s_connection_configurations | Optional[Sequence['outputs.P2SConnectionConfigurationResponse']] | def p2_s_connection_configurations(self) -> Optional[Sequence['outputs.P2SConnectionConfigurationResponse']]:
"""
List of all p2s connection configurations of the gateway.
"""
return pulumi.get(self, "p2_s_connection_configurations") |
List of all p2s connection configurations of the gateway.
| List of all p2s connection configurations of the gateway. | [
"List",
"of",
"all",
"p2s",
"connection",
"configurations",
"of",
"the",
"gateway",
"."
] | def p2_s_connection_configurations(self) -> Optional[Sequence['outputs.P2SConnectionConfigurationResponse']]:
return pulumi.get(self, "p2_s_connection_configurations") | [
"def",
"p2_s_connection_configurations",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.P2SConnectionConfigurationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"p2_s_connection_configurations\"",
")"
] | List of all p2s connection configurations of the gateway. | [
"List",
"of",
"all",
"p2s",
"connection",
"configurations",
"of",
"the",
"gateway",
"."
] | [
"\"\"\"\n List of all p2s connection configurations of the 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 | vpn_server_configuration | Optional['outputs.SubResourceResponse'] | def vpn_server_configuration(self) -> Optional['outputs.SubResourceResponse']:
"""
The VpnServerConfiguration to which the p2sVpnGateway is attached to.
"""
return pulumi.get(self, "vpn_server_configuration") |
The VpnServerConfiguration to which the p2sVpnGateway is attached to.
| The VpnServerConfiguration to which the p2sVpnGateway is attached to. | [
"The",
"VpnServerConfiguration",
"to",
"which",
"the",
"p2sVpnGateway",
"is",
"attached",
"to",
"."
] | def vpn_server_configuration(self) -> Optional['outputs.SubResourceResponse']:
return pulumi.get(self, "vpn_server_configuration") | [
"def",
"vpn_server_configuration",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vpn_server_configuration\"",
")"
] | The VpnServerConfiguration to which the p2sVpnGateway is attached to. | [
"The",
"VpnServerConfiguration",
"to",
"which",
"the",
"p2sVpnGateway",
"is",
"attached",
"to",
"."
] | [
"\"\"\"\n The VpnServerConfiguration to which the p2sVpnGateway is attached to.\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 | auth_resource_guid | Optional[str] | def auth_resource_guid(self) -> Optional[str]:
"""
The resource guid of the authorization used for the express route circuit connection.
"""
return pulumi.get(self, "auth_resource_guid") |
The resource guid of the authorization used for the express route circuit connection.
| The resource guid of the authorization used for the express route circuit connection. | [
"The",
"resource",
"guid",
"of",
"the",
"authorization",
"used",
"for",
"the",
"express",
"route",
"circuit",
"connection",
"."
] | def auth_resource_guid(self) -> Optional[str]:
return pulumi.get(self, "auth_resource_guid") | [
"def",
"auth_resource_guid",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"auth_resource_guid\"",
")"
] | The resource guid of the authorization used for the express route circuit connection. | [
"The",
"resource",
"guid",
"of",
"the",
"authorization",
"used",
"for",
"the",
"express",
"route",
"circuit",
"connection",
"."
] | [
"\"\"\"\n The resource guid of the authorization used for 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 | connection_name | Optional[str] | def connection_name(self) -> Optional[str]:
"""
The name of the express route circuit connection resource.
"""
return pulumi.get(self, "connection_name") |
The name of the express route circuit connection resource.
| The name of the express route circuit connection resource. | [
"The",
"name",
"of",
"the",
"express",
"route",
"circuit",
"connection",
"resource",
"."
] | def connection_name(self) -> Optional[str]:
return pulumi.get(self, "connection_name") | [
"def",
"connection_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"connection_name\"",
")"
] | The name of the express route circuit connection resource. | [
"The",
"name",
"of",
"the",
"express",
"route",
"circuit",
"connection",
"resource",
"."
] | [
"\"\"\"\n The name of the express route circuit connection 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 | record_sets | Sequence['outputs.RecordSetResponse'] | def record_sets(self) -> Sequence['outputs.RecordSetResponse']:
"""
A collection of information regarding a recordSet, holding information to identify private resources.
"""
return pulumi.get(self, "record_sets") |
A collection of information regarding a recordSet, holding information to identify private resources.
| A collection of information regarding a recordSet, holding information to identify private resources. | [
"A",
"collection",
"of",
"information",
"regarding",
"a",
"recordSet",
"holding",
"information",
"to",
"identify",
"private",
"resources",
"."
] | def record_sets(self) -> Sequence['outputs.RecordSetResponse']:
return pulumi.get(self, "record_sets") | [
"def",
"record_sets",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.RecordSetResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"record_sets\"",
")"
] | A collection of information regarding a recordSet, holding information to identify private resources. | [
"A",
"collection",
"of",
"information",
"regarding",
"a",
"recordSet",
"holding",
"information",
"to",
"identify",
"private",
"resources",
"."
] | [
"\"\"\"\n A collection of information regarding a recordSet, holding information to identify private resources.\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 | private_dns_zone_id | Optional[str] | def private_dns_zone_id(self) -> Optional[str]:
"""
The resource id of the private dns zone.
"""
return pulumi.get(self, "private_dns_zone_id") |
The resource id of the private dns zone.
| The resource id of the private dns zone. | [
"The",
"resource",
"id",
"of",
"the",
"private",
"dns",
"zone",
"."
] | def private_dns_zone_id(self) -> Optional[str]:
return pulumi.get(self, "private_dns_zone_id") | [
"def",
"private_dns_zone_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_dns_zone_id\"",
")"
] | The resource id of the private dns zone. | [
"The",
"resource",
"id",
"of",
"the",
"private",
"dns",
"zone",
"."
] | [
"\"\"\"\n The resource id of the private dns zone.\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_dns_configs | Optional[Sequence['outputs.CustomDnsConfigPropertiesFormatResponse']] | def custom_dns_configs(self) -> Optional[Sequence['outputs.CustomDnsConfigPropertiesFormatResponse']]:
"""
An array of custom dns configurations.
"""
return pulumi.get(self, "custom_dns_configs") |
An array of custom dns configurations.
| An array of custom dns configurations. | [
"An",
"array",
"of",
"custom",
"dns",
"configurations",
"."
] | def custom_dns_configs(self) -> Optional[Sequence['outputs.CustomDnsConfigPropertiesFormatResponse']]:
return pulumi.get(self, "custom_dns_configs") | [
"def",
"custom_dns_configs",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.CustomDnsConfigPropertiesFormatResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_dns_configs\"",
")"
] | An array of custom dns configurations. | [
"An",
"array",
"of",
"custom",
"dns",
"configurations",
"."
] | [
"\"\"\"\n An array of custom dns configurations.\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 | manual_private_link_service_connections | Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']] | def manual_private_link_service_connections(self) -> Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']]:
"""
A grouping of information about the connection to the remote resource. Used when the network admin does not have access to approve connections to the remote resource.
"""
... |
A grouping of information about the connection to the remote resource. Used when the network admin does not have access to approve connections to the remote resource.
| A grouping of information about the connection to the remote resource. Used when the network admin does not have access to approve connections to the remote resource. | [
"A",
"grouping",
"of",
"information",
"about",
"the",
"connection",
"to",
"the",
"remote",
"resource",
".",
"Used",
"when",
"the",
"network",
"admin",
"does",
"not",
"have",
"access",
"to",
"approve",
"connections",
"to",
"the",
"remote",
"resource",
"."
] | def manual_private_link_service_connections(self) -> Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']]:
return pulumi.get(self, "manual_private_link_service_connections") | [
"def",
"manual_private_link_service_connections",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.PrivateLinkServiceConnectionResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"manual_private_link_service_connections\"",
")... | A grouping of information about the connection to the remote resource. | [
"A",
"grouping",
"of",
"information",
"about",
"the",
"connection",
"to",
"the",
"remote",
"resource",
"."
] | [
"\"\"\"\n A grouping of information about the connection to the remote resource. Used when the network admin does not have access to approve connections to the remote 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 | private_link_service_connections | Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']] | def private_link_service_connections(self) -> Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']]:
"""
A grouping of information about the connection to the remote resource.
"""
return pulumi.get(self, "private_link_service_connections") |
A grouping of information about the connection to the remote resource.
| A grouping of information about the connection to the remote resource. | [
"A",
"grouping",
"of",
"information",
"about",
"the",
"connection",
"to",
"the",
"remote",
"resource",
"."
] | def private_link_service_connections(self) -> Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']]:
return pulumi.get(self, "private_link_service_connections") | [
"def",
"private_link_service_connections",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.PrivateLinkServiceConnectionResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_link_service_connections\"",
")"
] | A grouping of information about the connection to the remote resource. | [
"A",
"grouping",
"of",
"information",
"about",
"the",
"connection",
"to",
"the",
"remote",
"resource",
"."
] | [
"\"\"\"\n A grouping of information about the connection to the remote 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 | group_ids | Optional[Sequence[str]] | def group_ids(self) -> Optional[Sequence[str]]:
"""
The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to.
"""
return pulumi.get(self, "group_ids") |
The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to.
| The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to. | [
"The",
"ID",
"(",
"s",
")",
"of",
"the",
"group",
"(",
"s",
")",
"obtained",
"from",
"the",
"remote",
"resource",
"that",
"this",
"private",
"endpoint",
"should",
"connect",
"to",
"."
] | def group_ids(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "group_ids") | [
"def",
"group_ids",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"group_ids\"",
")"
] | The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to. | [
"The",
"ID",
"(",
"s",
")",
"of",
"the",
"group",
"(",
"s",
")",
"obtained",
"from",
"the",
"remote",
"resource",
"that",
"this",
"private",
"endpoint",
"should",
"connect",
"to",
"."
] | [
"\"\"\"\n The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to.\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 | private_link_service_id | Optional[str] | def private_link_service_id(self) -> Optional[str]:
"""
The resource id of private link service.
"""
return pulumi.get(self, "private_link_service_id") |
The resource id of private link service.
| The resource id of private link service. | [
"The",
"resource",
"id",
"of",
"private",
"link",
"service",
"."
] | def private_link_service_id(self) -> Optional[str]:
return pulumi.get(self, "private_link_service_id") | [
"def",
"private_link_service_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_link_service_id\"",
")"
] | The resource id of private link service. | [
"The",
"resource",
"id",
"of",
"private",
"link",
"service",
"."
] | [
"\"\"\"\n The resource id of private link service.\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_message | Optional[str] | def request_message(self) -> Optional[str]:
"""
A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.
"""
return pulumi.get(self, "request_message") |
A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.
| A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars. | [
"A",
"message",
"passed",
"to",
"the",
"owner",
"of",
"the",
"remote",
"resource",
"with",
"this",
"connection",
"request",
".",
"Restricted",
"to",
"140",
"chars",
"."
] | def request_message(self) -> Optional[str]:
return pulumi.get(self, "request_message") | [
"def",
"request_message",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"request_message\"",
")"
] | A message passed to the owner of the remote resource with this connection request. | [
"A",
"message",
"passed",
"to",
"the",
"owner",
"of",
"the",
"remote",
"resource",
"with",
"this",
"connection",
"request",
"."
] | [
"\"\"\"\n A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.\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 | ids | Optional[Sequence['outputs.SubResourceResponse']] | def ids(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
"""
The list of resource ids of all the RouteTables.
"""
return pulumi.get(self, "ids") |
The list of resource ids of all the RouteTables.
| The list of resource ids of all the RouteTables. | [
"The",
"list",
"of",
"resource",
"ids",
"of",
"all",
"the",
"RouteTables",
"."
] | def ids(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
return pulumi.get(self, "ids") | [
"def",
"ids",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ids\"",
")"
] | The list of resource ids of all the RouteTables. | [
"The",
"list",
"of",
"resource",
"ids",
"of",
"all",
"the",
"RouteTables",
"."
] | [
"\"\"\"\n The list of resource ids of all the RouteTables.\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_rate_override | Optional[str] | def source_rate_override(self) -> Optional[str]:
"""
The customized DDoS protection source rate.
"""
return pulumi.get(self, "source_rate_override") |
The customized DDoS protection source rate.
| The customized DDoS protection source rate. | [
"The",
"customized",
"DDoS",
"protection",
"source",
"rate",
"."
] | def source_rate_override(self) -> Optional[str]:
return pulumi.get(self, "source_rate_override") | [
"def",
"source_rate_override",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_rate_override\"",
")"
] | The customized DDoS protection source rate. | [
"The",
"customized",
"DDoS",
"protection",
"source",
"rate",
"."
] | [
"\"\"\"\n The customized DDoS protection source rate.\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 | trigger_rate_override | Optional[str] | def trigger_rate_override(self) -> Optional[str]:
"""
The customized DDoS protection trigger rate.
"""
return pulumi.get(self, "trigger_rate_override") |
The customized DDoS protection trigger rate.
| The customized DDoS protection trigger rate. | [
"The",
"customized",
"DDoS",
"protection",
"trigger",
"rate",
"."
] | def trigger_rate_override(self) -> Optional[str]:
return pulumi.get(self, "trigger_rate_override") | [
"def",
"trigger_rate_override",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"trigger_rate_override\"",
")"
] | The customized DDoS protection trigger rate. | [
"The",
"customized",
"DDoS",
"protection",
"trigger",
"rate",
"."
] | [
"\"\"\"\n The customized DDoS protection trigger rate.\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 | trigger_sensitivity_override | Optional[str] | def trigger_sensitivity_override(self) -> Optional[str]:
"""
The customized DDoS protection trigger rate sensitivity degrees. High: Trigger rate set with most sensitivity w.r.t. normal traffic. Default: Trigger rate set with moderate sensitivity w.r.t. normal traffic. Low: Trigger rate set with less sen... |
The customized DDoS protection trigger rate sensitivity degrees. High: Trigger rate set with most sensitivity w.r.t. normal traffic. Default: Trigger rate set with moderate sensitivity w.r.t. normal traffic. Low: Trigger rate set with less sensitivity w.r.t. normal traffic. Relaxed: Trigger rate set with least... | The customized DDoS protection trigger rate sensitivity degrees. High: Trigger rate set with most sensitivity w.r.t. normal traffic. Default: Trigger rate set with moderate sensitivity w.r.t. normal traffic. Low: Trigger rate set with less sensitivity w.r.t. normal traffic. Relaxed: Trigger rate set with least sensitiv... | [
"The",
"customized",
"DDoS",
"protection",
"trigger",
"rate",
"sensitivity",
"degrees",
".",
"High",
":",
"Trigger",
"rate",
"set",
"with",
"most",
"sensitivity",
"w",
".",
"r",
".",
"t",
".",
"normal",
"traffic",
".",
"Default",
":",
"Trigger",
"rate",
"s... | def trigger_sensitivity_override(self) -> Optional[str]:
return pulumi.get(self, "trigger_sensitivity_override") | [
"def",
"trigger_sensitivity_override",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"trigger_sensitivity_override\"",
")"
] | The customized DDoS protection trigger rate sensitivity degrees. | [
"The",
"customized",
"DDoS",
"protection",
"trigger",
"rate",
"sensitivity",
"degrees",
"."
] | [
"\"\"\"\n The customized DDoS protection trigger rate sensitivity degrees. High: Trigger rate set with most sensitivity w.r.t. normal traffic. Default: Trigger rate set with moderate sensitivity w.r.t. normal traffic. Low: Trigger rate set with less sensitivity w.r.t. normal traffic. Relaxed: Trigger rate se... | [
{
"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 | radius_server_address | str | def radius_server_address(self) -> str:
"""
The address of this radius server.
"""
return pulumi.get(self, "radius_server_address") |
The address of this radius server.
| The address of this radius server. | [
"The",
"address",
"of",
"this",
"radius",
"server",
"."
] | def radius_server_address(self) -> str:
return pulumi.get(self, "radius_server_address") | [
"def",
"radius_server_address",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"radius_server_address\"",
")"
] | The address of this radius server. | [
"The",
"address",
"of",
"this",
"radius",
"server",
"."
] | [
"\"\"\"\n The address of this radius server.\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 | radius_server_score | Optional[float] | def radius_server_score(self) -> Optional[float]:
"""
The initial score assigned to this radius server.
"""
return pulumi.get(self, "radius_server_score") |
The initial score assigned to this radius server.
| The initial score assigned to this radius server. | [
"The",
"initial",
"score",
"assigned",
"to",
"this",
"radius",
"server",
"."
] | def radius_server_score(self) -> Optional[float]:
return pulumi.get(self, "radius_server_score") | [
"def",
"radius_server_score",
"(",
"self",
")",
"->",
"Optional",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"radius_server_score\"",
")"
] | The initial score assigned to this radius server. | [
"The",
"initial",
"score",
"assigned",
"to",
"this",
"radius",
"server",
"."
] | [
"\"\"\"\n The initial score assigned to this radius server.\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 | associated_route_table | Optional['outputs.SubResourceResponse'] | def associated_route_table(self) -> Optional['outputs.SubResourceResponse']:
"""
The resource id RouteTable associated with this RoutingConfiguration.
"""
return pulumi.get(self, "associated_route_table") |
The resource id RouteTable associated with this RoutingConfiguration.
| The resource id RouteTable associated with this RoutingConfiguration. | [
"The",
"resource",
"id",
"RouteTable",
"associated",
"with",
"this",
"RoutingConfiguration",
"."
] | def associated_route_table(self) -> Optional['outputs.SubResourceResponse']:
return pulumi.get(self, "associated_route_table") | [
"def",
"associated_route_table",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"associated_route_table\"",
")"
] | The resource id RouteTable associated with this RoutingConfiguration. | [
"The",
"resource",
"id",
"RouteTable",
"associated",
"with",
"this",
"RoutingConfiguration",
"."
] | [
"\"\"\"\n The resource id RouteTable associated with this RoutingConfiguration.\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 | propagated_route_tables | Optional['outputs.PropagatedRouteTableResponse'] | def propagated_route_tables(self) -> Optional['outputs.PropagatedRouteTableResponse']:
"""
The list of RouteTables to advertise the routes to.
"""
return pulumi.get(self, "propagated_route_tables") |
The list of RouteTables to advertise the routes to.
| The list of RouteTables to advertise the routes to. | [
"The",
"list",
"of",
"RouteTables",
"to",
"advertise",
"the",
"routes",
"to",
"."
] | def propagated_route_tables(self) -> Optional['outputs.PropagatedRouteTableResponse']:
return pulumi.get(self, "propagated_route_tables") | [
"def",
"propagated_route_tables",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.PropagatedRouteTableResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"propagated_route_tables\"",
")"
] | The list of RouteTables to advertise the routes to. | [
"The",
"list",
"of",
"RouteTables",
"to",
"advertise",
"the",
"routes",
"to",
"."
] | [
"\"\"\"\n The list of RouteTables to advertise the routes to.\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 | vnet_routes | Optional['outputs.VnetRouteResponse'] | def vnet_routes(self) -> Optional['outputs.VnetRouteResponse']:
"""
List of routes that control routing from VirtualHub into a virtual network connection.
"""
return pulumi.get(self, "vnet_routes") |
List of routes that control routing from VirtualHub into a virtual network connection.
| List of routes that control routing from VirtualHub into a virtual network connection. | [
"List",
"of",
"routes",
"that",
"control",
"routing",
"from",
"VirtualHub",
"into",
"a",
"virtual",
"network",
"connection",
"."
] | def vnet_routes(self) -> Optional['outputs.VnetRouteResponse']:
return pulumi.get(self, "vnet_routes") | [
"def",
"vnet_routes",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.VnetRouteResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vnet_routes\"",
")"
] | List of routes that control routing from VirtualHub into a virtual network connection. | [
"List",
"of",
"routes",
"that",
"control",
"routing",
"from",
"VirtualHub",
"into",
"a",
"virtual",
"network",
"connection",
"."
] | [
"\"\"\"\n List of routes that control routing from VirtualHub into a virtual network 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 | allow_delete | Optional[bool] | def allow_delete(self) -> Optional[bool]:
"""
If true, the resource can be deleted.
"""
return pulumi.get(self, "allow_delete") |
If true, the resource can be deleted.
| If true, the resource can be deleted. | [
"If",
"true",
"the",
"resource",
"can",
"be",
"deleted",
"."
] | def allow_delete(self) -> Optional[bool]:
return pulumi.get(self, "allow_delete") | [
"def",
"allow_delete",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"allow_delete\"",
")"
] | If true, the resource can be deleted. | [
"If",
"true",
"the",
"resource",
"can",
"be",
"deleted",
"."
] | [
"\"\"\"\n If true, the resource can be deleted.\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 | private_endpoints | Sequence['outputs.PrivateEndpointResponse'] | def private_endpoints(self) -> Sequence['outputs.PrivateEndpointResponse']:
"""
An array of references to private endpoints.
"""
return pulumi.get(self, "private_endpoints") |
An array of references to private endpoints.
| An array of references to private endpoints. | [
"An",
"array",
"of",
"references",
"to",
"private",
"endpoints",
"."
] | def private_endpoints(self) -> Sequence['outputs.PrivateEndpointResponse']:
return pulumi.get(self, "private_endpoints") | [
"def",
"private_endpoints",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.PrivateEndpointResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_endpoints\"",
")"
] | An array of references to private endpoints. | [
"An",
"array",
"of",
"references",
"to",
"private",
"endpoints",
"."
] | [
"\"\"\"\n An array of references to private endpoints.\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 | resource_navigation_links | Sequence['outputs.ResourceNavigationLinkResponse'] | def resource_navigation_links(self) -> Sequence['outputs.ResourceNavigationLinkResponse']:
"""
An array of references to the external resources using subnet.
"""
return pulumi.get(self, "resource_navigation_links") |
An array of references to the external resources using subnet.
| An array of references to the external resources using subnet. | [
"An",
"array",
"of",
"references",
"to",
"the",
"external",
"resources",
"using",
"subnet",
"."
] | def resource_navigation_links(self) -> Sequence['outputs.ResourceNavigationLinkResponse']:
return pulumi.get(self, "resource_navigation_links") | [
"def",
"resource_navigation_links",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.ResourceNavigationLinkResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"resource_navigation_links\"",
")"
] | An array of references to the external resources using subnet. | [
"An",
"array",
"of",
"references",
"to",
"the",
"external",
"resources",
"using",
"subnet",
"."
] | [
"\"\"\"\n An array of references to the external resources using subnet.\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 | service_association_links | Sequence['outputs.ServiceAssociationLinkResponse'] | def service_association_links(self) -> Sequence['outputs.ServiceAssociationLinkResponse']:
"""
An array of references to services injecting into this subnet.
"""
return pulumi.get(self, "service_association_links") |
An array of references to services injecting into this subnet.
| An array of references to services injecting into this subnet. | [
"An",
"array",
"of",
"references",
"to",
"services",
"injecting",
"into",
"this",
"subnet",
"."
] | def service_association_links(self) -> Sequence['outputs.ServiceAssociationLinkResponse']:
return pulumi.get(self, "service_association_links") | [
"def",
"service_association_links",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.ServiceAssociationLinkResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"service_association_links\"",
")"
] | An array of references to services injecting into this subnet. | [
"An",
"array",
"of",
"references",
"to",
"services",
"injecting",
"into",
"this",
"subnet",
"."
] | [
"\"\"\"\n An array of references to services injecting into this subnet.\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_allocations | Optional[Sequence['outputs.SubResourceResponse']] | def ip_allocations(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
"""
Array of IpAllocation which reference this subnet.
"""
return pulumi.get(self, "ip_allocations") |
Array of IpAllocation which reference this subnet.
| Array of IpAllocation which reference this subnet. | [
"Array",
"of",
"IpAllocation",
"which",
"reference",
"this",
"subnet",
"."
] | def ip_allocations(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
return pulumi.get(self, "ip_allocations") | [
"def",
"ip_allocations",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ip_allocations\"",
")"
] | Array of IpAllocation which reference this subnet. | [
"Array",
"of",
"IpAllocation",
"which",
"reference",
"this",
"subnet",
"."
] | [
"\"\"\"\n Array of IpAllocation which reference this subnet.\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 | nat_gateway | Optional['outputs.SubResourceResponse'] | def nat_gateway(self) -> Optional['outputs.SubResourceResponse']:
"""
Nat gateway associated with this subnet.
"""
return pulumi.get(self, "nat_gateway") |
Nat gateway associated with this subnet.
| Nat gateway associated with this subnet. | [
"Nat",
"gateway",
"associated",
"with",
"this",
"subnet",
"."
] | def nat_gateway(self) -> Optional['outputs.SubResourceResponse']:
return pulumi.get(self, "nat_gateway") | [
"def",
"nat_gateway",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"nat_gateway\"",
")"
] | Nat gateway associated with this subnet. | [
"Nat",
"gateway",
"associated",
"with",
"this",
"subnet",
"."
] | [
"\"\"\"\n Nat gateway associated with this subnet.\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 | private_endpoint_network_policies | Optional[str] | def private_endpoint_network_policies(self) -> Optional[str]:
"""
Enable or Disable apply network policies on private end point in the subnet.
"""
return pulumi.get(self, "private_endpoint_network_policies") |
Enable or Disable apply network policies on private end point in the subnet.
| Enable or Disable apply network policies on private end point in the subnet. | [
"Enable",
"or",
"Disable",
"apply",
"network",
"policies",
"on",
"private",
"end",
"point",
"in",
"the",
"subnet",
"."
] | def private_endpoint_network_policies(self) -> Optional[str]:
return pulumi.get(self, "private_endpoint_network_policies") | [
"def",
"private_endpoint_network_policies",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_endpoint_network_policies\"",
")"
] | Enable or Disable apply network policies on private end point in the subnet. | [
"Enable",
"or",
"Disable",
"apply",
"network",
"policies",
"on",
"private",
"end",
"point",
"in",
"the",
"subnet",
"."
] | [
"\"\"\"\n Enable or Disable apply network policies on private end point in the subnet.\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 | private_link_service_network_policies | Optional[str] | def private_link_service_network_policies(self) -> Optional[str]:
"""
Enable or Disable apply network policies on private link service in the subnet.
"""
return pulumi.get(self, "private_link_service_network_policies") |
Enable or Disable apply network policies on private link service in the subnet.
| Enable or Disable apply network policies on private link service in the subnet. | [
"Enable",
"or",
"Disable",
"apply",
"network",
"policies",
"on",
"private",
"link",
"service",
"in",
"the",
"subnet",
"."
] | def private_link_service_network_policies(self) -> Optional[str]:
return pulumi.get(self, "private_link_service_network_policies") | [
"def",
"private_link_service_network_policies",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_link_service_network_policies\"",
")"
] | Enable or Disable apply network policies on private link service in the subnet. | [
"Enable",
"or",
"Disable",
"apply",
"network",
"policies",
"on",
"private",
"link",
"service",
"in",
"the",
"subnet",
"."
] | [
"\"\"\"\n Enable or Disable apply network policies on private link service in the subnet.\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 | traffic_analytics_interval | Optional[int] | def traffic_analytics_interval(self) -> Optional[int]:
"""
The interval in minutes which would decide how frequently TA service should do flow analytics.
"""
return pulumi.get(self, "traffic_analytics_interval") |
The interval in minutes which would decide how frequently TA service should do flow analytics.
| The interval in minutes which would decide how frequently TA service should do flow analytics. | [
"The",
"interval",
"in",
"minutes",
"which",
"would",
"decide",
"how",
"frequently",
"TA",
"service",
"should",
"do",
"flow",
"analytics",
"."
] | def traffic_analytics_interval(self) -> Optional[int]:
return pulumi.get(self, "traffic_analytics_interval") | [
"def",
"traffic_analytics_interval",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"traffic_analytics_interval\"",
")"
] | The interval in minutes which would decide how frequently TA service should do flow analytics. | [
"The",
"interval",
"in",
"minutes",
"which",
"would",
"decide",
"how",
"frequently",
"TA",
"service",
"should",
"do",
"flow",
"analytics",
"."
] | [
"\"\"\"\n The interval in minutes which would decide how frequently TA service should do flow 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 | workspace_id | Optional[str] | def workspace_id(self) -> Optional[str]:
"""
The resource guid of the attached workspace.
"""
return pulumi.get(self, "workspace_id") |
The resource guid of the attached workspace.
| The resource guid of the attached workspace. | [
"The",
"resource",
"guid",
"of",
"the",
"attached",
"workspace",
"."
] | def workspace_id(self) -> Optional[str]:
return pulumi.get(self, "workspace_id") | [
"def",
"workspace_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"workspace_id\"",
")"
] | The resource guid of the attached workspace. | [
"The",
"resource",
"guid",
"of",
"the",
"attached",
"workspace",
"."
] | [
"\"\"\"\n The resource guid of the attached 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 | workspace_region | Optional[str] | def workspace_region(self) -> Optional[str]:
"""
The location of the attached workspace.
"""
return pulumi.get(self, "workspace_region") |
The location of the attached workspace.
| The location of the attached workspace. | [
"The",
"location",
"of",
"the",
"attached",
"workspace",
"."
] | def workspace_region(self) -> Optional[str]:
return pulumi.get(self, "workspace_region") | [
"def",
"workspace_region",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"workspace_region\"",
")"
] | The location of the attached workspace. | [
"The",
"location",
"of",
"the",
"attached",
"workspace",
"."
] | [
"\"\"\"\n The location of the attached 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 | network_watcher_flow_analytics_configuration | Optional['outputs.TrafficAnalyticsConfigurationPropertiesResponse'] | def network_watcher_flow_analytics_configuration(self) -> Optional['outputs.TrafficAnalyticsConfigurationPropertiesResponse']:
"""
Parameters that define the configuration of traffic analytics.
"""
return pulumi.get(self, "network_watcher_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 network_watcher_flow_analytics_configuration(self) -> Optional['outputs.TrafficAnalyticsConfigurationPropertiesResponse']:
return pulumi.get(self, "network_watcher_flow_analytics_configuration") | [
"def",
"network_watcher_flow_analytics_configuration",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.TrafficAnalyticsConfigurationPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"network_watcher_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 | local_address_ranges | Sequence[str] | def local_address_ranges(self) -> Sequence[str]:
"""
A collection of local address spaces in CIDR format.
"""
return pulumi.get(self, "local_address_ranges") |
A collection of local address spaces in CIDR format.
| A collection of local address spaces in CIDR format. | [
"A",
"collection",
"of",
"local",
"address",
"spaces",
"in",
"CIDR",
"format",
"."
] | def local_address_ranges(self) -> Sequence[str]:
return pulumi.get(self, "local_address_ranges") | [
"def",
"local_address_ranges",
"(",
"self",
")",
"->",
"Sequence",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"local_address_ranges\"",
")"
] | A collection of local address spaces in CIDR format. | [
"A",
"collection",
"of",
"local",
"address",
"spaces",
"in",
"CIDR",
"format",
"."
] | [
"\"\"\"\n A collection of local address spaces in CIDR 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 | remote_address_ranges | Sequence[str] | def remote_address_ranges(self) -> Sequence[str]:
"""
A collection of remote address spaces in CIDR format.
"""
return pulumi.get(self, "remote_address_ranges") |
A collection of remote address spaces in CIDR format.
| A collection of remote address spaces in CIDR format. | [
"A",
"collection",
"of",
"remote",
"address",
"spaces",
"in",
"CIDR",
"format",
"."
] | def remote_address_ranges(self) -> Sequence[str]:
return pulumi.get(self, "remote_address_ranges") | [
"def",
"remote_address_ranges",
"(",
"self",
")",
"->",
"Sequence",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"remote_address_ranges\"",
")"
] | A collection of remote address spaces in CIDR format. | [
"A",
"collection",
"of",
"remote",
"address",
"spaces",
"in",
"CIDR",
"format",
"."
] | [
"\"\"\"\n A collection of remote address spaces in CIDR 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 | connection_status | str | def connection_status(self) -> str:
"""
Virtual Network Gateway connection status.
"""
return pulumi.get(self, "connection_status") |
Virtual Network Gateway connection status.
| Virtual Network Gateway connection status. | [
"Virtual",
"Network",
"Gateway",
"connection",
"status",
"."
] | def connection_status(self) -> str:
return pulumi.get(self, "connection_status") | [
"def",
"connection_status",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"connection_status\"",
")"
] | Virtual Network Gateway connection status. | [
"Virtual",
"Network",
"Gateway",
"connection",
"status",
"."
] | [
"\"\"\"\n Virtual Network Gateway connection status.\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 | attached_connections | Optional[Sequence[str]] | def attached_connections(self) -> Optional[Sequence[str]]:
"""
List of all connections attached to this route table v2.
"""
return pulumi.get(self, "attached_connections") |
List of all connections attached to this route table v2.
| List of all connections attached to this route table v2. | [
"List",
"of",
"all",
"connections",
"attached",
"to",
"this",
"route",
"table",
"v2",
"."
] | def attached_connections(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "attached_connections") | [
"def",
"attached_connections",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"attached_connections\"",
")"
] | List of all connections attached to this route table v2. | [
"List",
"of",
"all",
"connections",
"attached",
"to",
"this",
"route",
"table",
"v2",
"."
] | [
"\"\"\"\n List of all connections attached to this route table v2.\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 | next_hop_type | Optional[str] | def next_hop_type(self) -> Optional[str]:
"""
The type of next hops.
"""
return pulumi.get(self, "next_hop_type") |
The type of next hops.
| The type of next hops. | [
"The",
"type",
"of",
"next",
"hops",
"."
] | def next_hop_type(self) -> Optional[str]:
return pulumi.get(self, "next_hop_type") | [
"def",
"next_hop_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"next_hop_type\"",
")"
] | The type of next hops. | [
"The",
"type",
"of",
"next",
"hops",
"."
] | [
"\"\"\"\n The type of next hops.\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 | regional_community | str | def regional_community(self) -> str:
"""
The BGP community associated with the region of the virtual network.
"""
return pulumi.get(self, "regional_community") |
The BGP community associated with the region of the virtual network.
| The BGP community associated with the region of the virtual network. | [
"The",
"BGP",
"community",
"associated",
"with",
"the",
"region",
"of",
"the",
"virtual",
"network",
"."
] | def regional_community(self) -> str:
return pulumi.get(self, "regional_community") | [
"def",
"regional_community",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"regional_community\"",
")"
] | The BGP community associated with the region of the virtual network. | [
"The",
"BGP",
"community",
"associated",
"with",
"the",
"region",
"of",
"the",
"virtual",
"network",
"."
] | [
"\"\"\"\n The BGP community associated with the region of the 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 | virtual_network_community | str | def virtual_network_community(self) -> str:
"""
The BGP community associated with the virtual network.
"""
return pulumi.get(self, "virtual_network_community") |
The BGP community associated with the virtual network.
| The BGP community associated with the virtual network. | [
"The",
"BGP",
"community",
"associated",
"with",
"the",
"virtual",
"network",
"."
] | def virtual_network_community(self) -> str:
return pulumi.get(self, "virtual_network_community") | [
"def",
"virtual_network_community",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_network_community\"",
")"
] | The BGP community associated with the virtual network. | [
"The",
"BGP",
"community",
"associated",
"with",
"the",
"virtual",
"network",
"."
] | [
"\"\"\"\n The BGP community associated with the 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 | inbound_dns_forwarding_endpoint | str | def inbound_dns_forwarding_endpoint(self) -> str:
"""
The IP address allocated by the gateway to which dns requests can be sent.
"""
return pulumi.get(self, "inbound_dns_forwarding_endpoint") |
The IP address allocated by the gateway to which dns requests can be sent.
| The IP address allocated by the gateway to which dns requests can be sent. | [
"The",
"IP",
"address",
"allocated",
"by",
"the",
"gateway",
"to",
"which",
"dns",
"requests",
"can",
"be",
"sent",
"."
] | def inbound_dns_forwarding_endpoint(self) -> str:
return pulumi.get(self, "inbound_dns_forwarding_endpoint") | [
"def",
"inbound_dns_forwarding_endpoint",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"inbound_dns_forwarding_endpoint\"",
")"
] | The IP address allocated by the gateway to which dns requests can be sent. | [
"The",
"IP",
"address",
"allocated",
"by",
"the",
"gateway",
"to",
"which",
"dns",
"requests",
"can",
"be",
"sent",
"."
] | [
"\"\"\"\n The IP address allocated by the gateway to which dns requests can be sent.\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_routes | Optional['outputs.AddressSpaceResponse'] | def custom_routes(self) -> Optional['outputs.AddressSpaceResponse']:
"""
The reference to the address space resource which represents the custom routes address space specified by the customer for virtual network gateway and VpnClient.
"""
return pulumi.get(self, "custom_routes") |
The reference to the address space resource which represents the custom routes address space specified by the customer for virtual network gateway and VpnClient.
| The reference to the address space resource which represents the custom routes address space specified by the customer for virtual network gateway and VpnClient. | [
"The",
"reference",
"to",
"the",
"address",
"space",
"resource",
"which",
"represents",
"the",
"custom",
"routes",
"address",
"space",
"specified",
"by",
"the",
"customer",
"for",
"virtual",
"network",
"gateway",
"and",
"VpnClient",
"."
] | def custom_routes(self) -> Optional['outputs.AddressSpaceResponse']:
return pulumi.get(self, "custom_routes") | [
"def",
"custom_routes",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.AddressSpaceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_routes\"",
")"
] | The reference to the address space resource which represents the custom routes address space specified by the customer for virtual network gateway and VpnClient. | [
"The",
"reference",
"to",
"the",
"address",
"space",
"resource",
"which",
"represents",
"the",
"custom",
"routes",
"address",
"space",
"specified",
"by",
"the",
"customer",
"for",
"virtual",
"network",
"gateway",
"and",
"VpnClient",
"."
] | [
"\"\"\"\n The reference to the address space resource which represents the custom routes address space specified by the customer for virtual network gateway and VpnClient.\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_dns_forwarding | Optional[bool] | def enable_dns_forwarding(self) -> Optional[bool]:
"""
Whether dns forwarding is enabled or not.
"""
return pulumi.get(self, "enable_dns_forwarding") |
Whether dns forwarding is enabled or not.
| Whether dns forwarding is enabled or not. | [
"Whether",
"dns",
"forwarding",
"is",
"enabled",
"or",
"not",
"."
] | def enable_dns_forwarding(self) -> Optional[bool]:
return pulumi.get(self, "enable_dns_forwarding") | [
"def",
"enable_dns_forwarding",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_dns_forwarding\"",
")"
] | Whether dns forwarding is enabled or not. | [
"Whether",
"dns",
"forwarding",
"is",
"enabled",
"or",
"not",
"."
] | [
"\"\"\"\n Whether dns forwarding is enabled 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 | enable_private_ip_address | Optional[bool] | def enable_private_ip_address(self) -> Optional[bool]:
"""
Whether private IP needs to be enabled on this gateway for connections or not.
"""
return pulumi.get(self, "enable_private_ip_address") |
Whether private IP needs to be enabled on this gateway for connections or not.
| Whether private IP needs to be enabled on this gateway for connections or not. | [
"Whether",
"private",
"IP",
"needs",
"to",
"be",
"enabled",
"on",
"this",
"gateway",
"for",
"connections",
"or",
"not",
"."
] | def enable_private_ip_address(self) -> Optional[bool]:
return pulumi.get(self, "enable_private_ip_address") | [
"def",
"enable_private_ip_address",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_private_ip_address\"",
")"
] | Whether private IP needs to be enabled on this gateway for connections or not. | [
"Whether",
"private",
"IP",
"needs",
"to",
"be",
"enabled",
"on",
"this",
"gateway",
"for",
"connections",
"or",
"not",
"."
] | [
"\"\"\"\n Whether private IP needs to be enabled on this gateway for connections 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 | virtual_network_extended_location_resource_id | Optional[str] | def virtual_network_extended_location_resource_id(self) -> Optional[str]:
"""
MAS FIJI customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet.
"""
return pulumi.get(self, "virtual_network_extended_location_resource_id") |
MAS FIJI customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet.
| MAS FIJI customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet. | [
"MAS",
"FIJI",
"customer",
"vnet",
"resource",
"id",
".",
"VirtualNetworkGateway",
"of",
"type",
"local",
"gateway",
"is",
"associated",
"with",
"the",
"customer",
"vnet",
"."
] | def virtual_network_extended_location_resource_id(self) -> Optional[str]:
return pulumi.get(self, "virtual_network_extended_location_resource_id") | [
"def",
"virtual_network_extended_location_resource_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_network_extended_location_resource_id\"",
")"
] | MAS FIJI customer vnet resource id. | [
"MAS",
"FIJI",
"customer",
"vnet",
"resource",
"id",
"."
] | [
"\"\"\"\n MAS FIJI customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet.\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 | vpn_gateway_generation | Optional[str] | def vpn_gateway_generation(self) -> Optional[str]:
"""
The generation for this VirtualNetworkGateway. Must be None if gatewayType is not VPN.
"""
return pulumi.get(self, "vpn_gateway_generation") |
The generation for this VirtualNetworkGateway. Must be None if gatewayType is not VPN.
| The generation for this VirtualNetworkGateway. Must be None if gatewayType is not VPN. | [
"The",
"generation",
"for",
"this",
"VirtualNetworkGateway",
".",
"Must",
"be",
"None",
"if",
"gatewayType",
"is",
"not",
"VPN",
"."
] | def vpn_gateway_generation(self) -> Optional[str]:
return pulumi.get(self, "vpn_gateway_generation") | [
"def",
"vpn_gateway_generation",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vpn_gateway_generation\"",
")"
] | The generation for this VirtualNetworkGateway. | [
"The",
"generation",
"for",
"this",
"VirtualNetworkGateway",
"."
] | [
"\"\"\"\n The generation for this VirtualNetworkGateway. Must be None if gatewayType is not VPN.\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 | remote_bgp_communities | Optional['outputs.VirtualNetworkBgpCommunitiesResponse'] | def remote_bgp_communities(self) -> Optional['outputs.VirtualNetworkBgpCommunitiesResponse']:
"""
The reference to the remote virtual network's Bgp Communities.
"""
return pulumi.get(self, "remote_bgp_communities") |
The reference to the remote virtual network's Bgp Communities.
| The reference to the remote virtual network's Bgp Communities. | [
"The",
"reference",
"to",
"the",
"remote",
"virtual",
"network",
"'",
"s",
"Bgp",
"Communities",
"."
] | def remote_bgp_communities(self) -> Optional['outputs.VirtualNetworkBgpCommunitiesResponse']:
return pulumi.get(self, "remote_bgp_communities") | [
"def",
"remote_bgp_communities",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.VirtualNetworkBgpCommunitiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"remote_bgp_communities\"",
")"
] | The reference to the remote virtual network's Bgp Communities. | [
"The",
"reference",
"to",
"the",
"remote",
"virtual",
"network",
"'",
"s",
"Bgp",
"Communities",
"."
] | [
"\"\"\"\n The reference to the remote virtual network's Bgp Communities.\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 | static_routes | Optional[Sequence['outputs.StaticRouteResponse']] | def static_routes(self) -> Optional[Sequence['outputs.StaticRouteResponse']]:
"""
List of all Static Routes.
"""
return pulumi.get(self, "static_routes") |
List of all Static Routes.
| List of all Static Routes. | [
"List",
"of",
"all",
"Static",
"Routes",
"."
] | def static_routes(self) -> Optional[Sequence['outputs.StaticRouteResponse']]:
return pulumi.get(self, "static_routes") | [
"def",
"static_routes",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.StaticRouteResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"static_routes\"",
")"
] | List of all Static Routes. | [
"List",
"of",
"all",
"Static",
"Routes",
"."
] | [
"\"\"\"\n List of all Static Routes.\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 | radius_servers | Optional[Sequence['outputs.RadiusServerResponse']] | def radius_servers(self) -> Optional[Sequence['outputs.RadiusServerResponse']]:
"""
The radiusServers property for multiple radius server configuration.
"""
return pulumi.get(self, "radius_servers") |
The radiusServers property for multiple radius server configuration.
| The radiusServers property for multiple radius server configuration. | [
"The",
"radiusServers",
"property",
"for",
"multiple",
"radius",
"server",
"configuration",
"."
] | def radius_servers(self) -> Optional[Sequence['outputs.RadiusServerResponse']]:
return pulumi.get(self, "radius_servers") | [
"def",
"radius_servers",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.RadiusServerResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"radius_servers\"",
")"
] | The radiusServers property for multiple radius server configuration. | [
"The",
"radiusServers",
"property",
"for",
"multiple",
"radius",
"server",
"configuration",
"."
] | [
"\"\"\"\n The radiusServers property for multiple radius server 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 | egress_packets_transferred | float | def egress_packets_transferred(self) -> float:
"""
The egress packets per second.
"""
return pulumi.get(self, "egress_packets_transferred") |
The egress packets per second.
| The egress packets per second. | [
"The",
"egress",
"packets",
"per",
"second",
"."
] | def egress_packets_transferred(self) -> float:
return pulumi.get(self, "egress_packets_transferred") | [
"def",
"egress_packets_transferred",
"(",
"self",
")",
"->",
"float",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"egress_packets_transferred\"",
")"
] | The egress packets per second. | [
"The",
"egress",
"packets",
"per",
"second",
"."
] | [
"\"\"\"\n The egress packets per second.\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 | ingress_packets_transferred | float | def ingress_packets_transferred(self) -> float:
"""
The ingress packets per second.
"""
return pulumi.get(self, "ingress_packets_transferred") |
The ingress packets per second.
| The ingress packets per second. | [
"The",
"ingress",
"packets",
"per",
"second",
"."
] | def ingress_packets_transferred(self) -> float:
return pulumi.get(self, "ingress_packets_transferred") | [
"def",
"ingress_packets_transferred",
"(",
"self",
")",
"->",
"float",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ingress_packets_transferred\"",
")"
] | The ingress packets per second. | [
"The",
"ingress",
"packets",
"per",
"second",
"."
] | [
"\"\"\"\n The ingress packets per second.\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 | max_packets_per_second | float | def max_packets_per_second(self) -> float:
"""
The max packets transferred per second.
"""
return pulumi.get(self, "max_packets_per_second") |
The max packets transferred per second.
| The max packets transferred per second. | [
"The",
"max",
"packets",
"transferred",
"per",
"second",
"."
] | def max_packets_per_second(self) -> float:
return pulumi.get(self, "max_packets_per_second") | [
"def",
"max_packets_per_second",
"(",
"self",
")",
"->",
"float",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_packets_per_second\"",
")"
] | The max packets transferred per second. | [
"The",
"max",
"packets",
"transferred",
"per",
"second",
"."
] | [
"\"\"\"\n The max packets transferred per second.\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 | vpn_connection_duration | float | def vpn_connection_duration(self) -> float:
"""
The duration time of a connected vpn client.
"""
return pulumi.get(self, "vpn_connection_duration") |
The duration time of a connected vpn client.
| The duration time of a connected vpn client. | [
"The",
"duration",
"time",
"of",
"a",
"connected",
"vpn",
"client",
"."
] | def vpn_connection_duration(self) -> float:
return pulumi.get(self, "vpn_connection_duration") | [
"def",
"vpn_connection_duration",
"(",
"self",
")",
"->",
"float",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vpn_connection_duration\"",
")"
] | The duration time of a connected vpn client. | [
"The",
"duration",
"time",
"of",
"a",
"connected",
"vpn",
"client",
"."
] | [
"\"\"\"\n The duration time of a connected vpn client.\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 | vpn_connection_time | str | def vpn_connection_time(self) -> str:
"""
The start time of a connected vpn client.
"""
return pulumi.get(self, "vpn_connection_time") |
The start time of a connected vpn client.
| The start time of a connected vpn client. | [
"The",
"start",
"time",
"of",
"a",
"connected",
"vpn",
"client",
"."
] | def vpn_connection_time(self) -> str:
return pulumi.get(self, "vpn_connection_time") | [
"def",
"vpn_connection_time",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vpn_connection_time\"",
")"
] | The start time of a connected vpn client. | [
"The",
"start",
"time",
"of",
"a",
"connected",
"vpn",
"client",
"."
] | [
"\"\"\"\n The start time of a connected vpn client.\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 | vpn_user_name | str | def vpn_user_name(self) -> str:
"""
The user name of a connected vpn client.
"""
return pulumi.get(self, "vpn_user_name") |
The user name of a connected vpn client.
| The user name of a connected vpn client. | [
"The",
"user",
"name",
"of",
"a",
"connected",
"vpn",
"client",
"."
] | def vpn_user_name(self) -> str:
return pulumi.get(self, "vpn_user_name") | [
"def",
"vpn_user_name",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vpn_user_name\"",
")"
] | The user name of a connected vpn client. | [
"The",
"user",
"name",
"of",
"a",
"connected",
"vpn",
"client",
"."
] | [
"\"\"\"\n The user name of a connected vpn client.\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 | dpd_timeout_seconds | Optional[int] | def dpd_timeout_seconds(self) -> Optional[int]:
"""
DPD timeout in seconds for vpn connection.
"""
return pulumi.get(self, "dpd_timeout_seconds") |
DPD timeout in seconds for vpn connection.
| DPD timeout in seconds for vpn connection. | [
"DPD",
"timeout",
"in",
"seconds",
"for",
"vpn",
"connection",
"."
] | def dpd_timeout_seconds(self) -> Optional[int]:
return pulumi.get(self, "dpd_timeout_seconds") | [
"def",
"dpd_timeout_seconds",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dpd_timeout_seconds\"",
")"
] | DPD timeout in seconds for vpn connection. | [
"DPD",
"timeout",
"in",
"seconds",
"for",
"vpn",
"connection",
"."
] | [
"\"\"\"\n DPD timeout in seconds for vpn 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 | use_local_azure_ip_address | Optional[bool] | def use_local_azure_ip_address(self) -> Optional[bool]:
"""
Use local azure ip to initiate connection.
"""
return pulumi.get(self, "use_local_azure_ip_address") |
Use local azure ip to initiate connection.
| Use local azure ip to initiate connection. | [
"Use",
"local",
"azure",
"ip",
"to",
"initiate",
"connection",
"."
] | def use_local_azure_ip_address(self) -> Optional[bool]:
return pulumi.get(self, "use_local_azure_ip_address") | [
"def",
"use_local_azure_ip_address",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"use_local_azure_ip_address\"",
")"
] | Use local azure ip to initiate connection. | [
"Use",
"local",
"azure",
"ip",
"to",
"initiate",
"connection",
"."
] | [
"\"\"\"\n Use local azure ip to initiate 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 | use_policy_based_traffic_selectors | Optional[bool] | def use_policy_based_traffic_selectors(self) -> Optional[bool]:
"""
Enable policy-based traffic selectors.
"""
return pulumi.get(self, "use_policy_based_traffic_selectors") |
Enable policy-based traffic selectors.
| Enable policy-based traffic selectors. | [
"Enable",
"policy",
"-",
"based",
"traffic",
"selectors",
"."
] | def use_policy_based_traffic_selectors(self) -> Optional[bool]:
return pulumi.get(self, "use_policy_based_traffic_selectors") | [
"def",
"use_policy_based_traffic_selectors",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"use_policy_based_traffic_selectors\"",
")"
] | Enable policy-based traffic selectors. | [
"Enable",
"policy",
"-",
"based",
"traffic",
"selectors",
"."
] | [
"\"\"\"\n Enable policy-based traffic selectors.\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 | vpn_link_connections | Optional[Sequence['outputs.VpnSiteLinkConnectionResponse']] | def vpn_link_connections(self) -> Optional[Sequence['outputs.VpnSiteLinkConnectionResponse']]:
"""
List of all vpn site link connections to the gateway.
"""
return pulumi.get(self, "vpn_link_connections") |
List of all vpn site link connections to the gateway.
| List of all vpn site link connections to the gateway. | [
"List",
"of",
"all",
"vpn",
"site",
"link",
"connections",
"to",
"the",
"gateway",
"."
] | def vpn_link_connections(self) -> Optional[Sequence['outputs.VpnSiteLinkConnectionResponse']]:
return pulumi.get(self, "vpn_link_connections") | [
"def",
"vpn_link_connections",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.VpnSiteLinkConnectionResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vpn_link_connections\"",
")"
] | List of all vpn site link connections to the gateway. | [
"List",
"of",
"all",
"vpn",
"site",
"link",
"connections",
"to",
"the",
"gateway",
"."
] | [
"\"\"\"\n List of all vpn site link connections to the 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 | public_ip_address | Optional[str] | def public_ip_address(self) -> Optional[str]:
"""
The public IP address of this IP configuration.
"""
return pulumi.get(self, "public_ip_address") |
The public IP address of this IP configuration.
| The public IP address of this IP configuration. | [
"The",
"public",
"IP",
"address",
"of",
"this",
"IP",
"configuration",
"."
] | def public_ip_address(self) -> Optional[str]:
return pulumi.get(self, "public_ip_address") | [
"def",
"public_ip_address",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"public_ip_address\"",
")"
] | The public IP address of this IP configuration. | [
"The",
"public",
"IP",
"address",
"of",
"this",
"IP",
"configuration",
"."
] | [
"\"\"\"\n The public IP address of this 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 | link_provider_name | Optional[str] | def link_provider_name(self) -> Optional[str]:
"""
Name of the link provider.
"""
return pulumi.get(self, "link_provider_name") |
Name of the link provider.
| Name of the link provider. | [
"Name",
"of",
"the",
"link",
"provider",
"."
] | def link_provider_name(self) -> Optional[str]:
return pulumi.get(self, "link_provider_name") | [
"def",
"link_provider_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"link_provider_name\"",
")"
] | Name of the link provider. | [
"Name",
"of",
"the",
"link",
"provider",
"."
] | [
"\"\"\"\n Name of the link provider.\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 | vpn_site_link | Optional['outputs.SubResourceResponse'] | def vpn_site_link(self) -> Optional['outputs.SubResourceResponse']:
"""
Id of the connected vpn site link.
"""
return pulumi.get(self, "vpn_site_link") |
Id of the connected vpn site link.
| Id of the connected vpn site link. | [
"Id",
"of",
"the",
"connected",
"vpn",
"site",
"link",
"."
] | def vpn_site_link(self) -> Optional['outputs.SubResourceResponse']:
return pulumi.get(self, "vpn_site_link") | [
"def",
"vpn_site_link",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vpn_site_link\"",
")"
] | Id of the connected vpn site link. | [
"Id",
"of",
"the",
"connected",
"vpn",
"site",
"link",
"."
] | [
"\"\"\"\n Id of the connected vpn site link.\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_properties | Optional['outputs.VpnLinkBgpSettingsResponse'] | def bgp_properties(self) -> Optional['outputs.VpnLinkBgpSettingsResponse']:
"""
The set of bgp properties.
"""
return pulumi.get(self, "bgp_properties") |
The set of bgp properties.
| The set of bgp properties. | [
"The",
"set",
"of",
"bgp",
"properties",
"."
] | def bgp_properties(self) -> Optional['outputs.VpnLinkBgpSettingsResponse']:
return pulumi.get(self, "bgp_properties") | [
"def",
"bgp_properties",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.VpnLinkBgpSettingsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"bgp_properties\"",
")"
] | The set of bgp properties. | [
"The",
"set",
"of",
"bgp",
"properties",
"."
] | [
"\"\"\"\n The set of bgp properties.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3b214fb31bfffb3a55fcfb8efac0cf4709354a3 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/migrate/v20180901preview/solution.py | [
"Apache-2.0"
] | Python | properties | pulumi.Output['outputs.SolutionPropertiesResponse'] | def properties(self) -> pulumi.Output['outputs.SolutionPropertiesResponse']:
"""
Gets or sets the properties of the solution.
"""
return pulumi.get(self, "properties") |
Gets or sets the properties of the solution.
| Gets or sets the properties of the solution. | [
"Gets",
"or",
"sets",
"the",
"properties",
"of",
"the",
"solution",
"."
] | def properties(self) -> pulumi.Output['outputs.SolutionPropertiesResponse']:
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.SolutionPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | Gets or sets the properties of the solution. | [
"Gets",
"or",
"sets",
"the",
"properties",
"of",
"the",
"solution",
"."
] | [
"\"\"\"\n Gets or sets the properties of the solution.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3b82da4b072e602488bdec69dd56c79601e20b2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/security/v20200101/get_assessment.py | [
"Apache-2.0"
] | Python | metadata | Optional['outputs.SecurityAssessmentMetadataPropertiesResponse'] | def metadata(self) -> Optional['outputs.SecurityAssessmentMetadataPropertiesResponse']:
"""
Describes properties of an assessment metadata.
"""
return pulumi.get(self, "metadata") |
Describes properties of an assessment metadata.
| Describes properties of an assessment metadata. | [
"Describes",
"properties",
"of",
"an",
"assessment",
"metadata",
"."
] | def metadata(self) -> Optional['outputs.SecurityAssessmentMetadataPropertiesResponse']:
return pulumi.get(self, "metadata") | [
"def",
"metadata",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SecurityAssessmentMetadataPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"metadata\"",
")"
] | Describes properties of an assessment metadata. | [
"Describes",
"properties",
"of",
"an",
"assessment",
"metadata",
"."
] | [
"\"\"\"\n Describes properties of an assessment metadata.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3b82da4b072e602488bdec69dd56c79601e20b2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/security/v20200101/get_assessment.py | [
"Apache-2.0"
] | Python | partners_data | Optional['outputs.SecurityAssessmentPartnerDataResponse'] | def partners_data(self) -> Optional['outputs.SecurityAssessmentPartnerDataResponse']:
"""
Data regarding 3rd party partner integration
"""
return pulumi.get(self, "partners_data") |
Data regarding 3rd party partner integration
| Data regarding 3rd party partner integration | [
"Data",
"regarding",
"3rd",
"party",
"partner",
"integration"
] | def partners_data(self) -> Optional['outputs.SecurityAssessmentPartnerDataResponse']:
return pulumi.get(self, "partners_data") | [
"def",
"partners_data",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SecurityAssessmentPartnerDataResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partners_data\"",
")"
] | Data regarding 3rd party partner integration | [
"Data",
"regarding",
"3rd",
"party",
"partner",
"integration"
] | [
"\"\"\"\n Data regarding 3rd party partner integration\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3b82da4b072e602488bdec69dd56c79601e20b2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/security/v20200101/get_assessment.py | [
"Apache-2.0"
] | Python | resource_details | Any | def resource_details(self) -> Any:
"""
Details of the resource that was assessed
"""
return pulumi.get(self, "resource_details") |
Details of the resource that was assessed
| Details of the resource that was assessed | [
"Details",
"of",
"the",
"resource",
"that",
"was",
"assessed"
] | def resource_details(self) -> Any:
return pulumi.get(self, "resource_details") | [
"def",
"resource_details",
"(",
"self",
")",
"->",
"Any",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"resource_details\"",
")"
] | Details of the resource that was assessed | [
"Details",
"of",
"the",
"resource",
"that",
"was",
"assessed"
] | [
"\"\"\"\n Details of the resource that was assessed\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3dc154c816fdbd0b9698237705d6cc1a7b4437b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/operationalinsights/v20200301preview/get_data_export.py | [
"Apache-2.0"
] | Python | created_date | Optional[str] | def created_date(self) -> Optional[str]:
"""
The latest data export rule modification time.
"""
return pulumi.get(self, "created_date") |
The latest data export rule modification time.
| The latest data export rule modification time. | [
"The",
"latest",
"data",
"export",
"rule",
"modification",
"time",
"."
] | def created_date(self) -> Optional[str]:
return pulumi.get(self, "created_date") | [
"def",
"created_date",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"created_date\"",
")"
] | The latest data export rule modification time. | [
"The",
"latest",
"data",
"export",
"rule",
"modification",
"time",
"."
] | [
"\"\"\"\n The latest data export rule modification time.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3dc154c816fdbd0b9698237705d6cc1a7b4437b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/operationalinsights/v20200301preview/get_data_export.py | [
"Apache-2.0"
] | Python | data_export_id | Optional[str] | def data_export_id(self) -> Optional[str]:
"""
The data export rule ID.
"""
return pulumi.get(self, "data_export_id") |
The data export rule ID.
| The data export rule ID. | [
"The",
"data",
"export",
"rule",
"ID",
"."
] | def data_export_id(self) -> Optional[str]:
return pulumi.get(self, "data_export_id") | [
"def",
"data_export_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_export_id\"",
")"
] | The data export rule ID. | [
"The",
"data",
"export",
"rule",
"ID",
"."
] | [
"\"\"\"\n The data export rule 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": []
} |
f3dc154c816fdbd0b9698237705d6cc1a7b4437b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/operationalinsights/v20200301preview/get_data_export.py | [
"Apache-2.0"
] | Python | event_hub_name | Optional[str] | def event_hub_name(self) -> Optional[str]:
"""
Optional. Allows to define an Event Hub name. Not applicable when destination is Storage Account.
"""
return pulumi.get(self, "event_hub_name") |
Optional. Allows to define an Event Hub name. Not applicable when destination is Storage Account.
| Optional. Allows to define an Event Hub name. Not applicable when destination is Storage Account. | [
"Optional",
".",
"Allows",
"to",
"define",
"an",
"Event",
"Hub",
"name",
".",
"Not",
"applicable",
"when",
"destination",
"is",
"Storage",
"Account",
"."
] | def event_hub_name(self) -> Optional[str]:
return pulumi.get(self, "event_hub_name") | [
"def",
"event_hub_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"event_hub_name\"",
")"
] | Optional. | [
"Optional",
"."
] | [
"\"\"\"\n Optional. Allows to define an Event Hub name. Not applicable when destination is Storage Account.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3dc154c816fdbd0b9698237705d6cc1a7b4437b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/operationalinsights/v20200301preview/get_data_export.py | [
"Apache-2.0"
] | Python | last_modified_date | Optional[str] | def last_modified_date(self) -> Optional[str]:
"""
Date and time when the export was last modified.
"""
return pulumi.get(self, "last_modified_date") |
Date and time when the export was last modified.
| Date and time when the export was last modified. | [
"Date",
"and",
"time",
"when",
"the",
"export",
"was",
"last",
"modified",
"."
] | def last_modified_date(self) -> Optional[str]:
return pulumi.get(self, "last_modified_date") | [
"def",
"last_modified_date",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_modified_date\"",
")"
] | Date and time when the export was last modified. | [
"Date",
"and",
"time",
"when",
"the",
"export",
"was",
"last",
"modified",
"."
] | [
"\"\"\"\n Date and time when the export was last modified.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a9c92cd62fce4692ee10d9ace41f3f2bfa6715d7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20160515/get_policy.py | [
"Apache-2.0"
] | Python | evaluator_type | Optional[str] | def evaluator_type(self) -> Optional[str]:
"""
The evaluator type of the policy (i.e. AllowedValuesPolicy, MaxValuePolicy).
"""
return pulumi.get(self, "evaluator_type") |
The evaluator type of the policy (i.e. AllowedValuesPolicy, MaxValuePolicy).
| The evaluator type of the policy . | [
"The",
"evaluator",
"type",
"of",
"the",
"policy",
"."
] | def evaluator_type(self) -> Optional[str]:
return pulumi.get(self, "evaluator_type") | [
"def",
"evaluator_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"evaluator_type\"",
")"
] | The evaluator type of the policy (i.e. | [
"The",
"evaluator",
"type",
"of",
"the",
"policy",
"(",
"i",
".",
"e",
"."
] | [
"\"\"\"\n The evaluator type of the policy (i.e. AllowedValuesPolicy, MaxValuePolicy).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a9c92cd62fce4692ee10d9ace41f3f2bfa6715d7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20160515/get_policy.py | [
"Apache-2.0"
] | Python | fact_data | Optional[str] | def fact_data(self) -> Optional[str]:
"""
The fact data of the policy.
"""
return pulumi.get(self, "fact_data") |
The fact data of the policy.
| The fact data of the policy. | [
"The",
"fact",
"data",
"of",
"the",
"policy",
"."
] | def fact_data(self) -> Optional[str]:
return pulumi.get(self, "fact_data") | [
"def",
"fact_data",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"fact_data\"",
")"
] | The fact data of the policy. | [
"The",
"fact",
"data",
"of",
"the",
"policy",
"."
] | [
"\"\"\"\n The fact data of 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": []
} |
a9c92cd62fce4692ee10d9ace41f3f2bfa6715d7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20160515/get_policy.py | [
"Apache-2.0"
] | Python | threshold | Optional[str] | def threshold(self) -> Optional[str]:
"""
The threshold of the policy (i.e. a number for MaxValuePolicy, and a JSON array of values for AllowedValuesPolicy).
"""
return pulumi.get(self, "threshold") |
The threshold of the policy (i.e. a number for MaxValuePolicy, and a JSON array of values for AllowedValuesPolicy).
| The threshold of the policy . | [
"The",
"threshold",
"of",
"the",
"policy",
"."
] | def threshold(self) -> Optional[str]:
return pulumi.get(self, "threshold") | [
"def",
"threshold",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"threshold\"",
")"
] | The threshold of the policy (i.e. | [
"The",
"threshold",
"of",
"the",
"policy",
"(",
"i",
".",
"e",
"."
] | [
"\"\"\"\n The threshold of the policy (i.e. a number for MaxValuePolicy, and a JSON array of values for AllowedValuesPolicy).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4946efb704b6ffeb4bfb926c53eca6c705ef2c7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/digitaltwins/v20200301preview/digital_twin.py | [
"Apache-2.0"
] | Python | last_updated_time | pulumi.Output[str] | def last_updated_time(self) -> pulumi.Output[str]:
"""
Time when DigitalTwinsInstance was created.
"""
return pulumi.get(self, "last_updated_time") |
Time when DigitalTwinsInstance was created.
| Time when DigitalTwinsInstance was created. | [
"Time",
"when",
"DigitalTwinsInstance",
"was",
"created",
"."
] | def last_updated_time(self) -> pulumi.Output[str]:
return pulumi.get(self, "last_updated_time") | [
"def",
"last_updated_time",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_updated_time\"",
")"
] | Time when DigitalTwinsInstance was created. | [
"Time",
"when",
"DigitalTwinsInstance",
"was",
"created",
"."
] | [
"\"\"\"\n Time when DigitalTwinsInstance was 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": []
} |
a49eefbe7098fa6ffca199492892335a2f54e1f4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbforpostgresql/v20171201preview/get_database.py | [
"Apache-2.0"
] | Python | charset | Optional[str] | def charset(self) -> Optional[str]:
"""
The charset of the database.
"""
return pulumi.get(self, "charset") |
The charset of the database.
| The charset of the database. | [
"The",
"charset",
"of",
"the",
"database",
"."
] | def charset(self) -> Optional[str]:
return pulumi.get(self, "charset") | [
"def",
"charset",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"charset\"",
")"
] | The charset of the database. | [
"The",
"charset",
"of",
"the",
"database",
"."
] | [
"\"\"\"\n The charset of the database.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4a2b8597d25a19bfa708708a27f599683302679 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/latest/get_authorization_server.py | [
"Apache-2.0"
] | Python | authorization_methods | Optional[Sequence[str]] | def authorization_methods(self) -> Optional[Sequence[str]]:
"""
HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional.
"""
return pulumi.get(self, "authorization_methods") |
HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional.
| HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional. | [
"HTTP",
"verbs",
"supported",
"by",
"the",
"authorization",
"endpoint",
".",
"GET",
"must",
"be",
"always",
"present",
".",
"POST",
"is",
"optional",
"."
] | def authorization_methods(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "authorization_methods") | [
"def",
"authorization_methods",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"authorization_methods\"",
")"
] | HTTP verbs supported by the authorization endpoint. | [
"HTTP",
"verbs",
"supported",
"by",
"the",
"authorization",
"endpoint",
"."
] | [
"\"\"\"\n HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4a2b8597d25a19bfa708708a27f599683302679 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/latest/get_authorization_server.py | [
"Apache-2.0"
] | Python | bearer_token_sending_methods | Optional[Sequence[str]] | def bearer_token_sending_methods(self) -> Optional[Sequence[str]]:
"""
Specifies the mechanism by which access token is passed to the API.
"""
return pulumi.get(self, "bearer_token_sending_methods") |
Specifies the mechanism by which access token is passed to the API.
| Specifies the mechanism by which access token is passed to the API. | [
"Specifies",
"the",
"mechanism",
"by",
"which",
"access",
"token",
"is",
"passed",
"to",
"the",
"API",
"."
] | def bearer_token_sending_methods(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "bearer_token_sending_methods") | [
"def",
"bearer_token_sending_methods",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"bearer_token_sending_methods\"",
")"
] | Specifies the mechanism by which access token is passed to the API. | [
"Specifies",
"the",
"mechanism",
"by",
"which",
"access",
"token",
"is",
"passed",
"to",
"the",
"API",
"."
] | [
"\"\"\"\n Specifies the mechanism by which access token is passed to the API. \n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4a2b8597d25a19bfa708708a27f599683302679 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/latest/get_authorization_server.py | [
"Apache-2.0"
] | Python | client_authentication_method | Optional[Sequence[str]] | def client_authentication_method(self) -> Optional[Sequence[str]]:
"""
Method of authentication supported by the token endpoint of this authorization server. Possible values are Basic and/or Body. When Body is specified, client credentials and other parameters are passed within the request body in the a... |
Method of authentication supported by the token endpoint of this authorization server. Possible values are Basic and/or Body. When Body is specified, client credentials and other parameters are passed within the request body in the application/x-www-form-urlencoded format.
| Method of authentication supported by the token endpoint of this authorization server. Possible values are Basic and/or Body. When Body is specified, client credentials and other parameters are passed within the request body in the application/x-www-form-urlencoded format. | [
"Method",
"of",
"authentication",
"supported",
"by",
"the",
"token",
"endpoint",
"of",
"this",
"authorization",
"server",
".",
"Possible",
"values",
"are",
"Basic",
"and",
"/",
"or",
"Body",
".",
"When",
"Body",
"is",
"specified",
"client",
"credentials",
"and... | def client_authentication_method(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "client_authentication_method") | [
"def",
"client_authentication_method",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"client_authentication_method\"",
")"
] | Method of authentication supported by the token endpoint of this authorization server. | [
"Method",
"of",
"authentication",
"supported",
"by",
"the",
"token",
"endpoint",
"of",
"this",
"authorization",
"server",
"."
] | [
"\"\"\"\n Method of authentication supported by the token endpoint of this authorization server. Possible values are Basic and/or Body. When Body is specified, client credentials and other parameters are passed within the request body in the application/x-www-form-urlencoded 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": []
} |
a4a2b8597d25a19bfa708708a27f599683302679 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/latest/get_authorization_server.py | [
"Apache-2.0"
] | Python | client_registration_endpoint | str | def client_registration_endpoint(self) -> str:
"""
Optional reference to a page where client or app registration for this authorization server is performed. Contains absolute URL to entity being referenced.
"""
return pulumi.get(self, "client_registration_endpoint") |
Optional reference to a page where client or app registration for this authorization server is performed. Contains absolute URL to entity being referenced.
| Optional reference to a page where client or app registration for this authorization server is performed. Contains absolute URL to entity being referenced. | [
"Optional",
"reference",
"to",
"a",
"page",
"where",
"client",
"or",
"app",
"registration",
"for",
"this",
"authorization",
"server",
"is",
"performed",
".",
"Contains",
"absolute",
"URL",
"to",
"entity",
"being",
"referenced",
"."
] | def client_registration_endpoint(self) -> str:
return pulumi.get(self, "client_registration_endpoint") | [
"def",
"client_registration_endpoint",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"client_registration_endpoint\"",
")"
] | Optional reference to a page where client or app registration for this authorization server is performed. | [
"Optional",
"reference",
"to",
"a",
"page",
"where",
"client",
"or",
"app",
"registration",
"for",
"this",
"authorization",
"server",
"is",
"performed",
"."
] | [
"\"\"\"\n Optional reference to a page where client or app registration for this authorization server is performed. Contains absolute URL to entity being referenced.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4a2b8597d25a19bfa708708a27f599683302679 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/latest/get_authorization_server.py | [
"Apache-2.0"
] | Python | client_secret | Optional[str] | def client_secret(self) -> Optional[str]:
"""
Client or app secret registered with this authorization server. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
"""
return pulumi.get(self, "client_secret") |
Client or app secret registered with this authorization server. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
| Client or app secret registered with this authorization server. This property will not be filled on 'GET' operations. Use '/listSecrets' POST request to get the value. | [
"Client",
"or",
"app",
"secret",
"registered",
"with",
"this",
"authorization",
"server",
".",
"This",
"property",
"will",
"not",
"be",
"filled",
"on",
"'",
"GET",
"'",
"operations",
".",
"Use",
"'",
"/",
"listSecrets",
"'",
"POST",
"request",
"to",
"get",... | def client_secret(self) -> Optional[str]:
return pulumi.get(self, "client_secret") | [
"def",
"client_secret",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"client_secret\"",
")"
] | Client or app secret registered with this authorization server. | [
"Client",
"or",
"app",
"secret",
"registered",
"with",
"this",
"authorization",
"server",
"."
] | [
"\"\"\"\n Client or app secret registered with this authorization server. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4a2b8597d25a19bfa708708a27f599683302679 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/latest/get_authorization_server.py | [
"Apache-2.0"
] | Python | default_scope | Optional[str] | def default_scope(self) -> Optional[str]:
"""
Access token scope that is going to be requested by default. Can be overridden at the API level. Should be provided in the form of a string containing space-delimited values.
"""
return pulumi.get(self, "default_scope") |
Access token scope that is going to be requested by default. Can be overridden at the API level. Should be provided in the form of a string containing space-delimited values.
| Access token scope that is going to be requested by default. Can be overridden at the API level. Should be provided in the form of a string containing space-delimited values. | [
"Access",
"token",
"scope",
"that",
"is",
"going",
"to",
"be",
"requested",
"by",
"default",
".",
"Can",
"be",
"overridden",
"at",
"the",
"API",
"level",
".",
"Should",
"be",
"provided",
"in",
"the",
"form",
"of",
"a",
"string",
"containing",
"space",
"-... | def default_scope(self) -> Optional[str]:
return pulumi.get(self, "default_scope") | [
"def",
"default_scope",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_scope\"",
")"
] | Access token scope that is going to be requested by default. | [
"Access",
"token",
"scope",
"that",
"is",
"going",
"to",
"be",
"requested",
"by",
"default",
"."
] | [
"\"\"\"\n Access token scope that is going to be requested by default. Can be overridden at the API level. Should be provided in the form of a string containing space-delimited values.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4a2b8597d25a19bfa708708a27f599683302679 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/latest/get_authorization_server.py | [
"Apache-2.0"
] | Python | resource_owner_password | Optional[str] | def resource_owner_password(self) -> Optional[str]:
"""
Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password.
"""
return pulumi.get(self, "resource_owner_password") |
Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password.
| Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password. | [
"Can",
"be",
"optionally",
"specified",
"when",
"resource",
"owner",
"password",
"grant",
"type",
"is",
"supported",
"by",
"this",
"authorization",
"server",
".",
"Default",
"resource",
"owner",
"password",
"."
] | def resource_owner_password(self) -> Optional[str]:
return pulumi.get(self, "resource_owner_password") | [
"def",
"resource_owner_password",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"resource_owner_password\"",
")"
] | Can be optionally specified when resource owner password grant type is supported by this authorization server. | [
"Can",
"be",
"optionally",
"specified",
"when",
"resource",
"owner",
"password",
"grant",
"type",
"is",
"supported",
"by",
"this",
"authorization",
"server",
"."
] | [
"\"\"\"\n Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4a2b8597d25a19bfa708708a27f599683302679 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/latest/get_authorization_server.py | [
"Apache-2.0"
] | Python | resource_owner_username | Optional[str] | def resource_owner_username(self) -> Optional[str]:
"""
Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner username.
"""
return pulumi.get(self, "resource_owner_username") |
Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner username.
| Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner username. | [
"Can",
"be",
"optionally",
"specified",
"when",
"resource",
"owner",
"password",
"grant",
"type",
"is",
"supported",
"by",
"this",
"authorization",
"server",
".",
"Default",
"resource",
"owner",
"username",
"."
] | def resource_owner_username(self) -> Optional[str]:
return pulumi.get(self, "resource_owner_username") | [
"def",
"resource_owner_username",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"resource_owner_username\"",
")"
] | Can be optionally specified when resource owner password grant type is supported by this authorization server. | [
"Can",
"be",
"optionally",
"specified",
"when",
"resource",
"owner",
"password",
"grant",
"type",
"is",
"supported",
"by",
"this",
"authorization",
"server",
"."
] | [
"\"\"\"\n Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner username.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4a2b8597d25a19bfa708708a27f599683302679 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/latest/get_authorization_server.py | [
"Apache-2.0"
] | Python | support_state | Optional[bool] | def support_state(self) -> Optional[bool]:
"""
If true, authorization server will include state parameter from the authorization request to its response. Client may use state parameter to raise protocol security.
"""
return pulumi.get(self, "support_state") |
If true, authorization server will include state parameter from the authorization request to its response. Client may use state parameter to raise protocol security.
| If true, authorization server will include state parameter from the authorization request to its response. Client may use state parameter to raise protocol security. | [
"If",
"true",
"authorization",
"server",
"will",
"include",
"state",
"parameter",
"from",
"the",
"authorization",
"request",
"to",
"its",
"response",
".",
"Client",
"may",
"use",
"state",
"parameter",
"to",
"raise",
"protocol",
"security",
"."
] | def support_state(self) -> Optional[bool]:
return pulumi.get(self, "support_state") | [
"def",
"support_state",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"support_state\"",
")"
] | If true, authorization server will include state parameter from the authorization request to its response. | [
"If",
"true",
"authorization",
"server",
"will",
"include",
"state",
"parameter",
"from",
"the",
"authorization",
"request",
"to",
"its",
"response",
"."
] | [
"\"\"\"\n If true, authorization server will include state parameter from the authorization request to its response. Client may use state parameter to raise protocol security.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4a2b8597d25a19bfa708708a27f599683302679 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/latest/get_authorization_server.py | [
"Apache-2.0"
] | Python | token_body_parameters | Optional[Sequence['outputs.TokenBodyParameterContractResponse']] | def token_body_parameters(self) -> Optional[Sequence['outputs.TokenBodyParameterContractResponse']]:
"""
Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e. {"name" : "name value", "value": ... |
Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e. {"name" : "name value", "value": "a value"}.
| Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e. | [
"Additional",
"parameters",
"required",
"by",
"the",
"token",
"endpoint",
"of",
"this",
"authorization",
"server",
"represented",
"as",
"an",
"array",
"of",
"JSON",
"objects",
"with",
"name",
"and",
"value",
"string",
"properties",
"i",
".",
"e",
"."
] | def token_body_parameters(self) -> Optional[Sequence['outputs.TokenBodyParameterContractResponse']]:
return pulumi.get(self, "token_body_parameters") | [
"def",
"token_body_parameters",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.TokenBodyParameterContractResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"token_body_parameters\"",
")"
] | Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e. | [
"Additional",
"parameters",
"required",
"by",
"the",
"token",
"endpoint",
"of",
"this",
"authorization",
"server",
"represented",
"as",
"an",
"array",
"of",
"JSON",
"objects",
"with",
"name",
"and",
"value",
"string",
"properties",
"i",
".",
"e",
"."
] | [
"\"\"\"\n Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e. {\"name\" : \"name value\", \"value\": \"a value\"}.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4a4b0432957ff19b578398f6445a025d126f24b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20170401/namespace_network_rule_set.py | [
"Apache-2.0"
] | Python | default_action | pulumi.Output[Optional[str]] | def default_action(self) -> pulumi.Output[Optional[str]]:
"""
Default Action for Network Rule Set
"""
return pulumi.get(self, "default_action") |
Default Action for Network Rule Set
| Default Action for Network Rule Set | [
"Default",
"Action",
"for",
"Network",
"Rule",
"Set"
] | def default_action(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "default_action") | [
"def",
"default_action",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_action\"",
")"
] | Default Action for Network Rule Set | [
"Default",
"Action",
"for",
"Network",
"Rule",
"Set"
] | [
"\"\"\"\n Default Action for Network 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": []
} |
a4aa9867ee05fd3df32286b918f4023c86868178 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventhub/v20170401/get_namespace_network_rule_set.py | [
"Apache-2.0"
] | Python | default_action | Optional[str] | def default_action(self) -> Optional[str]:
"""
Default Action for Network Rule Set
"""
return pulumi.get(self, "default_action") |
Default Action for Network Rule Set
| Default Action for Network Rule Set | [
"Default",
"Action",
"for",
"Network",
"Rule",
"Set"
] | def default_action(self) -> Optional[str]:
return pulumi.get(self, "default_action") | [
"def",
"default_action",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_action\"",
")"
] | Default Action for Network Rule Set | [
"Default",
"Action",
"for",
"Network",
"Rule",
"Set"
] | [
"\"\"\"\n Default Action for Network 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": []
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.