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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7fd2177f45abc6041f7d8ccbde3ae7a4a66b0108 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/get_system_topic.py | [
"Apache-2.0"
] | Python | topic_type | Optional[str] | def topic_type(self) -> Optional[str]:
"""
TopicType for the system topic.
"""
return pulumi.get(self, "topic_type") |
TopicType for the system topic.
| TopicType for the system topic. | [
"TopicType",
"for",
"the",
"system",
"topic",
"."
] | def topic_type(self) -> Optional[str]:
return pulumi.get(self, "topic_type") | [
"def",
"topic_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"topic_type\"",
")"
] | TopicType for the system topic. | [
"TopicType",
"for",
"the",
"system",
"topic",
"."
] | [
"\"\"\"\n TopicType for the system topic.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7fdef40200ef2c9f939a68a85a0d9f902f6d1674 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20190901/get_policy_assignment.py | [
"Apache-2.0"
] | Python | enforcement_mode | Optional[str] | def enforcement_mode(self) -> Optional[str]:
"""
The policy assignment enforcement mode. Possible values are Default and DoNotEnforce.
"""
return pulumi.get(self, "enforcement_mode") |
The policy assignment enforcement mode. Possible values are Default and DoNotEnforce.
| The policy assignment enforcement mode. Possible values are Default and DoNotEnforce. | [
"The",
"policy",
"assignment",
"enforcement",
"mode",
".",
"Possible",
"values",
"are",
"Default",
"and",
"DoNotEnforce",
"."
] | def enforcement_mode(self) -> Optional[str]:
return pulumi.get(self, "enforcement_mode") | [
"def",
"enforcement_mode",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enforcement_mode\"",
")"
] | The policy assignment enforcement mode. | [
"The",
"policy",
"assignment",
"enforcement",
"mode",
"."
] | [
"\"\"\"\n The policy assignment enforcement mode. Possible values are Default and DoNotEnforce.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7fdef40200ef2c9f939a68a85a0d9f902f6d1674 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20190901/get_policy_assignment.py | [
"Apache-2.0"
] | Python | not_scopes | Optional[Sequence[str]] | def not_scopes(self) -> Optional[Sequence[str]]:
"""
The policy's excluded scopes.
"""
return pulumi.get(self, "not_scopes") |
The policy's excluded scopes.
| The policy's excluded scopes. | [
"The",
"policy",
"'",
"s",
"excluded",
"scopes",
"."
] | def not_scopes(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "not_scopes") | [
"def",
"not_scopes",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"not_scopes\"",
")"
] | The policy's excluded scopes. | [
"The",
"policy",
"'",
"s",
"excluded",
"scopes",
"."
] | [
"\"\"\"\n The policy's excluded scopes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7fdef40200ef2c9f939a68a85a0d9f902f6d1674 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20190901/get_policy_assignment.py | [
"Apache-2.0"
] | Python | parameters | Optional[Mapping[str, 'outputs.ParameterValuesValueResponse']] | def parameters(self) -> Optional[Mapping[str, 'outputs.ParameterValuesValueResponse']]:
"""
The parameter values for the assigned policy rule. The keys are the parameter names.
"""
return pulumi.get(self, "parameters") |
The parameter values for the assigned policy rule. The keys are the parameter names.
| The parameter values for the assigned policy rule. The keys are the parameter names. | [
"The",
"parameter",
"values",
"for",
"the",
"assigned",
"policy",
"rule",
".",
"The",
"keys",
"are",
"the",
"parameter",
"names",
"."
] | def parameters(self) -> Optional[Mapping[str, 'outputs.ParameterValuesValueResponse']]:
return pulumi.get(self, "parameters") | [
"def",
"parameters",
"(",
"self",
")",
"->",
"Optional",
"[",
"Mapping",
"[",
"str",
",",
"'outputs.ParameterValuesValueResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"parameters\"",
")"
] | The parameter values for the assigned policy rule. | [
"The",
"parameter",
"values",
"for",
"the",
"assigned",
"policy",
"rule",
"."
] | [
"\"\"\"\n The parameter values for the assigned policy rule. The keys are the parameter names.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7fdef40200ef2c9f939a68a85a0d9f902f6d1674 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20190901/get_policy_assignment.py | [
"Apache-2.0"
] | Python | policy_definition_id | Optional[str] | def policy_definition_id(self) -> Optional[str]:
"""
The ID of the policy definition or policy set definition being assigned.
"""
return pulumi.get(self, "policy_definition_id") |
The ID of the policy definition or policy set definition being assigned.
| The ID of the policy definition or policy set definition being assigned. | [
"The",
"ID",
"of",
"the",
"policy",
"definition",
"or",
"policy",
"set",
"definition",
"being",
"assigned",
"."
] | def policy_definition_id(self) -> Optional[str]:
return pulumi.get(self, "policy_definition_id") | [
"def",
"policy_definition_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"policy_definition_id\"",
")"
] | The ID of the policy definition or policy set definition being assigned. | [
"The",
"ID",
"of",
"the",
"policy",
"definition",
"or",
"policy",
"set",
"definition",
"being",
"assigned",
"."
] | [
"\"\"\"\n The ID of the policy definition or policy set definition being assigned.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7fdef40200ef2c9f939a68a85a0d9f902f6d1674 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20190901/get_policy_assignment.py | [
"Apache-2.0"
] | Python | sku | Optional['outputs.PolicySkuResponse'] | def sku(self) -> Optional['outputs.PolicySkuResponse']:
"""
The policy sku. This property is optional, obsolete, and will be ignored.
"""
return pulumi.get(self, "sku") |
The policy sku. This property is optional, obsolete, and will be ignored.
| The policy sku. This property is optional, obsolete, and will be ignored. | [
"The",
"policy",
"sku",
".",
"This",
"property",
"is",
"optional",
"obsolete",
"and",
"will",
"be",
"ignored",
"."
] | def sku(self) -> Optional['outputs.PolicySkuResponse']:
return pulumi.get(self, "sku") | [
"def",
"sku",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.PolicySkuResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sku\"",
")"
] | The policy sku. | [
"The",
"policy",
"sku",
"."
] | [
"\"\"\"\n The policy sku. This property is optional, obsolete, and will be ignored.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7fef4624cc49d2aac353213bf7d285b906e94c93 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/get_storage_account.py | [
"Apache-2.0"
] | Python | allow_shared_key_access | Optional[bool] | def allow_shared_key_access(self) -> Optional[bool]:
"""
Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The def... |
Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true.
| Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true. | [
"Indicates",
"whether",
"the",
"storage",
"account",
"permits",
"requests",
"to",
"be",
"authorized",
"with",
"the",
"account",
"access",
"key",
"via",
"Shared",
"Key",
".",
"If",
"false",
"then",
"all",
"requests",
"including",
"shared",
"access",
"signatures",... | def allow_shared_key_access(self) -> Optional[bool]:
return pulumi.get(self, "allow_shared_key_access") | [
"def",
"allow_shared_key_access",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"allow_shared_key_access\"",
")"
] | Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. | [
"Indicates",
"whether",
"the",
"storage",
"account",
"permits",
"requests",
"to",
"be",
"authorized",
"with",
"the",
"account",
"access",
"key",
"via",
"Shared",
"Key",
"."
] | [
"\"\"\"\n Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true.\n ... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7fef4624cc49d2aac353213bf7d285b906e94c93 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/get_storage_account.py | [
"Apache-2.0"
] | Python | enable_nfs_v3 | Optional[bool] | def enable_nfs_v3(self) -> Optional[bool]:
"""
NFS 3.0 protocol support enabled if set to true.
"""
return pulumi.get(self, "enable_nfs_v3") |
NFS 3.0 protocol support enabled if set to true.
| NFS 3.0 protocol support enabled if set to true. | [
"NFS",
"3",
".",
"0",
"protocol",
"support",
"enabled",
"if",
"set",
"to",
"true",
"."
] | def enable_nfs_v3(self) -> Optional[bool]:
return pulumi.get(self, "enable_nfs_v3") | [
"def",
"enable_nfs_v3",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_nfs_v3\"",
")"
] | NFS 3.0 protocol support enabled if set to true. | [
"NFS",
"3",
".",
"0",
"protocol",
"support",
"enabled",
"if",
"set",
"to",
"true",
"."
] | [
"\"\"\"\n NFS 3.0 protocol support enabled if set to true.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7ffa2cbe2f916ff50e226cbb20ae6394a4b7a221 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/v20200701/agent_pool.py | [
"Apache-2.0"
] | Python | count | pulumi.Output[Optional[int]] | def count(self) -> pulumi.Output[Optional[int]]:
"""
Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 100 (inclusive) for user pools and in the range of 1 to 100 (inclusive) for system pools. The default value is 1.
"""
return pulumi.get(self,... |
Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 100 (inclusive) for user pools and in the range of 1 to 100 (inclusive) for system pools. The default value is 1.
| Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 100 (inclusive) for user pools and in the range of 1 to 100 (inclusive) for system pools. The default value is 1. | [
"Number",
"of",
"agents",
"(",
"VMs",
")",
"to",
"host",
"docker",
"containers",
".",
"Allowed",
"values",
"must",
"be",
"in",
"the",
"range",
"of",
"0",
"to",
"100",
"(",
"inclusive",
")",
"for",
"user",
"pools",
"and",
"in",
"the",
"range",
"of",
"... | def count(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "count") | [
"def",
"count",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"count\"",
")"
] | Number of agents (VMs) to host docker containers. | [
"Number",
"of",
"agents",
"(",
"VMs",
")",
"to",
"host",
"docker",
"containers",
"."
] | [
"\"\"\"\n Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 100 (inclusive) for user pools and in the range of 1 to 100 (inclusive) for system pools. The default value is 1.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7ffa2cbe2f916ff50e226cbb20ae6394a4b7a221 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/v20200701/agent_pool.py | [
"Apache-2.0"
] | Python | enable_auto_scaling | pulumi.Output[Optional[bool]] | def enable_auto_scaling(self) -> pulumi.Output[Optional[bool]]:
"""
Whether to enable auto-scaler
"""
return pulumi.get(self, "enable_auto_scaling") |
Whether to enable auto-scaler
| Whether to enable auto-scaler | [
"Whether",
"to",
"enable",
"auto",
"-",
"scaler"
] | def enable_auto_scaling(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "enable_auto_scaling") | [
"def",
"enable_auto_scaling",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_auto_scaling\"",
")"
] | Whether to enable auto-scaler | [
"Whether",
"to",
"enable",
"auto",
"-",
"scaler"
] | [
"\"\"\"\n Whether to enable auto-scaler\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7ffa2cbe2f916ff50e226cbb20ae6394a4b7a221 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/v20200701/agent_pool.py | [
"Apache-2.0"
] | Python | max_pods | pulumi.Output[Optional[int]] | def max_pods(self) -> pulumi.Output[Optional[int]]:
"""
Maximum number of pods that can run on a node.
"""
return pulumi.get(self, "max_pods") |
Maximum number of pods that can run on a node.
| Maximum number of pods that can run on a node. | [
"Maximum",
"number",
"of",
"pods",
"that",
"can",
"run",
"on",
"a",
"node",
"."
] | def max_pods(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "max_pods") | [
"def",
"max_pods",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_pods\"",
")"
] | Maximum number of pods that can run on a node. | [
"Maximum",
"number",
"of",
"pods",
"that",
"can",
"run",
"on",
"a",
"node",
"."
] | [
"\"\"\"\n Maximum number of pods that can run on a node.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7ffa2cbe2f916ff50e226cbb20ae6394a4b7a221 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/v20200701/agent_pool.py | [
"Apache-2.0"
] | Python | node_labels | pulumi.Output[Optional[Mapping[str, str]]] | def node_labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
"""
Agent pool node labels to be persisted across all nodes in agent pool.
"""
return pulumi.get(self, "node_labels") |
Agent pool node labels to be persisted across all nodes in agent pool.
| Agent pool node labels to be persisted across all nodes in agent pool. | [
"Agent",
"pool",
"node",
"labels",
"to",
"be",
"persisted",
"across",
"all",
"nodes",
"in",
"agent",
"pool",
"."
] | def node_labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
return pulumi.get(self, "node_labels") | [
"def",
"node_labels",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Mapping",
"[",
"str",
",",
"str",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"node_labels\"",
")"
] | Agent pool node labels to be persisted across all nodes in agent pool. | [
"Agent",
"pool",
"node",
"labels",
"to",
"be",
"persisted",
"across",
"all",
"nodes",
"in",
"agent",
"pool",
"."
] | [
"\"\"\"\n Agent pool node labels to be persisted across all nodes in agent pool.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7ffa2cbe2f916ff50e226cbb20ae6394a4b7a221 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/v20200701/agent_pool.py | [
"Apache-2.0"
] | Python | orchestrator_version | pulumi.Output[Optional[str]] | def orchestrator_version(self) -> pulumi.Output[Optional[str]]:
"""
Version of orchestrator specified when creating the managed cluster.
"""
return pulumi.get(self, "orchestrator_version") |
Version of orchestrator specified when creating the managed cluster.
| Version of orchestrator specified when creating the managed cluster. | [
"Version",
"of",
"orchestrator",
"specified",
"when",
"creating",
"the",
"managed",
"cluster",
"."
] | def orchestrator_version(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "orchestrator_version") | [
"def",
"orchestrator_version",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"orchestrator_version\"",
")"
] | Version of orchestrator specified when creating the managed cluster. | [
"Version",
"of",
"orchestrator",
"specified",
"when",
"creating",
"the",
"managed",
"cluster",
"."
] | [
"\"\"\"\n Version of orchestrator specified when creating the managed cluster.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7ffa2cbe2f916ff50e226cbb20ae6394a4b7a221 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/v20200701/agent_pool.py | [
"Apache-2.0"
] | Python | os_disk_size_gb | pulumi.Output[Optional[int]] | def os_disk_size_gb(self) -> pulumi.Output[Optional[int]]:
"""
OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified.
"""
return pulumi.get(self, "os_di... |
OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified.
| OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified. | [
"OS",
"Disk",
"Size",
"in",
"GB",
"to",
"be",
"used",
"to",
"specify",
"the",
"disk",
"size",
"for",
"every",
"machine",
"in",
"this",
"master",
"/",
"agent",
"pool",
".",
"If",
"you",
"specify",
"0",
"it",
"will",
"apply",
"the",
"default",
"osDisk",
... | def os_disk_size_gb(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "os_disk_size_gb") | [
"def",
"os_disk_size_gb",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"os_disk_size_gb\"",
")"
] | OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. | [
"OS",
"Disk",
"Size",
"in",
"GB",
"to",
"be",
"used",
"to",
"specify",
"the",
"disk",
"size",
"for",
"every",
"machine",
"in",
"this",
"master",
"/",
"agent",
"pool",
"."
] | [
"\"\"\"\n OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7ffa2cbe2f916ff50e226cbb20ae6394a4b7a221 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/v20200701/agent_pool.py | [
"Apache-2.0"
] | Python | scale_set_eviction_policy | pulumi.Output[Optional[str]] | def scale_set_eviction_policy(self) -> pulumi.Output[Optional[str]]:
"""
ScaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set. Default to Delete.
"""
return pulumi.get(self, "scale_set_eviction_policy") |
ScaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set. Default to Delete.
| ScaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set. Default to Delete. | [
"ScaleSetEvictionPolicy",
"to",
"be",
"used",
"to",
"specify",
"eviction",
"policy",
"for",
"Spot",
"virtual",
"machine",
"scale",
"set",
".",
"Default",
"to",
"Delete",
"."
] | def scale_set_eviction_policy(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "scale_set_eviction_policy") | [
"def",
"scale_set_eviction_policy",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"scale_set_eviction_policy\"",
")"
] | ScaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set. | [
"ScaleSetEvictionPolicy",
"to",
"be",
"used",
"to",
"specify",
"eviction",
"policy",
"for",
"Spot",
"virtual",
"machine",
"scale",
"set",
"."
] | [
"\"\"\"\n ScaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set. Default to Delete.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7ffa2cbe2f916ff50e226cbb20ae6394a4b7a221 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/v20200701/agent_pool.py | [
"Apache-2.0"
] | Python | scale_set_priority | pulumi.Output[Optional[str]] | def scale_set_priority(self) -> pulumi.Output[Optional[str]]:
"""
ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.
"""
return pulumi.get(self, "scale_set_priority") |
ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.
| ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular. | [
"ScaleSetPriority",
"to",
"be",
"used",
"to",
"specify",
"virtual",
"machine",
"scale",
"set",
"priority",
".",
"Default",
"to",
"regular",
"."
] | def scale_set_priority(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "scale_set_priority") | [
"def",
"scale_set_priority",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"scale_set_priority\"",
")"
] | ScaleSetPriority to be used to specify virtual machine scale set priority. | [
"ScaleSetPriority",
"to",
"be",
"used",
"to",
"specify",
"virtual",
"machine",
"scale",
"set",
"priority",
"."
] | [
"\"\"\"\n ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
415aa4cac035fbc7f708a2f7552374bf41187b03 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datadog/v20200201preview/get_monitor.py | [
"Apache-2.0"
] | Python | properties | 'outputs.MonitorPropertiesResponse' | def properties(self) -> 'outputs.MonitorPropertiesResponse':
"""
Properties specific to the monitor resource.
"""
return pulumi.get(self, "properties") |
Properties specific to the monitor resource.
| Properties specific to the monitor resource. | [
"Properties",
"specific",
"to",
"the",
"monitor",
"resource",
"."
] | def properties(self) -> 'outputs.MonitorPropertiesResponse':
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"'outputs.MonitorPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | Properties specific to the monitor resource. | [
"Properties",
"specific",
"to",
"the",
"monitor",
"resource",
"."
] | [
"\"\"\"\n Properties specific to the monitor 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": []
} |
f8cd315d6ab1583f137787b3def1dee8700640e2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/file_share.py | [
"Apache-2.0"
] | Python | admin_user | pulumi.Output[str] | def admin_user(self) -> pulumi.Output[str]:
"""
The user/group who will have full permission in this share. Active directory email address. Example: xyz@contoso.com or Contoso\\xyz.
"""
return pulumi.get(self, "admin_user") |
The user/group who will have full permission in this share. Active directory email address. Example: xyz@contoso.com or Contoso\\xyz.
| The user/group who will have full permission in this share. Active directory email address. | [
"The",
"user",
"/",
"group",
"who",
"will",
"have",
"full",
"permission",
"in",
"this",
"share",
".",
"Active",
"directory",
"email",
"address",
"."
] | def admin_user(self) -> pulumi.Output[str]:
return pulumi.get(self, "admin_user") | [
"def",
"admin_user",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"admin_user\"",
")"
] | The user/group who will have full permission in this share. | [
"The",
"user",
"/",
"group",
"who",
"will",
"have",
"full",
"permission",
"in",
"this",
"share",
"."
] | [
"\"\"\"\n The user/group who will have full permission in this share. Active directory email address. Example: xyz@contoso.com or Contoso\\\\xyz.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8cd315d6ab1583f137787b3def1dee8700640e2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/file_share.py | [
"Apache-2.0"
] | Python | local_used_capacity_in_bytes | pulumi.Output[float] | def local_used_capacity_in_bytes(self) -> pulumi.Output[float]:
"""
The local used capacity in Bytes.
"""
return pulumi.get(self, "local_used_capacity_in_bytes") |
The local used capacity in Bytes.
| The local used capacity in Bytes. | [
"The",
"local",
"used",
"capacity",
"in",
"Bytes",
"."
] | def local_used_capacity_in_bytes(self) -> pulumi.Output[float]:
return pulumi.get(self, "local_used_capacity_in_bytes") | [
"def",
"local_used_capacity_in_bytes",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"local_used_capacity_in_bytes\"",
")"
] | The local used capacity in Bytes. | [
"The",
"local",
"used",
"capacity",
"in",
"Bytes",
"."
] | [
"\"\"\"\n The local used capacity in Bytes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8cd315d6ab1583f137787b3def1dee8700640e2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/file_share.py | [
"Apache-2.0"
] | Python | provisioned_capacity_in_bytes | pulumi.Output[float] | def provisioned_capacity_in_bytes(self) -> pulumi.Output[float]:
"""
The total provisioned capacity in Bytes
"""
return pulumi.get(self, "provisioned_capacity_in_bytes") |
The total provisioned capacity in Bytes
| The total provisioned capacity in Bytes | [
"The",
"total",
"provisioned",
"capacity",
"in",
"Bytes"
] | def provisioned_capacity_in_bytes(self) -> pulumi.Output[float]:
return pulumi.get(self, "provisioned_capacity_in_bytes") | [
"def",
"provisioned_capacity_in_bytes",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"provisioned_capacity_in_bytes\"",
")"
] | The total provisioned capacity in Bytes | [
"The",
"total",
"provisioned",
"capacity",
"in",
"Bytes"
] | [
"\"\"\"\n The total provisioned capacity in Bytes\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8cd315d6ab1583f137787b3def1dee8700640e2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/file_share.py | [
"Apache-2.0"
] | Python | used_capacity_in_bytes | pulumi.Output[float] | def used_capacity_in_bytes(self) -> pulumi.Output[float]:
"""
The used capacity in Bytes.
"""
return pulumi.get(self, "used_capacity_in_bytes") |
The used capacity in Bytes.
| The used capacity in Bytes. | [
"The",
"used",
"capacity",
"in",
"Bytes",
"."
] | def used_capacity_in_bytes(self) -> pulumi.Output[float]:
return pulumi.get(self, "used_capacity_in_bytes") | [
"def",
"used_capacity_in_bytes",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"used_capacity_in_bytes\"",
")"
] | The used capacity in Bytes. | [
"The",
"used",
"capacity",
"in",
"Bytes",
"."
] | [
"\"\"\"\n The used capacity in Bytes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8eae51df131a7f4a1cfeee1c50688973fb92341 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/private_endpoint.py | [
"Apache-2.0"
] | Python | custom_dns_configs | pulumi.Output[Optional[Sequence['outputs.CustomDnsConfigPropertiesFormatResponse']]] | def custom_dns_configs(self) -> pulumi.Output[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) -> pulumi.Output[Optional[Sequence['outputs.CustomDnsConfigPropertiesFormatResponse']]]:
return pulumi.get(self, "custom_dns_configs") | [
"def",
"custom_dns_configs",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"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": []
} |
f8eae51df131a7f4a1cfeee1c50688973fb92341 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/private_endpoint.py | [
"Apache-2.0"
] | Python | manual_private_link_service_connections | pulumi.Output[Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']]] | def manual_private_link_service_connections(self) -> pulumi.Output[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 resourc... |
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) -> pulumi.Output[Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']]]:
return pulumi.get(self, "manual_private_link_service_connections") | [
"def",
"manual_private_link_service_connections",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.PrivateLinkServiceConnectionResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"man... | 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": []
} |
f8eae51df131a7f4a1cfeee1c50688973fb92341 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/private_endpoint.py | [
"Apache-2.0"
] | Python | private_link_service_connections | pulumi.Output[Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']]] | def private_link_service_connections(self) -> pulumi.Output[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) -> pulumi.Output[Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']]]:
return pulumi.get(self, "private_link_service_connections") | [
"def",
"private_link_service_connections",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.PrivateLinkServiceConnectionResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_li... | 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": []
} |
f8eae51df131a7f4a1cfeee1c50688973fb92341 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/private_endpoint.py | [
"Apache-2.0"
] | Python | subnet | pulumi.Output[Optional['outputs.SubnetResponse']] | def subnet(self) -> pulumi.Output[Optional['outputs.SubnetResponse']]:
"""
The ID of the subnet from which the private IP will be allocated.
"""
return pulumi.get(self, "subnet") |
The ID of the subnet from which the private IP will be allocated.
| The ID of the subnet from which the private IP will be allocated. | [
"The",
"ID",
"of",
"the",
"subnet",
"from",
"which",
"the",
"private",
"IP",
"will",
"be",
"allocated",
"."
] | def subnet(self) -> pulumi.Output[Optional['outputs.SubnetResponse']]:
return pulumi.get(self, "subnet") | [
"def",
"subnet",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.SubnetResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"subnet\"",
")"
] | The ID of the subnet from which the private IP will be allocated. | [
"The",
"ID",
"of",
"the",
"subnet",
"from",
"which",
"the",
"private",
"IP",
"will",
"be",
"allocated",
"."
] | [
"\"\"\"\n The ID of the subnet from which the private IP will be allocated.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e78219b588bd63ea321acf0c89c851e337c4134f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200301/get_vpn_server_configuration.py | [
"Apache-2.0"
] | Python | aad_authentication_parameters | Optional['outputs.AadAuthenticationParametersResponse'] | def aad_authentication_parameters(self) -> Optional['outputs.AadAuthenticationParametersResponse']:
"""
The set of aad vpn authentication parameters.
"""
return pulumi.get(self, "aad_authentication_parameters") |
The set of aad vpn authentication parameters.
| The set of aad vpn authentication parameters. | [
"The",
"set",
"of",
"aad",
"vpn",
"authentication",
"parameters",
"."
] | def aad_authentication_parameters(self) -> Optional['outputs.AadAuthenticationParametersResponse']:
return pulumi.get(self, "aad_authentication_parameters") | [
"def",
"aad_authentication_parameters",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.AadAuthenticationParametersResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"aad_authentication_parameters\"",
")"
] | The set of aad vpn authentication parameters. | [
"The",
"set",
"of",
"aad",
"vpn",
"authentication",
"parameters",
"."
] | [
"\"\"\"\n The set of aad vpn authentication parameters.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e78219b588bd63ea321acf0c89c851e337c4134f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200301/get_vpn_server_configuration.py | [
"Apache-2.0"
] | Python | p2_s_vpn_gateways | Sequence['outputs.P2SVpnGatewayResponse'] | def p2_s_vpn_gateways(self) -> Sequence['outputs.P2SVpnGatewayResponse']:
"""
List of references to P2SVpnGateways.
"""
return pulumi.get(self, "p2_s_vpn_gateways") |
List of references to P2SVpnGateways.
| List of references to P2SVpnGateways. | [
"List",
"of",
"references",
"to",
"P2SVpnGateways",
"."
] | def p2_s_vpn_gateways(self) -> Sequence['outputs.P2SVpnGatewayResponse']:
return pulumi.get(self, "p2_s_vpn_gateways") | [
"def",
"p2_s_vpn_gateways",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.P2SVpnGatewayResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"p2_s_vpn_gateways\"",
")"
] | List of references to P2SVpnGateways. | [
"List",
"of",
"references",
"to",
"P2SVpnGateways",
"."
] | [
"\"\"\"\n List of references to P2SVpnGateways.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e78219b588bd63ea321acf0c89c851e337c4134f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200301/get_vpn_server_configuration.py | [
"Apache-2.0"
] | Python | radius_client_root_certificates | Optional[Sequence['outputs.VpnServerConfigRadiusClientRootCertificateResponse']] | def radius_client_root_certificates(self) -> Optional[Sequence['outputs.VpnServerConfigRadiusClientRootCertificateResponse']]:
"""
Radius client root certificate of VpnServerConfiguration.
"""
return pulumi.get(self, "radius_client_root_certificates") |
Radius client root certificate of VpnServerConfiguration.
| Radius client root certificate of VpnServerConfiguration. | [
"Radius",
"client",
"root",
"certificate",
"of",
"VpnServerConfiguration",
"."
] | def radius_client_root_certificates(self) -> Optional[Sequence['outputs.VpnServerConfigRadiusClientRootCertificateResponse']]:
return pulumi.get(self, "radius_client_root_certificates") | [
"def",
"radius_client_root_certificates",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.VpnServerConfigRadiusClientRootCertificateResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"radius_client_root_certificates\"",
")"
... | Radius client root certificate of VpnServerConfiguration. | [
"Radius",
"client",
"root",
"certificate",
"of",
"VpnServerConfiguration",
"."
] | [
"\"\"\"\n Radius client root certificate of VpnServerConfiguration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e78219b588bd63ea321acf0c89c851e337c4134f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200301/get_vpn_server_configuration.py | [
"Apache-2.0"
] | Python | radius_server_root_certificates | Optional[Sequence['outputs.VpnServerConfigRadiusServerRootCertificateResponse']] | def radius_server_root_certificates(self) -> Optional[Sequence['outputs.VpnServerConfigRadiusServerRootCertificateResponse']]:
"""
Radius Server root certificate of VpnServerConfiguration.
"""
return pulumi.get(self, "radius_server_root_certificates") |
Radius Server root certificate of VpnServerConfiguration.
| Radius Server root certificate of VpnServerConfiguration. | [
"Radius",
"Server",
"root",
"certificate",
"of",
"VpnServerConfiguration",
"."
] | def radius_server_root_certificates(self) -> Optional[Sequence['outputs.VpnServerConfigRadiusServerRootCertificateResponse']]:
return pulumi.get(self, "radius_server_root_certificates") | [
"def",
"radius_server_root_certificates",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.VpnServerConfigRadiusServerRootCertificateResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"radius_server_root_certificates\"",
")"
... | Radius Server root certificate of VpnServerConfiguration. | [
"Radius",
"Server",
"root",
"certificate",
"of",
"VpnServerConfiguration",
"."
] | [
"\"\"\"\n Radius Server root certificate of VpnServerConfiguration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e78219b588bd63ea321acf0c89c851e337c4134f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200301/get_vpn_server_configuration.py | [
"Apache-2.0"
] | Python | vpn_authentication_types | Optional[Sequence[str]] | def vpn_authentication_types(self) -> Optional[Sequence[str]]:
"""
VPN authentication types for the VpnServerConfiguration.
"""
return pulumi.get(self, "vpn_authentication_types") |
VPN authentication types for the VpnServerConfiguration.
| VPN authentication types for the VpnServerConfiguration. | [
"VPN",
"authentication",
"types",
"for",
"the",
"VpnServerConfiguration",
"."
] | def vpn_authentication_types(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "vpn_authentication_types") | [
"def",
"vpn_authentication_types",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vpn_authentication_types\"",
")"
] | VPN authentication types for the VpnServerConfiguration. | [
"VPN",
"authentication",
"types",
"for",
"the",
"VpnServerConfiguration",
"."
] | [
"\"\"\"\n VPN authentication types for the VpnServerConfiguration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e78219b588bd63ea321acf0c89c851e337c4134f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200301/get_vpn_server_configuration.py | [
"Apache-2.0"
] | Python | vpn_client_revoked_certificates | Optional[Sequence['outputs.VpnServerConfigVpnClientRevokedCertificateResponse']] | def vpn_client_revoked_certificates(self) -> Optional[Sequence['outputs.VpnServerConfigVpnClientRevokedCertificateResponse']]:
"""
VPN client revoked certificate of VpnServerConfiguration.
"""
return pulumi.get(self, "vpn_client_revoked_certificates") |
VPN client revoked certificate of VpnServerConfiguration.
| VPN client revoked certificate of VpnServerConfiguration. | [
"VPN",
"client",
"revoked",
"certificate",
"of",
"VpnServerConfiguration",
"."
] | def vpn_client_revoked_certificates(self) -> Optional[Sequence['outputs.VpnServerConfigVpnClientRevokedCertificateResponse']]:
return pulumi.get(self, "vpn_client_revoked_certificates") | [
"def",
"vpn_client_revoked_certificates",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.VpnServerConfigVpnClientRevokedCertificateResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vpn_client_revoked_certificates\"",
")"
... | VPN client revoked certificate of VpnServerConfiguration. | [
"VPN",
"client",
"revoked",
"certificate",
"of",
"VpnServerConfiguration",
"."
] | [
"\"\"\"\n VPN client revoked certificate of VpnServerConfiguration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e78219b588bd63ea321acf0c89c851e337c4134f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200301/get_vpn_server_configuration.py | [
"Apache-2.0"
] | Python | vpn_client_root_certificates | Optional[Sequence['outputs.VpnServerConfigVpnClientRootCertificateResponse']] | def vpn_client_root_certificates(self) -> Optional[Sequence['outputs.VpnServerConfigVpnClientRootCertificateResponse']]:
"""
VPN client root certificate of VpnServerConfiguration.
"""
return pulumi.get(self, "vpn_client_root_certificates") |
VPN client root certificate of VpnServerConfiguration.
| VPN client root certificate of VpnServerConfiguration. | [
"VPN",
"client",
"root",
"certificate",
"of",
"VpnServerConfiguration",
"."
] | def vpn_client_root_certificates(self) -> Optional[Sequence['outputs.VpnServerConfigVpnClientRootCertificateResponse']]:
return pulumi.get(self, "vpn_client_root_certificates") | [
"def",
"vpn_client_root_certificates",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.VpnServerConfigVpnClientRootCertificateResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vpn_client_root_certificates\"",
")"
] | VPN client root certificate of VpnServerConfiguration. | [
"VPN",
"client",
"root",
"certificate",
"of",
"VpnServerConfiguration",
"."
] | [
"\"\"\"\n VPN client root certificate of VpnServerConfiguration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e78219b588bd63ea321acf0c89c851e337c4134f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200301/get_vpn_server_configuration.py | [
"Apache-2.0"
] | Python | vpn_protocols | Optional[Sequence[str]] | def vpn_protocols(self) -> Optional[Sequence[str]]:
"""
VPN protocols for the VpnServerConfiguration.
"""
return pulumi.get(self, "vpn_protocols") |
VPN protocols for the VpnServerConfiguration.
| VPN protocols for the VpnServerConfiguration. | [
"VPN",
"protocols",
"for",
"the",
"VpnServerConfiguration",
"."
] | def vpn_protocols(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "vpn_protocols") | [
"def",
"vpn_protocols",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vpn_protocols\"",
")"
] | VPN protocols for the VpnServerConfiguration. | [
"VPN",
"protocols",
"for",
"the",
"VpnServerConfiguration",
"."
] | [
"\"\"\"\n VPN protocols for the VpnServerConfiguration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | public_port | Optional[pulumi.Input[int]] | def public_port(self) -> Optional[pulumi.Input[int]]:
"""
The public port to connect to.
"""
return pulumi.get(self, "public_port") |
The public port to connect to.
| The public port to connect to. | [
"The",
"public",
"port",
"to",
"connect",
"to",
"."
] | def public_port(self) -> Optional[pulumi.Input[int]]:
return pulumi.get(self, "public_port") | [
"def",
"public_port",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"public_port\"",
")"
] | The public port to connect to. | [
"The",
"public",
"port",
"to",
"connect",
"to",
"."
] | [
"\"\"\"\n The public port to 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": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | access_modes | Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] | def access_modes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
"""
The list of access modes for the application.
"""
return pulumi.get(self, "access_modes") |
The list of access modes for the application.
| The list of access modes for the application. | [
"The",
"list",
"of",
"access",
"modes",
"for",
"the",
"application",
"."
] | def access_modes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
return pulumi.get(self, "access_modes") | [
"def",
"access_modes",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"access_modes\"",
")"
] | The list of access modes for the application. | [
"The",
"list",
"of",
"access",
"modes",
"for",
"the",
"application",
"."
] | [
"\"\"\"\n The list of access modes for the application.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | disable_gateway_auth | Optional[pulumi.Input[bool]] | def disable_gateway_auth(self) -> Optional[pulumi.Input[bool]]:
"""
The value indicates whether to disable GatewayAuth.
"""
return pulumi.get(self, "disable_gateway_auth") |
The value indicates whether to disable GatewayAuth.
| The value indicates whether to disable GatewayAuth. | [
"The",
"value",
"indicates",
"whether",
"to",
"disable",
"GatewayAuth",
"."
] | def disable_gateway_auth(self) -> Optional[pulumi.Input[bool]]:
return pulumi.get(self, "disable_gateway_auth") | [
"def",
"disable_gateway_auth",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"disable_gateway_auth\"",
")"
] | The value indicates whether to disable GatewayAuth. | [
"The",
"value",
"indicates",
"whether",
"to",
"disable",
"GatewayAuth",
"."
] | [
"\"\"\"\n The value indicates whether to disable GatewayAuth.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | sub_domain_suffix | Optional[pulumi.Input[str]] | def sub_domain_suffix(self) -> Optional[pulumi.Input[str]]:
"""
The subdomain suffix of the application.
"""
return pulumi.get(self, "sub_domain_suffix") |
The subdomain suffix of the application.
| The subdomain suffix of the application. | [
"The",
"subdomain",
"suffix",
"of",
"the",
"application",
"."
] | def sub_domain_suffix(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "sub_domain_suffix") | [
"def",
"sub_domain_suffix",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sub_domain_suffix\"",
")"
] | The subdomain suffix of the application. | [
"The",
"subdomain",
"suffix",
"of",
"the",
"application",
"."
] | [
"\"\"\"\n The subdomain suffix of the application.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | https_endpoints | Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationGetHttpsEndpointArgs']]]] | def https_endpoints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationGetHttpsEndpointArgs']]]]:
"""
The list of application HTTPS endpoints.
"""
return pulumi.get(self, "https_endpoints") |
The list of application HTTPS endpoints.
| The list of application HTTPS endpoints. | [
"The",
"list",
"of",
"application",
"HTTPS",
"endpoints",
"."
] | def https_endpoints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationGetHttpsEndpointArgs']]]]:
return pulumi.get(self, "https_endpoints") | [
"def",
"https_endpoints",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'ApplicationGetHttpsEndpointArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
... | The list of application HTTPS endpoints. | [
"The",
"list",
"of",
"application",
"HTTPS",
"endpoints",
"."
] | [
"\"\"\"\n The list of application HTTPS 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": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | install_script_actions | Optional[pulumi.Input[Sequence[pulumi.Input['RuntimeScriptActionArgs']]]] | def install_script_actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RuntimeScriptActionArgs']]]]:
"""
The list of install script actions.
"""
return pulumi.get(self, "install_script_actions") |
The list of install script actions.
| The list of install script actions. | [
"The",
"list",
"of",
"install",
"script",
"actions",
"."
] | def install_script_actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RuntimeScriptActionArgs']]]]:
return pulumi.get(self, "install_script_actions") | [
"def",
"install_script_actions",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'RuntimeScriptActionArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"... | The list of install script actions. | [
"The",
"list",
"of",
"install",
"script",
"actions",
"."
] | [
"\"\"\"\n The list of install script actions.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | ssh_endpoints | Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationGetEndpointArgs']]]] | def ssh_endpoints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationGetEndpointArgs']]]]:
"""
The list of application SSH endpoints.
"""
return pulumi.get(self, "ssh_endpoints") |
The list of application SSH endpoints.
| The list of application SSH endpoints. | [
"The",
"list",
"of",
"application",
"SSH",
"endpoints",
"."
] | def ssh_endpoints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationGetEndpointArgs']]]]:
return pulumi.get(self, "ssh_endpoints") | [
"def",
"ssh_endpoints",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'ApplicationGetEndpointArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ssh_... | The list of application SSH endpoints. | [
"The",
"list",
"of",
"application",
"SSH",
"endpoints",
"."
] | [
"\"\"\"\n The list of application SSH 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": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | uninstall_script_actions | Optional[pulumi.Input[Sequence[pulumi.Input['RuntimeScriptActionArgs']]]] | def uninstall_script_actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RuntimeScriptActionArgs']]]]:
"""
The list of uninstall script actions.
"""
return pulumi.get(self, "uninstall_script_actions") |
The list of uninstall script actions.
| The list of uninstall script actions. | [
"The",
"list",
"of",
"uninstall",
"script",
"actions",
"."
] | def uninstall_script_actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RuntimeScriptActionArgs']]]]:
return pulumi.get(self, "uninstall_script_actions") | [
"def",
"uninstall_script_actions",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'RuntimeScriptActionArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
... | The list of uninstall script actions. | [
"The",
"list",
"of",
"uninstall",
"script",
"actions",
"."
] | [
"\"\"\"\n The list of uninstall script actions.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | capacity | Optional[pulumi.Input['AutoscaleCapacityArgs']] | def capacity(self) -> Optional[pulumi.Input['AutoscaleCapacityArgs']]:
"""
Parameters for load-based autoscale
"""
return pulumi.get(self, "capacity") |
Parameters for load-based autoscale
| Parameters for load-based autoscale | [
"Parameters",
"for",
"load",
"-",
"based",
"autoscale"
] | def capacity(self) -> Optional[pulumi.Input['AutoscaleCapacityArgs']]:
return pulumi.get(self, "capacity") | [
"def",
"capacity",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'AutoscaleCapacityArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"capacity\"",
")"
] | Parameters for load-based autoscale | [
"Parameters",
"for",
"load",
"-",
"based",
"autoscale"
] | [
"\"\"\"\n Parameters for load-based autoscale\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | recurrence | Optional[pulumi.Input['AutoscaleRecurrenceArgs']] | def recurrence(self) -> Optional[pulumi.Input['AutoscaleRecurrenceArgs']]:
"""
Parameters for schedule-based autoscale
"""
return pulumi.get(self, "recurrence") |
Parameters for schedule-based autoscale
| Parameters for schedule-based autoscale | [
"Parameters",
"for",
"schedule",
"-",
"based",
"autoscale"
] | def recurrence(self) -> Optional[pulumi.Input['AutoscaleRecurrenceArgs']]:
return pulumi.get(self, "recurrence") | [
"def",
"recurrence",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'AutoscaleRecurrenceArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"recurrence\"",
")"
] | Parameters for schedule-based autoscale | [
"Parameters",
"for",
"schedule",
"-",
"based",
"autoscale"
] | [
"\"\"\"\n Parameters for schedule-based autoscale\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | max_instance_count | Optional[pulumi.Input[int]] | def max_instance_count(self) -> Optional[pulumi.Input[int]]:
"""
The maximum instance count of the cluster
"""
return pulumi.get(self, "max_instance_count") |
The maximum instance count of the cluster
| The maximum instance count of the cluster | [
"The",
"maximum",
"instance",
"count",
"of",
"the",
"cluster"
] | def max_instance_count(self) -> Optional[pulumi.Input[int]]:
return pulumi.get(self, "max_instance_count") | [
"def",
"max_instance_count",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_instance_count\"",
")"
] | The maximum instance count of the cluster | [
"The",
"maximum",
"instance",
"count",
"of",
"the",
"cluster"
] | [
"\"\"\"\n The maximum instance count of the cluster\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | min_instance_count | Optional[pulumi.Input[int]] | def min_instance_count(self) -> Optional[pulumi.Input[int]]:
"""
The minimum instance count of the cluster
"""
return pulumi.get(self, "min_instance_count") |
The minimum instance count of the cluster
| The minimum instance count of the cluster | [
"The",
"minimum",
"instance",
"count",
"of",
"the",
"cluster"
] | def min_instance_count(self) -> Optional[pulumi.Input[int]]:
return pulumi.get(self, "min_instance_count") | [
"def",
"min_instance_count",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"min_instance_count\"",
")"
] | The minimum instance count of the cluster | [
"The",
"minimum",
"instance",
"count",
"of",
"the",
"cluster"
] | [
"\"\"\"\n The minimum instance count of the cluster\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | schedule | Optional[pulumi.Input[Sequence[pulumi.Input['AutoscaleScheduleArgs']]]] | def schedule(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutoscaleScheduleArgs']]]]:
"""
Array of schedule-based autoscale rules
"""
return pulumi.get(self, "schedule") |
Array of schedule-based autoscale rules
| Array of schedule-based autoscale rules | [
"Array",
"of",
"schedule",
"-",
"based",
"autoscale",
"rules"
] | def schedule(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutoscaleScheduleArgs']]]]:
return pulumi.get(self, "schedule") | [
"def",
"schedule",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'AutoscaleScheduleArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"schedule\"",
... | Array of schedule-based autoscale rules | [
"Array",
"of",
"schedule",
"-",
"based",
"autoscale",
"rules"
] | [
"\"\"\"\n Array of schedule-based autoscale rules\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | days | Optional[pulumi.Input[Sequence[pulumi.Input['DaysOfWeek']]]] | def days(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DaysOfWeek']]]]:
"""
Days of the week for a schedule-based autoscale rule
"""
return pulumi.get(self, "days") |
Days of the week for a schedule-based autoscale rule
| Days of the week for a schedule-based autoscale rule | [
"Days",
"of",
"the",
"week",
"for",
"a",
"schedule",
"-",
"based",
"autoscale",
"rule"
] | def days(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DaysOfWeek']]]]:
return pulumi.get(self, "days") | [
"def",
"days",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'DaysOfWeek'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"days\"",
")"
] | Days of the week for a schedule-based autoscale rule | [
"Days",
"of",
"the",
"week",
"for",
"a",
"schedule",
"-",
"based",
"autoscale",
"rule"
] | [
"\"\"\"\n Days of the week for a schedule-based autoscale rule\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | time_and_capacity | Optional[pulumi.Input['AutoscaleTimeAndCapacityArgs']] | def time_and_capacity(self) -> Optional[pulumi.Input['AutoscaleTimeAndCapacityArgs']]:
"""
Time and capacity for a schedule-based autoscale rule
"""
return pulumi.get(self, "time_and_capacity") |
Time and capacity for a schedule-based autoscale rule
| Time and capacity for a schedule-based autoscale rule | [
"Time",
"and",
"capacity",
"for",
"a",
"schedule",
"-",
"based",
"autoscale",
"rule"
] | def time_and_capacity(self) -> Optional[pulumi.Input['AutoscaleTimeAndCapacityArgs']]:
return pulumi.get(self, "time_and_capacity") | [
"def",
"time_and_capacity",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'AutoscaleTimeAndCapacityArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"time_and_capacity\"",
")"
] | Time and capacity for a schedule-based autoscale rule | [
"Time",
"and",
"capacity",
"for",
"a",
"schedule",
"-",
"based",
"autoscale",
"rule"
] | [
"\"\"\"\n Time and capacity for a schedule-based autoscale rule\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | group_name | Optional[pulumi.Input[str]] | def group_name(self) -> Optional[pulumi.Input[str]]:
"""
The AAD security group name.
"""
return pulumi.get(self, "group_name") |
The AAD security group name.
| The AAD security group name. | [
"The",
"AAD",
"security",
"group",
"name",
"."
] | def group_name(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "group_name") | [
"def",
"group_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"group_name\"",
")"
] | The AAD security group name. | [
"The",
"AAD",
"security",
"group",
"name",
"."
] | [
"\"\"\"\n The AAD security group name.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | encryption_in_transit_properties | Optional[pulumi.Input['EncryptionInTransitPropertiesArgs']] | def encryption_in_transit_properties(self) -> Optional[pulumi.Input['EncryptionInTransitPropertiesArgs']]:
"""
The encryption-in-transit properties.
"""
return pulumi.get(self, "encryption_in_transit_properties") |
The encryption-in-transit properties.
| The encryption-in-transit properties. | [
"The",
"encryption",
"-",
"in",
"-",
"transit",
"properties",
"."
] | def encryption_in_transit_properties(self) -> Optional[pulumi.Input['EncryptionInTransitPropertiesArgs']]:
return pulumi.get(self, "encryption_in_transit_properties") | [
"def",
"encryption_in_transit_properties",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'EncryptionInTransitPropertiesArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"encryption_in_transit_properties\"",
")"
] | The encryption-in-transit properties. | [
"The",
"encryption",
"-",
"in",
"-",
"transit",
"properties",
"."
] | [
"\"\"\"\n The encryption-in-transit 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": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | kafka_rest_properties | Optional[pulumi.Input['KafkaRestPropertiesArgs']] | def kafka_rest_properties(self) -> Optional[pulumi.Input['KafkaRestPropertiesArgs']]:
"""
The cluster kafka rest proxy configuration.
"""
return pulumi.get(self, "kafka_rest_properties") |
The cluster kafka rest proxy configuration.
| The cluster kafka rest proxy configuration. | [
"The",
"cluster",
"kafka",
"rest",
"proxy",
"configuration",
"."
] | def kafka_rest_properties(self) -> Optional[pulumi.Input['KafkaRestPropertiesArgs']]:
return pulumi.get(self, "kafka_rest_properties") | [
"def",
"kafka_rest_properties",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'KafkaRestPropertiesArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"kafka_rest_properties\"",
")"
] | The cluster kafka rest proxy configuration. | [
"The",
"cluster",
"kafka",
"rest",
"proxy",
"configuration",
"."
] | [
"\"\"\"\n The cluster kafka rest proxy 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": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | min_supported_tls_version | Optional[pulumi.Input[str]] | def min_supported_tls_version(self) -> Optional[pulumi.Input[str]]:
"""
The minimal supported tls version.
"""
return pulumi.get(self, "min_supported_tls_version") |
The minimal supported tls version.
| The minimal supported tls version. | [
"The",
"minimal",
"supported",
"tls",
"version",
"."
] | def min_supported_tls_version(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "min_supported_tls_version") | [
"def",
"min_supported_tls_version",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"min_supported_tls_version\"",
")"
] | The minimal supported tls version. | [
"The",
"minimal",
"supported",
"tls",
"version",
"."
] | [
"\"\"\"\n The minimal supported tls version.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | os_type | Optional[pulumi.Input['OSType']] | def os_type(self) -> Optional[pulumi.Input['OSType']]:
"""
The type of operating system.
"""
return pulumi.get(self, "os_type") |
The type of operating system.
| The type of operating system. | [
"The",
"type",
"of",
"operating",
"system",
"."
] | def os_type(self) -> Optional[pulumi.Input['OSType']]:
return pulumi.get(self, "os_type") | [
"def",
"os_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'OSType'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"os_type\"",
")"
] | The type of operating system. | [
"The",
"type",
"of",
"operating",
"system",
"."
] | [
"\"\"\"\n The type of operating system.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | blueprint | Optional[pulumi.Input[str]] | def blueprint(self) -> Optional[pulumi.Input[str]]:
"""
The link to the blueprint.
"""
return pulumi.get(self, "blueprint") |
The link to the blueprint.
| The link to the blueprint. | [
"The",
"link",
"to",
"the",
"blueprint",
"."
] | def blueprint(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "blueprint") | [
"def",
"blueprint",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"blueprint\"",
")"
] | The link to the blueprint. | [
"The",
"link",
"to",
"the",
"blueprint",
"."
] | [
"\"\"\"\n The link to the blueprint.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | component_version | Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] | def component_version(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
"""
The versions of different services in the cluster.
"""
return pulumi.get(self, "component_version") |
The versions of different services in the cluster.
| The versions of different services in the cluster. | [
"The",
"versions",
"of",
"different",
"services",
"in",
"the",
"cluster",
"."
] | def component_version(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
return pulumi.get(self, "component_version") | [
"def",
"component_version",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Mapping",
"[",
"str",
",",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"component_... | The versions of different services in the cluster. | [
"The",
"versions",
"of",
"different",
"services",
"in",
"the",
"cluster",
"."
] | [
"\"\"\"\n The versions of different services in the cluster.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | user_assigned_identities | Optional[pulumi.Input[Mapping[str, pulumi.Input['ClusterIdentityUserAssignedIdentitiesArgs']]]] | def user_assigned_identities(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['ClusterIdentityUserAssignedIdentitiesArgs']]]]:
"""
The list of user identities associated with the cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscript... |
The list of user identities associated with the cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
| The list of user identities associated with the cluster. | [
"The",
"list",
"of",
"user",
"identities",
"associated",
"with",
"the",
"cluster",
"."
] | def user_assigned_identities(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['ClusterIdentityUserAssignedIdentitiesArgs']]]]:
return pulumi.get(self, "user_assigned_identities") | [
"def",
"user_assigned_identities",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Mapping",
"[",
"str",
",",
"pulumi",
".",
"Input",
"[",
"'ClusterIdentityUserAssignedIdentitiesArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
... | The list of user identities associated with the cluster. | [
"The",
"list",
"of",
"user",
"identities",
"associated",
"with",
"the",
"cluster",
"."
] | [
"\"\"\"\n The list of user identities associated with the cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.\n \"\"\""... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | enable_compute_isolation | Optional[pulumi.Input[bool]] | def enable_compute_isolation(self) -> Optional[pulumi.Input[bool]]:
"""
The flag indicates whether enable compute isolation or not.
"""
return pulumi.get(self, "enable_compute_isolation") |
The flag indicates whether enable compute isolation or not.
| The flag indicates whether enable compute isolation or not. | [
"The",
"flag",
"indicates",
"whether",
"enable",
"compute",
"isolation",
"or",
"not",
"."
] | def enable_compute_isolation(self) -> Optional[pulumi.Input[bool]]:
return pulumi.get(self, "enable_compute_isolation") | [
"def",
"enable_compute_isolation",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_compute_isolation\"",
")"
] | The flag indicates whether enable compute isolation or not. | [
"The",
"flag",
"indicates",
"whether",
"enable",
"compute",
"isolation",
"or",
"not",
"."
] | [
"\"\"\"\n The flag indicates whether enable compute isolation 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": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | roles | Optional[pulumi.Input[Sequence[pulumi.Input['RoleArgs']]]] | def roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RoleArgs']]]]:
"""
The list of roles in the cluster.
"""
return pulumi.get(self, "roles") |
The list of roles in the cluster.
| The list of roles in the cluster. | [
"The",
"list",
"of",
"roles",
"in",
"the",
"cluster",
"."
] | def roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RoleArgs']]]]:
return pulumi.get(self, "roles") | [
"def",
"roles",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'RoleArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"roles\"",
")"
] | The list of roles in the cluster. | [
"The",
"list",
"of",
"roles",
"in",
"the",
"cluster",
"."
] | [
"\"\"\"\n The list of roles in the cluster.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | disks_per_node | Optional[pulumi.Input[int]] | def disks_per_node(self) -> Optional[pulumi.Input[int]]:
"""
The number of disks per node.
"""
return pulumi.get(self, "disks_per_node") |
The number of disks per node.
| The number of disks per node. | [
"The",
"number",
"of",
"disks",
"per",
"node",
"."
] | def disks_per_node(self) -> Optional[pulumi.Input[int]]:
return pulumi.get(self, "disks_per_node") | [
"def",
"disks_per_node",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"disks_per_node\"",
")"
] | The number of disks per node. | [
"The",
"number",
"of",
"disks",
"per",
"node",
"."
] | [
"\"\"\"\n The number of disks per node.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | encryption_algorithm | Optional[pulumi.Input[Union[str, 'JsonWebKeyEncryptionAlgorithm']]] | def encryption_algorithm(self) -> Optional[pulumi.Input[Union[str, 'JsonWebKeyEncryptionAlgorithm']]]:
"""
Algorithm identifier for encryption, default RSA-OAEP.
"""
return pulumi.get(self, "encryption_algorithm") |
Algorithm identifier for encryption, default RSA-OAEP.
| Algorithm identifier for encryption, default RSA-OAEP. | [
"Algorithm",
"identifier",
"for",
"encryption",
"default",
"RSA",
"-",
"OAEP",
"."
] | def encryption_algorithm(self) -> Optional[pulumi.Input[Union[str, 'JsonWebKeyEncryptionAlgorithm']]]:
return pulumi.get(self, "encryption_algorithm") | [
"def",
"encryption_algorithm",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'JsonWebKeyEncryptionAlgorithm'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"encryption_algorithm\"",
... | Algorithm identifier for encryption, default RSA-OAEP. | [
"Algorithm",
"identifier",
"for",
"encryption",
"default",
"RSA",
"-",
"OAEP",
"."
] | [
"\"\"\"\n Algorithm identifier for encryption, default RSA-OAEP.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | msi_resource_id | Optional[pulumi.Input[str]] | def msi_resource_id(self) -> Optional[pulumi.Input[str]]:
"""
Resource ID of Managed Identity that is used to access the key vault.
"""
return pulumi.get(self, "msi_resource_id") |
Resource ID of Managed Identity that is used to access the key vault.
| Resource ID of Managed Identity that is used to access the key vault. | [
"Resource",
"ID",
"of",
"Managed",
"Identity",
"that",
"is",
"used",
"to",
"access",
"the",
"key",
"vault",
"."
] | def msi_resource_id(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "msi_resource_id") | [
"def",
"msi_resource_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"msi_resource_id\"",
")"
] | Resource ID of Managed Identity that is used to access the key vault. | [
"Resource",
"ID",
"of",
"Managed",
"Identity",
"that",
"is",
"used",
"to",
"access",
"the",
"key",
"vault",
"."
] | [
"\"\"\"\n Resource ID of Managed Identity that is used to access the key vault.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | is_encryption_in_transit_enabled | Optional[pulumi.Input[bool]] | def is_encryption_in_transit_enabled(self) -> Optional[pulumi.Input[bool]]:
"""
Indicates whether or not inter cluster node communication is encrypted in transit.
"""
return pulumi.get(self, "is_encryption_in_transit_enabled") |
Indicates whether or not inter cluster node communication is encrypted in transit.
| Indicates whether or not inter cluster node communication is encrypted in transit. | [
"Indicates",
"whether",
"or",
"not",
"inter",
"cluster",
"node",
"communication",
"is",
"encrypted",
"in",
"transit",
"."
] | def is_encryption_in_transit_enabled(self) -> Optional[pulumi.Input[bool]]:
return pulumi.get(self, "is_encryption_in_transit_enabled") | [
"def",
"is_encryption_in_transit_enabled",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_encryption_in_transit_enabled\"",
")"
] | Indicates whether or not inter cluster node communication is encrypted in transit. | [
"Indicates",
"whether",
"or",
"not",
"inter",
"cluster",
"node",
"communication",
"is",
"encrypted",
"in",
"transit",
"."
] | [
"\"\"\"\n Indicates whether or not inter cluster node communication is encrypted in transit.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | client_group_info | Optional[pulumi.Input['ClientGroupInfoArgs']] | def client_group_info(self) -> Optional[pulumi.Input['ClientGroupInfoArgs']]:
"""
The information of AAD security group.
"""
return pulumi.get(self, "client_group_info") |
The information of AAD security group.
| The information of AAD security group. | [
"The",
"information",
"of",
"AAD",
"security",
"group",
"."
] | def client_group_info(self) -> Optional[pulumi.Input['ClientGroupInfoArgs']]:
return pulumi.get(self, "client_group_info") | [
"def",
"client_group_info",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'ClientGroupInfoArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"client_group_info\"",
")"
] | The information of AAD security group. | [
"The",
"information",
"of",
"AAD",
"security",
"group",
"."
] | [
"\"\"\"\n The information of AAD 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": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | private_link | Optional[pulumi.Input[Union[str, 'PrivateLink']]] | def private_link(self) -> Optional[pulumi.Input[Union[str, 'PrivateLink']]]:
"""
Indicates whether or not private link is enabled.
"""
return pulumi.get(self, "private_link") |
Indicates whether or not private link is enabled.
| Indicates whether or not private link is enabled. | [
"Indicates",
"whether",
"or",
"not",
"private",
"link",
"is",
"enabled",
"."
] | def private_link(self) -> Optional[pulumi.Input[Union[str, 'PrivateLink']]]:
return pulumi.get(self, "private_link") | [
"def",
"private_link",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'PrivateLink'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_link\"",
")"
] | Indicates whether or not private link is enabled. | [
"Indicates",
"whether",
"or",
"not",
"private",
"link",
"is",
"enabled",
"."
] | [
"\"\"\"\n Indicates whether or not private link is enabled.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | resource_provider_connection | Optional[pulumi.Input[Union[str, 'ResourceProviderConnection']]] | def resource_provider_connection(self) -> Optional[pulumi.Input[Union[str, 'ResourceProviderConnection']]]:
"""
The direction for the resource provider connection.
"""
return pulumi.get(self, "resource_provider_connection") |
The direction for the resource provider connection.
| The direction for the resource provider connection. | [
"The",
"direction",
"for",
"the",
"resource",
"provider",
"connection",
"."
] | def resource_provider_connection(self) -> Optional[pulumi.Input[Union[str, 'ResourceProviderConnection']]]:
return pulumi.get(self, "resource_provider_connection") | [
"def",
"resource_provider_connection",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'ResourceProviderConnection'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"resource_provider_co... | The direction for the resource provider connection. | [
"The",
"direction",
"for",
"the",
"resource",
"provider",
"connection",
"."
] | [
"\"\"\"\n The direction for the resource provider 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": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | data_disks_groups | Optional[pulumi.Input[Sequence[pulumi.Input['DataDisksGroupsArgs']]]] | def data_disks_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DataDisksGroupsArgs']]]]:
"""
The data disks groups for the role.
"""
return pulumi.get(self, "data_disks_groups") |
The data disks groups for the role.
| The data disks groups for the role. | [
"The",
"data",
"disks",
"groups",
"for",
"the",
"role",
"."
] | def data_disks_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DataDisksGroupsArgs']]]]:
return pulumi.get(self, "data_disks_groups") | [
"def",
"data_disks_groups",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'DataDisksGroupsArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_di... | The data disks groups for the role. | [
"The",
"data",
"disks",
"groups",
"for",
"the",
"role",
"."
] | [
"\"\"\"\n The data disks groups for the role.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | encrypt_data_disks | Optional[pulumi.Input[bool]] | def encrypt_data_disks(self) -> Optional[pulumi.Input[bool]]:
"""
Indicates whether encrypt the data disks.
"""
return pulumi.get(self, "encrypt_data_disks") |
Indicates whether encrypt the data disks.
| Indicates whether encrypt the data disks. | [
"Indicates",
"whether",
"encrypt",
"the",
"data",
"disks",
"."
] | def encrypt_data_disks(self) -> Optional[pulumi.Input[bool]]:
return pulumi.get(self, "encrypt_data_disks") | [
"def",
"encrypt_data_disks",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"encrypt_data_disks\"",
")"
] | Indicates whether encrypt the data disks. | [
"Indicates",
"whether",
"encrypt",
"the",
"data",
"disks",
"."
] | [
"\"\"\"\n Indicates whether encrypt the data disks.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | script_actions | Optional[pulumi.Input[Sequence[pulumi.Input['ScriptActionArgs']]]] | def script_actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ScriptActionArgs']]]]:
"""
The list of script actions on the role.
"""
return pulumi.get(self, "script_actions") |
The list of script actions on the role.
| The list of script actions on the role. | [
"The",
"list",
"of",
"script",
"actions",
"on",
"the",
"role",
"."
] | def script_actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ScriptActionArgs']]]]:
return pulumi.get(self, "script_actions") | [
"def",
"script_actions",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'ScriptActionArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"script_action... | The list of script actions on the role. | [
"The",
"list",
"of",
"script",
"actions",
"on",
"the",
"role",
"."
] | [
"\"\"\"\n The list of script actions on the role.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | target_instance_count | Optional[pulumi.Input[int]] | def target_instance_count(self) -> Optional[pulumi.Input[int]]:
"""
The instance count of the cluster.
"""
return pulumi.get(self, "target_instance_count") |
The instance count of the cluster.
| The instance count of the cluster. | [
"The",
"instance",
"count",
"of",
"the",
"cluster",
"."
] | def target_instance_count(self) -> Optional[pulumi.Input[int]]:
return pulumi.get(self, "target_instance_count") | [
"def",
"target_instance_count",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target_instance_count\"",
")"
] | The instance count of the cluster. | [
"The",
"instance",
"count",
"of",
"the",
"cluster",
"."
] | [
"\"\"\"\n The instance count of the cluster.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | v_m_group_name | Optional[pulumi.Input[str]] | def v_m_group_name(self) -> Optional[pulumi.Input[str]]:
"""
The name of the virtual machine group.
"""
return pulumi.get(self, "v_m_group_name") |
The name of the virtual machine group.
| The name of the virtual machine group. | [
"The",
"name",
"of",
"the",
"virtual",
"machine",
"group",
"."
] | def v_m_group_name(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "v_m_group_name") | [
"def",
"v_m_group_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"v_m_group_name\"",
")"
] | The name of the virtual machine group. | [
"The",
"name",
"of",
"the",
"virtual",
"machine",
"group",
"."
] | [
"\"\"\"\n The name of the virtual machine 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": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | roles | pulumi.Input[Sequence[pulumi.Input[str]]] | def roles(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
"""
The list of roles where script will be executed.
"""
return pulumi.get(self, "roles") |
The list of roles where script will be executed.
| The list of roles where script will be executed. | [
"The",
"list",
"of",
"roles",
"where",
"script",
"will",
"be",
"executed",
"."
] | def roles(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
return pulumi.get(self, "roles") | [
"def",
"roles",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"roles\"",
")"
] | The list of roles where script will be executed. | [
"The",
"list",
"of",
"roles",
"where",
"script",
"will",
"be",
"executed",
"."
] | [
"\"\"\"\n The list of roles where script will be executed.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | parameters | pulumi.Input[str] | def parameters(self) -> pulumi.Input[str]:
"""
The parameters for the script provided.
"""
return pulumi.get(self, "parameters") |
The parameters for the script provided.
| The parameters for the script provided. | [
"The",
"parameters",
"for",
"the",
"script",
"provided",
"."
] | def parameters(self) -> pulumi.Input[str]:
return pulumi.get(self, "parameters") | [
"def",
"parameters",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"parameters\"",
")"
] | The parameters for the script provided. | [
"The",
"parameters",
"for",
"the",
"script",
"provided",
"."
] | [
"\"\"\"\n The parameters for the script provided.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | aadds_resource_id | Optional[pulumi.Input[str]] | def aadds_resource_id(self) -> Optional[pulumi.Input[str]]:
"""
The resource ID of the user's Azure Active Directory Domain Service.
"""
return pulumi.get(self, "aadds_resource_id") |
The resource ID of the user's Azure Active Directory Domain Service.
| The resource ID of the user's Azure Active Directory Domain Service. | [
"The",
"resource",
"ID",
"of",
"the",
"user",
"'",
"s",
"Azure",
"Active",
"Directory",
"Domain",
"Service",
"."
] | def aadds_resource_id(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "aadds_resource_id") | [
"def",
"aadds_resource_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"aadds_resource_id\"",
")"
] | The resource ID of the user's Azure Active Directory Domain Service. | [
"The",
"resource",
"ID",
"of",
"the",
"user",
"'",
"s",
"Azure",
"Active",
"Directory",
"Domain",
"Service",
"."
] | [
"\"\"\"\n The resource ID of the user's Azure Active Directory Domain 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": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | cluster_users_group_dns | Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] | def cluster_users_group_dns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
"""
Optional. The Distinguished Names for cluster user groups
"""
return pulumi.get(self, "cluster_users_group_dns") |
Optional. The Distinguished Names for cluster user groups
| Optional. The Distinguished Names for cluster user groups | [
"Optional",
".",
"The",
"Distinguished",
"Names",
"for",
"cluster",
"user",
"groups"
] | def cluster_users_group_dns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
return pulumi.get(self, "cluster_users_group_dns") | [
"def",
"cluster_users_group_dns",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cluster_users_group... | Optional. | [
"Optional",
"."
] | [
"\"\"\"\n Optional. The Distinguished Names for cluster user groups\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | domain_username | Optional[pulumi.Input[str]] | def domain_username(self) -> Optional[pulumi.Input[str]]:
"""
The domain user account that will have admin privileges on the cluster.
"""
return pulumi.get(self, "domain_username") |
The domain user account that will have admin privileges on the cluster.
| The domain user account that will have admin privileges on the cluster. | [
"The",
"domain",
"user",
"account",
"that",
"will",
"have",
"admin",
"privileges",
"on",
"the",
"cluster",
"."
] | def domain_username(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "domain_username") | [
"def",
"domain_username",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"domain_username\"",
")"
] | The domain user account that will have admin privileges on the cluster. | [
"The",
"domain",
"user",
"account",
"that",
"will",
"have",
"admin",
"privileges",
"on",
"the",
"cluster",
"."
] | [
"\"\"\"\n The domain user account that will have admin privileges on the cluster.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | ldaps_urls | Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] | def ldaps_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
"""
The LDAPS protocol URLs to communicate with the Active Directory.
"""
return pulumi.get(self, "ldaps_urls") |
The LDAPS protocol URLs to communicate with the Active Directory.
| The LDAPS protocol URLs to communicate with the Active Directory. | [
"The",
"LDAPS",
"protocol",
"URLs",
"to",
"communicate",
"with",
"the",
"Active",
"Directory",
"."
] | def ldaps_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
return pulumi.get(self, "ldaps_urls") | [
"def",
"ldaps_urls",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ldaps_urls\"",
")"
] | The LDAPS protocol URLs to communicate with the Active Directory. | [
"The",
"LDAPS",
"protocol",
"URLs",
"to",
"communicate",
"with",
"the",
"Active",
"Directory",
"."
] | [
"\"\"\"\n The LDAPS protocol URLs to communicate with the Active Directory.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | organizational_unit_dn | Optional[pulumi.Input[str]] | def organizational_unit_dn(self) -> Optional[pulumi.Input[str]]:
"""
The organizational unit within the Active Directory to place the cluster and service accounts.
"""
return pulumi.get(self, "organizational_unit_dn") |
The organizational unit within the Active Directory to place the cluster and service accounts.
| The organizational unit within the Active Directory to place the cluster and service accounts. | [
"The",
"organizational",
"unit",
"within",
"the",
"Active",
"Directory",
"to",
"place",
"the",
"cluster",
"and",
"service",
"accounts",
"."
] | def organizational_unit_dn(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "organizational_unit_dn") | [
"def",
"organizational_unit_dn",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"organizational_unit_dn\"",
")"
] | The organizational unit within the Active Directory to place the cluster and service accounts. | [
"The",
"organizational",
"unit",
"within",
"the",
"Active",
"Directory",
"to",
"place",
"the",
"cluster",
"and",
"service",
"accounts",
"."
] | [
"\"\"\"\n The organizational unit within the Active Directory to place the cluster and service accounts.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | container | Optional[pulumi.Input[str]] | def container(self) -> Optional[pulumi.Input[str]]:
"""
The container in the storage account, only to be specified for WASB storage accounts.
"""
return pulumi.get(self, "container") |
The container in the storage account, only to be specified for WASB storage accounts.
| The container in the storage account, only to be specified for WASB storage accounts. | [
"The",
"container",
"in",
"the",
"storage",
"account",
"only",
"to",
"be",
"specified",
"for",
"WASB",
"storage",
"accounts",
"."
] | def container(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "container") | [
"def",
"container",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"container\"",
")"
] | The container in the storage account, only to be specified for WASB storage accounts. | [
"The",
"container",
"in",
"the",
"storage",
"account",
"only",
"to",
"be",
"specified",
"for",
"WASB",
"storage",
"accounts",
"."
] | [
"\"\"\"\n The container in the storage account, only to be specified for WASB storage accounts.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | file_system | Optional[pulumi.Input[str]] | def file_system(self) -> Optional[pulumi.Input[str]]:
"""
The filesystem, only to be specified for Azure Data Lake Storage Gen 2.
"""
return pulumi.get(self, "file_system") |
The filesystem, only to be specified for Azure Data Lake Storage Gen 2.
| The filesystem, only to be specified for Azure Data Lake Storage Gen 2. | [
"The",
"filesystem",
"only",
"to",
"be",
"specified",
"for",
"Azure",
"Data",
"Lake",
"Storage",
"Gen",
"2",
"."
] | def file_system(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "file_system") | [
"def",
"file_system",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"file_system\"",
")"
] | The filesystem, only to be specified for Azure Data Lake Storage Gen 2. | [
"The",
"filesystem",
"only",
"to",
"be",
"specified",
"for",
"Azure",
"Data",
"Lake",
"Storage",
"Gen",
"2",
"."
] | [
"\"\"\"\n The filesystem, only to be specified for Azure Data Lake Storage Gen 2.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | saskey | Optional[pulumi.Input[str]] | def saskey(self) -> Optional[pulumi.Input[str]]:
"""
The shared access signature key.
"""
return pulumi.get(self, "saskey") |
The shared access signature key.
| The shared access signature key. | [
"The",
"shared",
"access",
"signature",
"key",
"."
] | def saskey(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "saskey") | [
"def",
"saskey",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"saskey\"",
")"
] | The shared access signature key. | [
"The",
"shared",
"access",
"signature",
"key",
"."
] | [
"\"\"\"\n The shared access signature key.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7a24b2bc012a190366f6107271ead3de33649cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/_inputs.py | [
"Apache-2.0"
] | Python | storageaccounts | Optional[pulumi.Input[Sequence[pulumi.Input['StorageAccountArgs']]]] | def storageaccounts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StorageAccountArgs']]]]:
"""
The list of storage accounts in the cluster.
"""
return pulumi.get(self, "storageaccounts") |
The list of storage accounts in the cluster.
| The list of storage accounts in the cluster. | [
"The",
"list",
"of",
"storage",
"accounts",
"in",
"the",
"cluster",
"."
] | def storageaccounts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StorageAccountArgs']]]]:
return pulumi.get(self, "storageaccounts") | [
"def",
"storageaccounts",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'StorageAccountArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"storageacc... | The list of storage accounts in the cluster. | [
"The",
"list",
"of",
"storage",
"accounts",
"in",
"the",
"cluster",
"."
] | [
"\"\"\"\n The list of storage accounts in the cluster.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7b905f4666a9f80cf6cb31e969ec3b28774ae2f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20191101/vpn_site.py | [
"Apache-2.0"
] | Python | address_space | pulumi.Output[Optional['outputs.AddressSpaceResponse']] | def address_space(self) -> pulumi.Output[Optional['outputs.AddressSpaceResponse']]:
"""
The AddressSpace that contains an array of IP address ranges.
"""
return pulumi.get(self, "address_space") |
The AddressSpace that contains an array of IP address ranges.
| The AddressSpace that contains an array of IP address ranges. | [
"The",
"AddressSpace",
"that",
"contains",
"an",
"array",
"of",
"IP",
"address",
"ranges",
"."
] | def address_space(self) -> pulumi.Output[Optional['outputs.AddressSpaceResponse']]:
return pulumi.get(self, "address_space") | [
"def",
"address_space",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.AddressSpaceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"address_space\"",
")"
] | The AddressSpace that contains an array of IP address ranges. | [
"The",
"AddressSpace",
"that",
"contains",
"an",
"array",
"of",
"IP",
"address",
"ranges",
"."
] | [
"\"\"\"\n The AddressSpace that contains an array of IP address ranges.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7b905f4666a9f80cf6cb31e969ec3b28774ae2f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20191101/vpn_site.py | [
"Apache-2.0"
] | Python | bgp_properties | pulumi.Output[Optional['outputs.BgpSettingsResponse']] | def bgp_properties(self) -> pulumi.Output[Optional['outputs.BgpSettingsResponse']]:
"""
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) -> pulumi.Output[Optional['outputs.BgpSettingsResponse']]:
return pulumi.get(self, "bgp_properties") | [
"def",
"bgp_properties",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.BgpSettingsResponse'",
"]",
"]",
":",
"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": []
} |
e7b905f4666a9f80cf6cb31e969ec3b28774ae2f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20191101/vpn_site.py | [
"Apache-2.0"
] | Python | site_key | pulumi.Output[Optional[str]] | def site_key(self) -> pulumi.Output[Optional[str]]:
"""
The key for vpn-site that can be used for connections.
"""
return pulumi.get(self, "site_key") |
The key for vpn-site that can be used for connections.
| The key for vpn-site that can be used for connections. | [
"The",
"key",
"for",
"vpn",
"-",
"site",
"that",
"can",
"be",
"used",
"for",
"connections",
"."
] | def site_key(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "site_key") | [
"def",
"site_key",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"site_key\"",
")"
] | The key for vpn-site that can be used for connections. | [
"The",
"key",
"for",
"vpn",
"-",
"site",
"that",
"can",
"be",
"used",
"for",
"connections",
"."
] | [
"\"\"\"\n The key for vpn-site that can be used for connections.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e7b905f4666a9f80cf6cb31e969ec3b28774ae2f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20191101/vpn_site.py | [
"Apache-2.0"
] | Python | vpn_site_links | pulumi.Output[Optional[Sequence['outputs.VpnSiteLinkResponse']]] | def vpn_site_links(self) -> pulumi.Output[Optional[Sequence['outputs.VpnSiteLinkResponse']]]:
"""
List of all vpn site links.
"""
return pulumi.get(self, "vpn_site_links") |
List of all vpn site links.
| List of all vpn site links. | [
"List",
"of",
"all",
"vpn",
"site",
"links",
"."
] | def vpn_site_links(self) -> pulumi.Output[Optional[Sequence['outputs.VpnSiteLinkResponse']]]:
return pulumi.get(self, "vpn_site_links") | [
"def",
"vpn_site_links",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.VpnSiteLinkResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vpn_site_links\"",
")"
] | List of all vpn site links. | [
"List",
"of",
"all",
"vpn",
"site",
"links",
"."
] | [
"\"\"\"\n List of all vpn site links.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
fc4b5e33a1f37d9e31319864c4decc0aa01aaecc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20140401/get_disaster_recovery_configuration.py | [
"Apache-2.0"
] | Python | auto_failover | str | def auto_failover(self) -> str:
"""
Whether or not failover can be done automatically.
"""
return pulumi.get(self, "auto_failover") |
Whether or not failover can be done automatically.
| Whether or not failover can be done automatically. | [
"Whether",
"or",
"not",
"failover",
"can",
"be",
"done",
"automatically",
"."
] | def auto_failover(self) -> str:
return pulumi.get(self, "auto_failover") | [
"def",
"auto_failover",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"auto_failover\"",
")"
] | Whether or not failover can be done automatically. | [
"Whether",
"or",
"not",
"failover",
"can",
"be",
"done",
"automatically",
"."
] | [
"\"\"\"\n Whether or not failover can be done automatically.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
fc4b5e33a1f37d9e31319864c4decc0aa01aaecc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20140401/get_disaster_recovery_configuration.py | [
"Apache-2.0"
] | Python | logical_server_name | str | def logical_server_name(self) -> str:
"""
Logical name of the server.
"""
return pulumi.get(self, "logical_server_name") |
Logical name of the server.
| Logical name of the server. | [
"Logical",
"name",
"of",
"the",
"server",
"."
] | def logical_server_name(self) -> str:
return pulumi.get(self, "logical_server_name") | [
"def",
"logical_server_name",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"logical_server_name\"",
")"
] | Logical name of the server. | [
"Logical",
"name",
"of",
"the",
"server",
"."
] | [
"\"\"\"\n Logical name of the 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": []
} |
fc4b5e33a1f37d9e31319864c4decc0aa01aaecc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20140401/get_disaster_recovery_configuration.py | [
"Apache-2.0"
] | Python | partner_logical_server_name | str | def partner_logical_server_name(self) -> str:
"""
Logical name of the partner server.
"""
return pulumi.get(self, "partner_logical_server_name") |
Logical name of the partner server.
| Logical name of the partner server. | [
"Logical",
"name",
"of",
"the",
"partner",
"server",
"."
] | def partner_logical_server_name(self) -> str:
return pulumi.get(self, "partner_logical_server_name") | [
"def",
"partner_logical_server_name",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_logical_server_name\"",
")"
] | Logical name of the partner server. | [
"Logical",
"name",
"of",
"the",
"partner",
"server",
"."
] | [
"\"\"\"\n Logical name of the partner 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": []
} |
fc4b5e33a1f37d9e31319864c4decc0aa01aaecc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20140401/get_disaster_recovery_configuration.py | [
"Apache-2.0"
] | Python | partner_server_id | str | def partner_server_id(self) -> str:
"""
Id of the partner server.
"""
return pulumi.get(self, "partner_server_id") |
Id of the partner server.
| Id of the partner server. | [
"Id",
"of",
"the",
"partner",
"server",
"."
] | def partner_server_id(self) -> str:
return pulumi.get(self, "partner_server_id") | [
"def",
"partner_server_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_server_id\"",
")"
] | Id of the partner server. | [
"Id",
"of",
"the",
"partner",
"server",
"."
] | [
"\"\"\"\n Id of the partner 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": []
} |
fc56459764b068923e266b75fbf097724bec68db | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/cloud_connector.py | [
"Apache-2.0"
] | Python | days_trial_remaining | pulumi.Output[int] | def days_trial_remaining(self) -> pulumi.Output[int]:
"""
Number of days remaining of trial
"""
return pulumi.get(self, "days_trial_remaining") |
Number of days remaining of trial
| Number of days remaining of trial | [
"Number",
"of",
"days",
"remaining",
"of",
"trial"
] | def days_trial_remaining(self) -> pulumi.Output[int]:
return pulumi.get(self, "days_trial_remaining") | [
"def",
"days_trial_remaining",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"days_trial_remaining\"",
")"
] | Number of days remaining of trial | [
"Number",
"of",
"days",
"remaining",
"of",
"trial"
] | [
"\"\"\"\n Number of days remaining of trial\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
fc56459764b068923e266b75fbf097724bec68db | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/cloud_connector.py | [
"Apache-2.0"
] | Python | provider_billing_account_display_name | pulumi.Output[str] | def provider_billing_account_display_name(self) -> pulumi.Output[str]:
"""
The display name of the providerBillingAccountId as defined on the external provider
"""
return pulumi.get(self, "provider_billing_account_display_name") |
The display name of the providerBillingAccountId as defined on the external provider
| The display name of the providerBillingAccountId as defined on the external provider | [
"The",
"display",
"name",
"of",
"the",
"providerBillingAccountId",
"as",
"defined",
"on",
"the",
"external",
"provider"
] | def provider_billing_account_display_name(self) -> pulumi.Output[str]:
return pulumi.get(self, "provider_billing_account_display_name") | [
"def",
"provider_billing_account_display_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"provider_billing_account_display_name\"",
")"
] | The display name of the providerBillingAccountId as defined on the external provider | [
"The",
"display",
"name",
"of",
"the",
"providerBillingAccountId",
"as",
"defined",
"on",
"the",
"external",
"provider"
] | [
"\"\"\"\n The display name of the providerBillingAccountId as defined on the external 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": []
} |
fc56459764b068923e266b75fbf097724bec68db | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/cloud_connector.py | [
"Apache-2.0"
] | Python | report_id | pulumi.Output[Optional[str]] | def report_id(self) -> pulumi.Output[Optional[str]]:
"""
Identifying source report. (For AWS this is a CUR report name, defined with Daily and with Resources)
"""
return pulumi.get(self, "report_id") |
Identifying source report. (For AWS this is a CUR report name, defined with Daily and with Resources)
| Identifying source report. (For AWS this is a CUR report name, defined with Daily and with Resources) | [
"Identifying",
"source",
"report",
".",
"(",
"For",
"AWS",
"this",
"is",
"a",
"CUR",
"report",
"name",
"defined",
"with",
"Daily",
"and",
"with",
"Resources",
")"
] | def report_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "report_id") | [
"def",
"report_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"report_id\"",
")"
] | Identifying source report. | [
"Identifying",
"source",
"report",
"."
] | [
"\"\"\"\n Identifying source report. (For AWS this is a CUR report name, defined with Daily and with 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": []
} |
d621411569742b384beffd66a8c20bf2c40d327f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20200301/batch_account.py | [
"Apache-2.0"
] | Python | dedicated_core_quota | pulumi.Output[int] | def dedicated_core_quota(self) -> pulumi.Output[int]:
"""
For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.
"""
return pulumi.get(self, "dedicated_core_quota") |
For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.
| For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned. | [
"For",
"accounts",
"with",
"PoolAllocationMode",
"set",
"to",
"UserSubscription",
"quota",
"is",
"managed",
"on",
"the",
"subscription",
"so",
"this",
"value",
"is",
"not",
"returned",
"."
] | def dedicated_core_quota(self) -> pulumi.Output[int]:
return pulumi.get(self, "dedicated_core_quota") | [
"def",
"dedicated_core_quota",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dedicated_core_quota\"",
")"
] | For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned. | [
"For",
"accounts",
"with",
"PoolAllocationMode",
"set",
"to",
"UserSubscription",
"quota",
"is",
"managed",
"on",
"the",
"subscription",
"so",
"this",
"value",
"is",
"not",
"returned",
"."
] | [
"\"\"\"\n For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d621411569742b384beffd66a8c20bf2c40d327f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20200301/batch_account.py | [
"Apache-2.0"
] | Python | dedicated_core_quota_per_vm_family | pulumi.Output[Sequence['outputs.VirtualMachineFamilyCoreQuotaResponse']] | def dedicated_core_quota_per_vm_family(self) -> pulumi.Output[Sequence['outputs.VirtualMachineFamilyCoreQuotaResponse']]:
"""
A list of the dedicated core quota per Virtual Machine family for the Batch account. For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscri... |
A list of the dedicated core quota per Virtual Machine family for the Batch account. For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.
| A list of the dedicated core quota per Virtual Machine family for the Batch account. For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned. | [
"A",
"list",
"of",
"the",
"dedicated",
"core",
"quota",
"per",
"Virtual",
"Machine",
"family",
"for",
"the",
"Batch",
"account",
".",
"For",
"accounts",
"with",
"PoolAllocationMode",
"set",
"to",
"UserSubscription",
"quota",
"is",
"managed",
"on",
"the",
"subs... | def dedicated_core_quota_per_vm_family(self) -> pulumi.Output[Sequence['outputs.VirtualMachineFamilyCoreQuotaResponse']]:
return pulumi.get(self, "dedicated_core_quota_per_vm_family") | [
"def",
"dedicated_core_quota_per_vm_family",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.VirtualMachineFamilyCoreQuotaResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dedicated_core_quota_per_vm_family\... | A list of the dedicated core quota per Virtual Machine family for the Batch account. | [
"A",
"list",
"of",
"the",
"dedicated",
"core",
"quota",
"per",
"Virtual",
"Machine",
"family",
"for",
"the",
"Batch",
"account",
"."
] | [
"\"\"\"\n A list of the dedicated core quota per Virtual Machine family for the Batch account. For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d621411569742b384beffd66a8c20bf2c40d327f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20200301/batch_account.py | [
"Apache-2.0"
] | Python | dedicated_core_quota_per_vm_family_enforced | pulumi.Output[bool] | def dedicated_core_quota_per_vm_family_enforced(self) -> pulumi.Output[bool]:
"""
Batch is transitioning its core quota system for dedicated cores to be enforced per Virtual Machine family. During this transitional phase, the dedicated core quota per Virtual Machine family may not yet be enforced. If th... |
Batch is transitioning its core quota system for dedicated cores to be enforced per Virtual Machine family. During this transitional phase, the dedicated core quota per Virtual Machine family may not yet be enforced. If this flag is false, dedicated core quota is enforced via the old dedicatedCoreQuota propert... | Batch is transitioning its core quota system for dedicated cores to be enforced per Virtual Machine family. During this transitional phase, the dedicated core quota per Virtual Machine family may not yet be enforced. If this flag is false, dedicated core quota is enforced via the old dedicatedCoreQuota property on the ... | [
"Batch",
"is",
"transitioning",
"its",
"core",
"quota",
"system",
"for",
"dedicated",
"cores",
"to",
"be",
"enforced",
"per",
"Virtual",
"Machine",
"family",
".",
"During",
"this",
"transitional",
"phase",
"the",
"dedicated",
"core",
"quota",
"per",
"Virtual",
... | def dedicated_core_quota_per_vm_family_enforced(self) -> pulumi.Output[bool]:
return pulumi.get(self, "dedicated_core_quota_per_vm_family_enforced") | [
"def",
"dedicated_core_quota_per_vm_family_enforced",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dedicated_core_quota_per_vm_family_enforced\"",
")"
] | Batch is transitioning its core quota system for dedicated cores to be enforced per Virtual Machine family. | [
"Batch",
"is",
"transitioning",
"its",
"core",
"quota",
"system",
"for",
"dedicated",
"cores",
"to",
"be",
"enforced",
"per",
"Virtual",
"Machine",
"family",
"."
] | [
"\"\"\"\n Batch is transitioning its core quota system for dedicated cores to be enforced per Virtual Machine family. During this transitional phase, the dedicated core quota per Virtual Machine family may not yet be enforced. If this flag is false, dedicated core quota is enforced via the old dedicatedCoreQ... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d621411569742b384beffd66a8c20bf2c40d327f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20200301/batch_account.py | [
"Apache-2.0"
] | Python | low_priority_core_quota | pulumi.Output[int] | def low_priority_core_quota(self) -> pulumi.Output[int]:
"""
For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.
"""
return pulumi.get(self, "low_priority_core_quota") |
For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.
| For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned. | [
"For",
"accounts",
"with",
"PoolAllocationMode",
"set",
"to",
"UserSubscription",
"quota",
"is",
"managed",
"on",
"the",
"subscription",
"so",
"this",
"value",
"is",
"not",
"returned",
"."
] | def low_priority_core_quota(self) -> pulumi.Output[int]:
return pulumi.get(self, "low_priority_core_quota") | [
"def",
"low_priority_core_quota",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"low_priority_core_quota\"",
")"
] | For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned. | [
"For",
"accounts",
"with",
"PoolAllocationMode",
"set",
"to",
"UserSubscription",
"quota",
"is",
"managed",
"on",
"the",
"subscription",
"so",
"this",
"value",
"is",
"not",
"returned",
"."
] | [
"\"\"\"\n For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d621411569742b384beffd66a8c20bf2c40d327f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20200301/batch_account.py | [
"Apache-2.0"
] | Python | public_network_access | pulumi.Output[str] | def public_network_access(self) -> pulumi.Output[str]:
"""
If not specified, the default value is 'enabled'.
"""
return pulumi.get(self, "public_network_access") |
If not specified, the default value is 'enabled'.
| If not specified, the default value is 'enabled'. | [
"If",
"not",
"specified",
"the",
"default",
"value",
"is",
"'",
"enabled",
"'",
"."
] | def public_network_access(self) -> pulumi.Output[str]:
return pulumi.get(self, "public_network_access") | [
"def",
"public_network_access",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"public_network_access\"",
")"
] | If not specified, the default value is 'enabled'. | [
"If",
"not",
"specified",
"the",
"default",
"value",
"is",
"'",
"enabled",
"'",
"."
] | [
"\"\"\"\n If not specified, the default value is 'enabled'.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1b9e77054e1214efd23a5d0fdca71688e8143104 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20170402/get_endpoint.py | [
"Apache-2.0"
] | Python | content_types_to_compress | Optional[Sequence[str]] | def content_types_to_compress(self) -> Optional[Sequence[str]]:
"""
List of content types on which compression applies. The value should be a valid MIME type.
"""
return pulumi.get(self, "content_types_to_compress") |
List of content types on which compression applies. The value should be a valid MIME type.
| List of content types on which compression applies. The value should be a valid MIME type. | [
"List",
"of",
"content",
"types",
"on",
"which",
"compression",
"applies",
".",
"The",
"value",
"should",
"be",
"a",
"valid",
"MIME",
"type",
"."
] | def content_types_to_compress(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "content_types_to_compress") | [
"def",
"content_types_to_compress",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"content_types_to_compress\"",
")"
] | List of content types on which compression applies. | [
"List",
"of",
"content",
"types",
"on",
"which",
"compression",
"applies",
"."
] | [
"\"\"\"\n List of content types on which compression applies. The value should be a valid MIME type.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1b9e77054e1214efd23a5d0fdca71688e8143104 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20170402/get_endpoint.py | [
"Apache-2.0"
] | Python | geo_filters | Optional[Sequence['outputs.GeoFilterResponse']] | def geo_filters(self) -> Optional[Sequence['outputs.GeoFilterResponse']]:
"""
List of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an access rule to a specified path or content, e.g. block APAC for path /pictures/
"""
return pulumi.get(self, "geo_fi... |
List of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an access rule to a specified path or content, e.g. block APAC for path /pictures/
| List of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an access rule to a specified path or content, e.g. block APAC for path /pictures | [
"List",
"of",
"rules",
"defining",
"the",
"user",
"'",
"s",
"geo",
"access",
"within",
"a",
"CDN",
"endpoint",
".",
"Each",
"geo",
"filter",
"defines",
"an",
"access",
"rule",
"to",
"a",
"specified",
"path",
"or",
"content",
"e",
".",
"g",
".",
"block"... | def geo_filters(self) -> Optional[Sequence['outputs.GeoFilterResponse']]:
return pulumi.get(self, "geo_filters") | [
"def",
"geo_filters",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.GeoFilterResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"geo_filters\"",
")"
] | List of rules defining the user's geo access within a CDN endpoint. | [
"List",
"of",
"rules",
"defining",
"the",
"user",
"'",
"s",
"geo",
"access",
"within",
"a",
"CDN",
"endpoint",
"."
] | [
"\"\"\"\n List of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an access rule to a specified path or content, e.g. block APAC for path /pictures/\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1b9e77054e1214efd23a5d0fdca71688e8143104 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20170402/get_endpoint.py | [
"Apache-2.0"
] | Python | is_compression_enabled | Optional[bool] | def is_compression_enabled(self) -> Optional[bool]:
"""
Indicates whether content compression is enabled on CDN. Default value is false. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on CDN when requested content is... |
Indicates whether content compression is enabled on CDN. Default value is false. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on CDN when requested content is smaller than 1 byte or larger than 1 MB.
| Indicates whether content compression is enabled on CDN. Default value is false. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on CDN when requested content is smaller than 1 byte or larger than 1 MB. | [
"Indicates",
"whether",
"content",
"compression",
"is",
"enabled",
"on",
"CDN",
".",
"Default",
"value",
"is",
"false",
".",
"If",
"compression",
"is",
"enabled",
"content",
"will",
"be",
"served",
"as",
"compressed",
"if",
"user",
"requests",
"for",
"a",
"c... | def is_compression_enabled(self) -> Optional[bool]:
return pulumi.get(self, "is_compression_enabled") | [
"def",
"is_compression_enabled",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_compression_enabled\"",
")"
] | Indicates whether content compression is enabled on CDN. | [
"Indicates",
"whether",
"content",
"compression",
"is",
"enabled",
"on",
"CDN",
"."
] | [
"\"\"\"\n Indicates whether content compression is enabled on CDN. Default value is false. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on CDN when requested content is smaller than 1 byte or larger than 1 MB.\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.