body
stringlengths
26
98.2k
body_hash
int64
-9,222,864,604,528,158,000
9,221,803,474B
docstring
stringlengths
1
16.8k
path
stringlengths
5
230
name
stringlengths
1
96
repository_name
stringlengths
7
89
lang
stringclasses
1 value
body_without_docstring
stringlengths
20
98.2k
@property @pulumi.getter def subnetworks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PacketMirroringMirroredResourceInfoSubnetInfoArgs']]]]: '\n A set of subnetworks for which traffic from/to all VM instances will be mirrored. They must live in the same region as this packetMirroring. You may speci...
7,535,200,566,328,114,000
A set of subnetworks for which traffic from/to all VM instances will be mirrored. They must live in the same region as this packetMirroring. You may specify a maximum of 5 subnetworks.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
subnetworks
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def subnetworks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PacketMirroringMirroredResourceInfoSubnetInfoArgs']]]]: '\n \n ' return pulumi.get(self, 'subnetworks')
@property @pulumi.getter def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: '\n A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.\n ' return pulumi.get(self, 'tags')
9,075,452,870,047,458,000
A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
tags
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: '\n \n ' return pulumi.get(self, 'tags')
def __init__(__self__, *, url: Optional[pulumi.Input[str]]=None): '\n :param pulumi.Input[str] url: URL of the network resource.\n ' if (url is not None): pulumi.set(__self__, 'url', url)
259,990,094,697,108,930
:param pulumi.Input[str] url: URL of the network resource.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, url: Optional[pulumi.Input[str]]=None): '\n \n ' if (url is not None): pulumi.set(__self__, 'url', url)
@property @pulumi.getter def url(self) -> Optional[pulumi.Input[str]]: '\n URL of the network resource.\n ' return pulumi.get(self, 'url')
-3,264,556,901,214,713,000
URL of the network resource.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
url
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def url(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'url')
def __init__(__self__, *, default_route_action: Optional[pulumi.Input['HttpRouteActionArgs']]=None, default_service: Optional[pulumi.Input[str]]=None, default_url_redirect: Optional[pulumi.Input['HttpRedirectActionArgs']]=None, description: Optional[pulumi.Input[str]]=None, header_action: Optional[pulumi.Input['HttpHea...
-5,481,411,429,223,700,000
A matcher for the path portion of the URL. The BackendService from the longest-matched rule will serve the URL. If no rule was matched, the default service is used. :param pulumi.Input['HttpRouteActionArgs'] default_route_action: defaultRouteAction takes effect when none of the pathRules or routeRules match. The load b...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, default_route_action: Optional[pulumi.Input['HttpRouteActionArgs']]=None, default_service: Optional[pulumi.Input[str]]=None, default_url_redirect: Optional[pulumi.Input['HttpRedirectActionArgs']]=None, description: Optional[pulumi.Input[str]]=None, header_action: Optional[pulumi.Input['HttpHea...
@property @pulumi.getter(name='defaultRouteAction') def default_route_action(self) -> Optional[pulumi.Input['HttpRouteActionArgs']]: "\n defaultRouteAction takes effect when none of the pathRules or routeRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transfo...
-8,011,709,388,694,532,000
defaultRouteAction takes effect when none of the pathRules or routeRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If defaultRouteAction specifies any weightedBackendServices, defaultService must no...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
default_route_action
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='defaultRouteAction') def default_route_action(self) -> Optional[pulumi.Input['HttpRouteActionArgs']]: "\n \n " return pulumi.get(self, 'default_route_action')
@property @pulumi.getter(name='defaultService') def default_service(self) -> Optional[pulumi.Input[str]]: '\n The full or partial URL to the BackendService resource. This URL is used if none of the pathRules or routeRules defined by this PathMatcher are matched. For example, the following are all valid URLs ...
-8,410,646,548,469,699,000
The full or partial URL to the BackendService resource. This URL is used if none of the pathRules or routeRules defined by this PathMatcher are matched. For example, the following are all valid URLs to a BackendService resource: - https://www.googleapis.com/compute/v1/projects/project /global/backendServices/backendSer...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
default_service
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='defaultService') def default_service(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'default_service')
@property @pulumi.getter(name='defaultUrlRedirect') def default_url_redirect(self) -> Optional[pulumi.Input['HttpRedirectActionArgs']]: '\n When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, default...
2,973,995,835,114,085,000
When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or defaultRouteAction must not be set. Not supported when the URL map is bound to a target gRPC proxy.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
default_url_redirect
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='defaultUrlRedirect') def default_url_redirect(self) -> Optional[pulumi.Input['HttpRedirectActionArgs']]: '\n \n ' return pulumi.get(self, 'default_url_redirect')
@property @pulumi.getter def description(self) -> Optional[pulumi.Input[str]]: '\n An optional description of this resource. Provide this property when you create the resource.\n ' return pulumi.get(self, 'description')
-2,529,796,803,738,034,700
An optional description of this resource. Provide this property when you create the resource.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
description
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def description(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'description')
@property @pulumi.getter(name='headerAction') def header_action(self) -> Optional[pulumi.Input['HttpHeaderActionArgs']]: '\n Specifies changes to request and response headers that need to take effect for the selected backend service. HeaderAction specified here are applied after the matching HttpRouteRule He...
2,633,200,438,656,530,000
Specifies changes to request and response headers that need to take effect for the selected backend service. HeaderAction specified here are applied after the matching HttpRouteRule HeaderAction and before the HeaderAction in the UrlMap HeaderAction is not supported for load balancers that have their loadBalancingSchem...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
header_action
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='headerAction') def header_action(self) -> Optional[pulumi.Input['HttpHeaderActionArgs']]: '\n \n ' return pulumi.get(self, 'header_action')
@property @pulumi.getter def name(self) -> Optional[pulumi.Input[str]]: '\n The name to which this PathMatcher is referred by the HostRule.\n ' return pulumi.get(self, 'name')
-4,132,665,922,739,848,700
The name to which this PathMatcher is referred by the HostRule.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
name
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def name(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'name')
@property @pulumi.getter(name='pathRules') def path_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PathRuleArgs']]]]: "\n The list of path rules. Use this list instead of routeRules when routing based on simple path matching is all that's required. The order by which path rules are specified doe...
2,318,118,568,054,919,000
The list of path rules. Use this list instead of routeRules when routing based on simple path matching is all that's required. The order by which path rules are specified does not matter. Matches are always done on the longest-path-first basis. For example: a pathRule with a path /a/b/c/* will match before /a/b/* irres...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
path_rules
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='pathRules') def path_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PathRuleArgs']]]]: "\n \n " return pulumi.get(self, 'path_rules')
@property @pulumi.getter(name='routeRules') def route_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['HttpRouteRuleArgs']]]]: '\n The list of HTTP route rules. Use this list instead of pathRules when advanced route matching and routing actions are desired. routeRules are evaluated in order of pri...
8,564,437,948,885,047,000
The list of HTTP route rules. Use this list instead of pathRules when advanced route matching and routing actions are desired. routeRules are evaluated in order of priority, from the lowest to highest number. Within a given pathMatcher, you can set only one of pathRules or routeRules.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
route_rules
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='routeRules') def route_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['HttpRouteRuleArgs']]]]: '\n \n ' return pulumi.get(self, 'route_rules')
def __init__(__self__, *, paths: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]=None, route_action: Optional[pulumi.Input['HttpRouteActionArgs']]=None, service: Optional[pulumi.Input[str]]=None, url_redirect: Optional[pulumi.Input['HttpRedirectActionArgs']]=None): "\n A path-matching rule for a URL. If ...
-7,357,492,282,857,800,000
A path-matching rule for a URL. If matched, will use the specified BackendService to handle the traffic arriving at this URL. :param pulumi.Input[Sequence[pulumi.Input[str]]] paths: The list of path patterns to match. Each must start with / and the only place a * is allowed is at the end following a /. The string fed t...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, paths: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]=None, route_action: Optional[pulumi.Input['HttpRouteActionArgs']]=None, service: Optional[pulumi.Input[str]]=None, url_redirect: Optional[pulumi.Input['HttpRedirectActionArgs']]=None): "\n A path-matching rule for a URL. If ...
@property @pulumi.getter def paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: '\n The list of path patterns to match. Each must start with / and the only place a * is allowed is at the end following a /. The string fed to the path matcher does not include any text after the first ? or #, a...
-3,848,190,956,508,863,000
The list of path patterns to match. Each must start with / and the only place a * is allowed is at the end following a /. The string fed to the path matcher does not include any text after the first ? or #, and those chars are not allowed here.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
paths
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: '\n \n ' return pulumi.get(self, 'paths')
@property @pulumi.getter(name='routeAction') def route_action(self) -> Optional[pulumi.Input['HttpRouteActionArgs']]: "\n In response to a matching path, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend...
-5,565,000,132,124,362,000
In response to a matching path, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If routeAction specifies any weightedBackendServices, service must not be set. Conversely if service is set, routeAction cannot con...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
route_action
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='routeAction') def route_action(self) -> Optional[pulumi.Input['HttpRouteActionArgs']]: "\n \n " return pulumi.get(self, 'route_action')
@property @pulumi.getter def service(self) -> Optional[pulumi.Input[str]]: '\n The full or partial URL of the backend service resource to which traffic is directed if this rule is matched. If routeAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request...
-8,733,953,473,194,723,000
The full or partial URL of the backend service resource to which traffic is directed if this rule is matched. If routeAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if service is specified, routeAction cannot contain any weighted...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
service
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def service(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'service')
@property @pulumi.getter(name='urlRedirect') def url_redirect(self) -> Optional[pulumi.Input['HttpRedirectActionArgs']]: '\n When a path pattern is matched, the request is redirected to a URL specified by urlRedirect. If urlRedirect is specified, service or routeAction must not be set. Not supported when the...
-7,580,754,811,774,413,000
When a path pattern is matched, the request is redirected to a URL specified by urlRedirect. If urlRedirect is specified, service or routeAction must not be set. Not supported when the URL map is bound to a target gRPC proxy.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
url_redirect
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='urlRedirect') def url_redirect(self) -> Optional[pulumi.Input['HttpRedirectActionArgs']]: '\n \n ' return pulumi.get(self, 'url_redirect')
def __init__(__self__, *, delegatee_project: Optional[pulumi.Input[str]]=None, description: Optional[pulumi.Input[str]]=None, ip_cidr_range: Optional[pulumi.Input[str]]=None, is_address: Optional[pulumi.Input[bool]]=None, name: Optional[pulumi.Input[str]]=None): '\n Represents a sub PublicDelegatedPrefix.\n ...
1,593,508,500,639,300,000
Represents a sub PublicDelegatedPrefix. :param pulumi.Input[str] delegatee_project: Name of the project scoping this PublicDelegatedSubPrefix. :param pulumi.Input[str] description: An optional description of this resource. Provide this property when you create the resource. :param pulumi.Input[str] ip_cidr_range: The I...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, delegatee_project: Optional[pulumi.Input[str]]=None, description: Optional[pulumi.Input[str]]=None, ip_cidr_range: Optional[pulumi.Input[str]]=None, is_address: Optional[pulumi.Input[bool]]=None, name: Optional[pulumi.Input[str]]=None): '\n Represents a sub PublicDelegatedPrefix.\n ...
@property @pulumi.getter(name='delegateeProject') def delegatee_project(self) -> Optional[pulumi.Input[str]]: '\n Name of the project scoping this PublicDelegatedSubPrefix.\n ' return pulumi.get(self, 'delegatee_project')
8,223,789,753,901,411,000
Name of the project scoping this PublicDelegatedSubPrefix.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
delegatee_project
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='delegateeProject') def delegatee_project(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'delegatee_project')
@property @pulumi.getter def description(self) -> Optional[pulumi.Input[str]]: '\n An optional description of this resource. Provide this property when you create the resource.\n ' return pulumi.get(self, 'description')
-2,529,796,803,738,034,700
An optional description of this resource. Provide this property when you create the resource.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
description
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def description(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'description')
@property @pulumi.getter(name='ipCidrRange') def ip_cidr_range(self) -> Optional[pulumi.Input[str]]: '\n The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.\n ' return pulumi.get(self, 'ip_cidr_range')
6,254,247,356,486,190,000
The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
ip_cidr_range
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='ipCidrRange') def ip_cidr_range(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'ip_cidr_range')
@property @pulumi.getter(name='isAddress') def is_address(self) -> Optional[pulumi.Input[bool]]: '\n Whether the sub prefix is delegated to create Address resources in the delegatee project.\n ' return pulumi.get(self, 'is_address')
4,923,419,927,539,266,000
Whether the sub prefix is delegated to create Address resources in the delegatee project.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
is_address
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='isAddress') def is_address(self) -> Optional[pulumi.Input[bool]]: '\n \n ' return pulumi.get(self, 'is_address')
@property @pulumi.getter def name(self) -> Optional[pulumi.Input[str]]: '\n The name of the sub public delegated prefix.\n ' return pulumi.get(self, 'name')
5,360,847,205,403,177,000
The name of the sub public delegated prefix.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
name
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def name(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'name')
def __init__(__self__, *, backend_service: Optional[pulumi.Input[str]]=None): "\n A policy that specifies how requests intended for the route's backends are shadowed to a separate mirrored backend service. The load balancer doesn't wait for responses from the shadow service. Before sending traffic to the sha...
-3,001,722,322,202,627,000
A policy that specifies how requests intended for the route's backends are shadowed to a separate mirrored backend service. The load balancer doesn't wait for responses from the shadow service. Before sending traffic to the shadow service, the host or authority header is suffixed with -shadow. :param pulumi.Input[str] ...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, backend_service: Optional[pulumi.Input[str]]=None): "\n A policy that specifies how requests intended for the route's backends are shadowed to a separate mirrored backend service. The load balancer doesn't wait for responses from the shadow service. Before sending traffic to the sha...
@property @pulumi.getter(name='backendService') def backend_service(self) -> Optional[pulumi.Input[str]]: '\n The full or partial URL to the BackendService resource being mirrored to.\n ' return pulumi.get(self, 'backend_service')
-2,629,545,084,263,352,300
The full or partial URL to the BackendService resource being mirrored to.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
backend_service
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='backendService') def backend_service(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'backend_service')
def __init__(__self__, *, consume_reservation_type: Optional[pulumi.Input['ReservationAffinityConsumeReservationType']]=None, key: Optional[pulumi.Input[str]]=None, values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]=None): '\n Specifies the reservations that this instance can consume from.\n ...
2,290,365,291,789,444,400
Specifies the reservations that this instance can consume from. :param pulumi.Input['ReservationAffinityConsumeReservationType'] consume_reservation_type: Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or NO_RESERVATION. See Consuming r...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, consume_reservation_type: Optional[pulumi.Input['ReservationAffinityConsumeReservationType']]=None, key: Optional[pulumi.Input[str]]=None, values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]=None): '\n Specifies the reservations that this instance can consume from.\n ...
@property @pulumi.getter(name='consumeReservationType') def consume_reservation_type(self) -> Optional[pulumi.Input['ReservationAffinityConsumeReservationType']]: '\n Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or NO_RESER...
-2,045,921,607,567,505,000
Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or NO_RESERVATION. See Consuming reserved instances for examples.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
consume_reservation_type
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='consumeReservationType') def consume_reservation_type(self) -> Optional[pulumi.Input['ReservationAffinityConsumeReservationType']]: '\n \n ' return pulumi.get(self, 'consume_reservation_type')
@property @pulumi.getter def key(self) -> Optional[pulumi.Input[str]]: '\n Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name as the key and specify the name of your reservation as its value.\n ' return pulumi.g...
-8,102,054,013,901,883,000
Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name as the key and specify the name of your reservation as its value.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
key
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def key(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'key')
@property @pulumi.getter def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: '\n Corresponds to the label values of a reservation resource. This can be either a name to a reservation in the same project or "projects/different-project/reservations/some-reservation-name" to target a shared...
398,147,132,751,910,100
Corresponds to the label values of a reservation resource. This can be either a name to a reservation in the same project or "projects/different-project/reservations/some-reservation-name" to target a shared reservation in the same zone but in a different project.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
values
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: '\n \n ' return pulumi.get(self, 'values')
def __init__(__self__, *, description: Optional[pulumi.Input[str]]=None, name: Optional[pulumi.Input[str]]=None, share_settings: Optional[pulumi.Input['ShareSettingsArgs']]=None, specific_reservation: Optional[pulumi.Input['AllocationSpecificSKUReservationArgs']]=None, specific_reservation_required: Optional[pulumi.Inp...
-2,408,206,345,261,495,300
Represents a reservation resource. A reservation ensures that capacity is held in a specific zone even if the reserved VMs are not running. For more information, read Reserving zonal resources. :param pulumi.Input[str] description: An optional description of this resource. Provide this property when you create the reso...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, description: Optional[pulumi.Input[str]]=None, name: Optional[pulumi.Input[str]]=None, share_settings: Optional[pulumi.Input['ShareSettingsArgs']]=None, specific_reservation: Optional[pulumi.Input['AllocationSpecificSKUReservationArgs']]=None, specific_reservation_required: Optional[pulumi.Inp...
@property @pulumi.getter def description(self) -> Optional[pulumi.Input[str]]: '\n An optional description of this resource. Provide this property when you create the resource.\n ' return pulumi.get(self, 'description')
-2,529,796,803,738,034,700
An optional description of this resource. Provide this property when you create the resource.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
description
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def description(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'description')
@property @pulumi.getter def name(self) -> Optional[pulumi.Input[str]]: '\n The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular...
-8,223,026,831,737,008,000
The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowe...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
name
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def name(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'name')
@property @pulumi.getter(name='shareSettings') def share_settings(self) -> Optional[pulumi.Input['ShareSettingsArgs']]: '\n Share-settings for shared-reservation\n ' return pulumi.get(self, 'share_settings')
1,304,636,897,472,273,400
Share-settings for shared-reservation
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
share_settings
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='shareSettings') def share_settings(self) -> Optional[pulumi.Input['ShareSettingsArgs']]: '\n \n ' return pulumi.get(self, 'share_settings')
@property @pulumi.getter(name='specificReservation') def specific_reservation(self) -> Optional[pulumi.Input['AllocationSpecificSKUReservationArgs']]: '\n Reservation for instances with specific machine shapes.\n ' return pulumi.get(self, 'specific_reservation')
-1,999,828,048,531,908,600
Reservation for instances with specific machine shapes.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
specific_reservation
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='specificReservation') def specific_reservation(self) -> Optional[pulumi.Input['AllocationSpecificSKUReservationArgs']]: '\n \n ' return pulumi.get(self, 'specific_reservation')
@property @pulumi.getter(name='specificReservationRequired') def specific_reservation_required(self) -> Optional[pulumi.Input[bool]]: '\n Indicates whether the reservation can be consumed by VMs with affinity for "any" reservation. If the field is set, then only VMs that target the reservation by name can co...
-4,820,667,822,228,028,000
Indicates whether the reservation can be consumed by VMs with affinity for "any" reservation. If the field is set, then only VMs that target the reservation by name can consume from this reservation.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
specific_reservation_required
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='specificReservationRequired') def specific_reservation_required(self) -> Optional[pulumi.Input[bool]]: '\n \n ' return pulumi.get(self, 'specific_reservation_required')
@property @pulumi.getter def zone(self) -> Optional[pulumi.Input[str]]: '\n Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.\n ' return pulumi.get(self, 'zone')
3,804,694,899,745,164,000
Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
zone
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def zone(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'zone')
def __init__(__self__, *, accelerator_type: Optional[pulumi.Input[str]]=None, amount: Optional[pulumi.Input[str]]=None, type: Optional[pulumi.Input['ResourceCommitmentType']]=None): "\n Commitment for a particular resource (a Commitment is composed of one or more of these).\n :param pulumi.Input[str] ...
8,525,779,018,910,727,000
Commitment for a particular resource (a Commitment is composed of one or more of these). :param pulumi.Input[str] accelerator_type: Name of the accelerator type resource. Applicable only when the type is ACCELERATOR. :param pulumi.Input[str] amount: The amount of the resource purchased (in a type-dependent unit, such a...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, accelerator_type: Optional[pulumi.Input[str]]=None, amount: Optional[pulumi.Input[str]]=None, type: Optional[pulumi.Input['ResourceCommitmentType']]=None): "\n Commitment for a particular resource (a Commitment is composed of one or more of these).\n :param pulumi.Input[str] ...
@property @pulumi.getter(name='acceleratorType') def accelerator_type(self) -> Optional[pulumi.Input[str]]: '\n Name of the accelerator type resource. Applicable only when the type is ACCELERATOR.\n ' return pulumi.get(self, 'accelerator_type')
-3,512,640,215,963,252,700
Name of the accelerator type resource. Applicable only when the type is ACCELERATOR.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
accelerator_type
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='acceleratorType') def accelerator_type(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'accelerator_type')
@property @pulumi.getter def amount(self) -> Optional[pulumi.Input[str]]: '\n The amount of the resource purchased (in a type-dependent unit, such as bytes). For vCPUs, this can just be an integer. For memory, this must be provided in MB. Memory must be a multiple of 256 MB, with up to 6.5GB of memory per ev...
-3,110,850,075,168,431,600
The amount of the resource purchased (in a type-dependent unit, such as bytes). For vCPUs, this can just be an integer. For memory, this must be provided in MB. Memory must be a multiple of 256 MB, with up to 6.5GB of memory per every vCPU.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
amount
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def amount(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'amount')
@property @pulumi.getter def type(self) -> Optional[pulumi.Input['ResourceCommitmentType']]: '\n Type of resource for which this commitment applies. Possible values are VCPU and MEMORY\n ' return pulumi.get(self, 'type')
-1,328,865,592,753,803,500
Type of resource for which this commitment applies. Possible values are VCPU and MEMORY
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
type
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def type(self) -> Optional[pulumi.Input['ResourceCommitmentType']]: '\n \n ' return pulumi.get(self, 'type')
def __init__(__self__, *, days_in_cycle: Optional[pulumi.Input[int]]=None, start_time: Optional[pulumi.Input[str]]=None): '\n Time window specified for daily operations.\n :param pulumi.Input[int] days_in_cycle: Defines a schedule with units measured in months. The value determines how many months pas...
3,458,886,494,460,184,000
Time window specified for daily operations. :param pulumi.Input[int] days_in_cycle: Defines a schedule with units measured in months. The value determines how many months pass between the start of each cycle. :param pulumi.Input[str] start_time: Start time of the window. This must be in UTC format that resolves to one ...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, days_in_cycle: Optional[pulumi.Input[int]]=None, start_time: Optional[pulumi.Input[str]]=None): '\n Time window specified for daily operations.\n :param pulumi.Input[int] days_in_cycle: Defines a schedule with units measured in months. The value determines how many months pas...
@property @pulumi.getter(name='daysInCycle') def days_in_cycle(self) -> Optional[pulumi.Input[int]]: '\n Defines a schedule with units measured in months. The value determines how many months pass between the start of each cycle.\n ' return pulumi.get(self, 'days_in_cycle')
5,022,819,588,794,896,000
Defines a schedule with units measured in months. The value determines how many months pass between the start of each cycle.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
days_in_cycle
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='daysInCycle') def days_in_cycle(self) -> Optional[pulumi.Input[int]]: '\n \n ' return pulumi.get(self, 'days_in_cycle')
@property @pulumi.getter(name='startTime') def start_time(self) -> Optional[pulumi.Input[str]]: '\n Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.\n ' return pulumi.get(self, '...
4,911,900,659,958,105,000
Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
start_time
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='startTime') def start_time(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'start_time')
def __init__(__self__, *, availability_domain_count: Optional[pulumi.Input[int]]=None, collocation: Optional[pulumi.Input['ResourcePolicyGroupPlacementPolicyCollocation']]=None, locality: Optional[pulumi.Input['ResourcePolicyGroupPlacementPolicyLocality']]=None, scope: Optional[pulumi.Input['ResourcePolicyGroupPlacemen...
9,158,207,188,048,955,000
A GroupPlacementPolicy specifies resource placement configuration. It specifies the failure bucket separation as well as network locality :param pulumi.Input[int] availability_domain_count: The number of availability domains instances will be spread across. If two instances are in different availability domain, they wi...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, availability_domain_count: Optional[pulumi.Input[int]]=None, collocation: Optional[pulumi.Input['ResourcePolicyGroupPlacementPolicyCollocation']]=None, locality: Optional[pulumi.Input['ResourcePolicyGroupPlacementPolicyLocality']]=None, scope: Optional[pulumi.Input['ResourcePolicyGroupPlacemen...
@property @pulumi.getter(name='availabilityDomainCount') def availability_domain_count(self) -> Optional[pulumi.Input[int]]: '\n The number of availability domains instances will be spread across. If two instances are in different availability domain, they will not be put in the same low latency network\n ...
-2,391,990,930,319,567,400
The number of availability domains instances will be spread across. If two instances are in different availability domain, they will not be put in the same low latency network
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
availability_domain_count
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='availabilityDomainCount') def availability_domain_count(self) -> Optional[pulumi.Input[int]]: '\n \n ' return pulumi.get(self, 'availability_domain_count')
@property @pulumi.getter def collocation(self) -> Optional[pulumi.Input['ResourcePolicyGroupPlacementPolicyCollocation']]: '\n Specifies network collocation\n ' return pulumi.get(self, 'collocation')
-6,829,862,810,639,474,000
Specifies network collocation
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
collocation
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def collocation(self) -> Optional[pulumi.Input['ResourcePolicyGroupPlacementPolicyCollocation']]: '\n \n ' return pulumi.get(self, 'collocation')
@property @pulumi.getter def locality(self) -> Optional[pulumi.Input['ResourcePolicyGroupPlacementPolicyLocality']]: '\n Specifies network locality\n ' return pulumi.get(self, 'locality')
-550,358,942,689,453,630
Specifies network locality
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
locality
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def locality(self) -> Optional[pulumi.Input['ResourcePolicyGroupPlacementPolicyLocality']]: '\n \n ' return pulumi.get(self, 'locality')
@property @pulumi.getter def scope(self) -> Optional[pulumi.Input['ResourcePolicyGroupPlacementPolicyScope']]: '\n Scope specifies the availability domain to which the VMs should be spread.\n ' return pulumi.get(self, 'scope')
-6,101,237,471,276,613,000
Scope specifies the availability domain to which the VMs should be spread.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
scope
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def scope(self) -> Optional[pulumi.Input['ResourcePolicyGroupPlacementPolicyScope']]: '\n \n ' return pulumi.get(self, 'scope')
@property @pulumi.getter def style(self) -> Optional[pulumi.Input['ResourcePolicyGroupPlacementPolicyStyle']]: '\n Specifies instances to hosts placement relationship\n ' return pulumi.get(self, 'style')
-5,955,861,381,912,614,000
Specifies instances to hosts placement relationship
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
style
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def style(self) -> Optional[pulumi.Input['ResourcePolicyGroupPlacementPolicyStyle']]: '\n \n ' return pulumi.get(self, 'style')
@property @pulumi.getter(name='vmCount') def vm_count(self) -> Optional[pulumi.Input[int]]: '\n Number of vms in this placement group\n ' return pulumi.get(self, 'vm_count')
-315,497,131,030,981,570
Number of vms in this placement group
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
vm_count
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='vmCount') def vm_count(self) -> Optional[pulumi.Input[int]]: '\n \n ' return pulumi.get(self, 'vm_count')
def __init__(__self__, *, hours_in_cycle: Optional[pulumi.Input[int]]=None, start_time: Optional[pulumi.Input[str]]=None): '\n Time window specified for hourly operations.\n :param pulumi.Input[int] hours_in_cycle: Defines a schedule with units measured in hours. The value determines how many hours pa...
-673,076,044,101,753,600
Time window specified for hourly operations. :param pulumi.Input[int] hours_in_cycle: Defines a schedule with units measured in hours. The value determines how many hours pass between the start of each cycle. :param pulumi.Input[str] start_time: Time within the window to start the operations. It must be in format "HH:M...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, hours_in_cycle: Optional[pulumi.Input[int]]=None, start_time: Optional[pulumi.Input[str]]=None): '\n Time window specified for hourly operations.\n :param pulumi.Input[int] hours_in_cycle: Defines a schedule with units measured in hours. The value determines how many hours pa...
@property @pulumi.getter(name='hoursInCycle') def hours_in_cycle(self) -> Optional[pulumi.Input[int]]: '\n Defines a schedule with units measured in hours. The value determines how many hours pass between the start of each cycle.\n ' return pulumi.get(self, 'hours_in_cycle')
-6,543,282,058,398,759,000
Defines a schedule with units measured in hours. The value determines how many hours pass between the start of each cycle.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
hours_in_cycle
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='hoursInCycle') def hours_in_cycle(self) -> Optional[pulumi.Input[int]]: '\n \n ' return pulumi.get(self, 'hours_in_cycle')
@property @pulumi.getter(name='startTime') def start_time(self) -> Optional[pulumi.Input[str]]: '\n Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.\n ' return pulumi.get(self, 'start_time')
7,861,272,870,445,667,000
Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
start_time
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='startTime') def start_time(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'start_time')
def __init__(__self__, *, schedule: Optional[pulumi.Input[str]]=None): '\n Schedule for an instance operation.\n :param pulumi.Input[str] schedule: Specifies the frequency for the operation, using the unix-cron format.\n ' if (schedule is not None): pulumi.set(__self__, 'schedule', ...
3,401,659,317,470,576,600
Schedule for an instance operation. :param pulumi.Input[str] schedule: Specifies the frequency for the operation, using the unix-cron format.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, schedule: Optional[pulumi.Input[str]]=None): '\n Schedule for an instance operation.\n :param pulumi.Input[str] schedule: Specifies the frequency for the operation, using the unix-cron format.\n ' if (schedule is not None): pulumi.set(__self__, 'schedule', ...
@property @pulumi.getter def schedule(self) -> Optional[pulumi.Input[str]]: '\n Specifies the frequency for the operation, using the unix-cron format.\n ' return pulumi.get(self, 'schedule')
-2,215,722,925,353,097,200
Specifies the frequency for the operation, using the unix-cron format.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
schedule
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def schedule(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'schedule')
def __init__(__self__, *, expiration_time: Optional[pulumi.Input[str]]=None, start_time: Optional[pulumi.Input[str]]=None, time_zone: Optional[pulumi.Input[str]]=None, vm_start_schedule: Optional[pulumi.Input['ResourcePolicyInstanceSchedulePolicyScheduleArgs']]=None, vm_stop_schedule: Optional[pulumi.Input['ResourcePol...
-1,182,840,799,089,614,000
An InstanceSchedulePolicy specifies when and how frequent certain operations are performed on the instance. :param pulumi.Input[str] expiration_time: The expiration time of the schedule. The timestamp is an RFC3339 string. :param pulumi.Input[str] start_time: The start time of the schedule. The timestamp is an RFC3339 ...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, expiration_time: Optional[pulumi.Input[str]]=None, start_time: Optional[pulumi.Input[str]]=None, time_zone: Optional[pulumi.Input[str]]=None, vm_start_schedule: Optional[pulumi.Input['ResourcePolicyInstanceSchedulePolicyScheduleArgs']]=None, vm_stop_schedule: Optional[pulumi.Input['ResourcePol...
@property @pulumi.getter(name='expirationTime') def expiration_time(self) -> Optional[pulumi.Input[str]]: '\n The expiration time of the schedule. The timestamp is an RFC3339 string.\n ' return pulumi.get(self, 'expiration_time')
-7,966,808,375,024,401,000
The expiration time of the schedule. The timestamp is an RFC3339 string.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
expiration_time
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='expirationTime') def expiration_time(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'expiration_time')
@property @pulumi.getter(name='startTime') def start_time(self) -> Optional[pulumi.Input[str]]: '\n The start time of the schedule. The timestamp is an RFC3339 string.\n ' return pulumi.get(self, 'start_time')
8,553,359,721,598,796,000
The start time of the schedule. The timestamp is an RFC3339 string.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
start_time
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='startTime') def start_time(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'start_time')
@property @pulumi.getter(name='timeZone') def time_zone(self) -> Optional[pulumi.Input[str]]: '\n Specifies the time zone to be used in interpreting Schedule.schedule. The value of this field must be a time zone name from the tz database: http://en.wikipedia.org/wiki/Tz_database.\n ' return pulumi...
5,255,344,123,792,245,000
Specifies the time zone to be used in interpreting Schedule.schedule. The value of this field must be a time zone name from the tz database: http://en.wikipedia.org/wiki/Tz_database.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
time_zone
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='timeZone') def time_zone(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'time_zone')
@property @pulumi.getter(name='vmStartSchedule') def vm_start_schedule(self) -> Optional[pulumi.Input['ResourcePolicyInstanceSchedulePolicyScheduleArgs']]: '\n Specifies the schedule for starting instances.\n ' return pulumi.get(self, 'vm_start_schedule')
841,154,617,625,630,500
Specifies the schedule for starting instances.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
vm_start_schedule
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='vmStartSchedule') def vm_start_schedule(self) -> Optional[pulumi.Input['ResourcePolicyInstanceSchedulePolicyScheduleArgs']]: '\n \n ' return pulumi.get(self, 'vm_start_schedule')
@property @pulumi.getter(name='vmStopSchedule') def vm_stop_schedule(self) -> Optional[pulumi.Input['ResourcePolicyInstanceSchedulePolicyScheduleArgs']]: '\n Specifies the schedule for stopping instances.\n ' return pulumi.get(self, 'vm_stop_schedule')
2,586,331,488,548,292,000
Specifies the schedule for stopping instances.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
vm_stop_schedule
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='vmStopSchedule') def vm_stop_schedule(self) -> Optional[pulumi.Input['ResourcePolicyInstanceSchedulePolicyScheduleArgs']]: '\n \n ' return pulumi.get(self, 'vm_stop_schedule')
def __init__(__self__, *, max_retention_days: Optional[pulumi.Input[int]]=None, on_policy_switch: Optional[pulumi.Input['ResourcePolicySnapshotSchedulePolicyRetentionPolicyOnPolicySwitch']]=None, on_source_disk_delete: Optional[pulumi.Input['ResourcePolicySnapshotSchedulePolicyRetentionPolicyOnSourceDiskDelete']]=None)...
1,248,936,179,059,419,100
Policy for retention of scheduled snapshots. :param pulumi.Input[int] max_retention_days: Maximum age of the snapshot that is allowed to be kept. :param pulumi.Input['ResourcePolicySnapshotSchedulePolicyRetentionPolicyOnSourceDiskDelete'] on_source_disk_delete: Specifies the behavior to apply to scheduled snapshots whe...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, max_retention_days: Optional[pulumi.Input[int]]=None, on_policy_switch: Optional[pulumi.Input['ResourcePolicySnapshotSchedulePolicyRetentionPolicyOnPolicySwitch']]=None, on_source_disk_delete: Optional[pulumi.Input['ResourcePolicySnapshotSchedulePolicyRetentionPolicyOnSourceDiskDelete']]=None)...
@property @pulumi.getter(name='maxRetentionDays') def max_retention_days(self) -> Optional[pulumi.Input[int]]: '\n Maximum age of the snapshot that is allowed to be kept.\n ' return pulumi.get(self, 'max_retention_days')
-5,246,436,653,522,873,000
Maximum age of the snapshot that is allowed to be kept.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
max_retention_days
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='maxRetentionDays') def max_retention_days(self) -> Optional[pulumi.Input[int]]: '\n \n ' return pulumi.get(self, 'max_retention_days')
@property @pulumi.getter(name='onSourceDiskDelete') def on_source_disk_delete(self) -> Optional[pulumi.Input['ResourcePolicySnapshotSchedulePolicyRetentionPolicyOnSourceDiskDelete']]: '\n Specifies the behavior to apply to scheduled snapshots when the source disk is deleted.\n ' return pulumi.get(...
-7,920,068,935,006,384,000
Specifies the behavior to apply to scheduled snapshots when the source disk is deleted.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
on_source_disk_delete
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='onSourceDiskDelete') def on_source_disk_delete(self) -> Optional[pulumi.Input['ResourcePolicySnapshotSchedulePolicyRetentionPolicyOnSourceDiskDelete']]: '\n \n ' return pulumi.get(self, 'on_source_disk_delete')
def __init__(__self__, *, daily_schedule: Optional[pulumi.Input['ResourcePolicyDailyCycleArgs']]=None, hourly_schedule: Optional[pulumi.Input['ResourcePolicyHourlyCycleArgs']]=None, weekly_schedule: Optional[pulumi.Input['ResourcePolicyWeeklyCycleArgs']]=None): '\n A schedule for disks where the schedueled o...
7,353,759,043,861,007,000
A schedule for disks where the schedueled operations are performed.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, daily_schedule: Optional[pulumi.Input['ResourcePolicyDailyCycleArgs']]=None, hourly_schedule: Optional[pulumi.Input['ResourcePolicyHourlyCycleArgs']]=None, weekly_schedule: Optional[pulumi.Input['ResourcePolicyWeeklyCycleArgs']]=None): '\n \n ' if (daily_schedule is not N...
def __init__(__self__, *, chain_name: Optional[pulumi.Input[str]]=None, guest_flush: Optional[pulumi.Input[bool]]=None, labels: Optional[pulumi.Input[Mapping[(str, pulumi.Input[str])]]]=None, storage_locations: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]=None): "\n Specified snapshot properties for s...
6,547,591,028,668,322,000
Specified snapshot properties for scheduled snapshots created by this policy. :param pulumi.Input[str] chain_name: Chain name that the snapshot is created in. :param pulumi.Input[bool] guest_flush: Indication to perform a 'guest aware' snapshot. :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels to app...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, chain_name: Optional[pulumi.Input[str]]=None, guest_flush: Optional[pulumi.Input[bool]]=None, labels: Optional[pulumi.Input[Mapping[(str, pulumi.Input[str])]]]=None, storage_locations: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]=None): "\n Specified snapshot properties for s...
@property @pulumi.getter(name='chainName') def chain_name(self) -> Optional[pulumi.Input[str]]: '\n Chain name that the snapshot is created in.\n ' return pulumi.get(self, 'chain_name')
6,658,027,543,639,101,000
Chain name that the snapshot is created in.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
chain_name
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='chainName') def chain_name(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'chain_name')
@property @pulumi.getter(name='guestFlush') def guest_flush(self) -> Optional[pulumi.Input[bool]]: "\n Indication to perform a 'guest aware' snapshot.\n " return pulumi.get(self, 'guest_flush')
-7,802,487,451,256,400,000
Indication to perform a 'guest aware' snapshot.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
guest_flush
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='guestFlush') def guest_flush(self) -> Optional[pulumi.Input[bool]]: "\n \n " return pulumi.get(self, 'guest_flush')
@property @pulumi.getter def labels(self) -> Optional[pulumi.Input[Mapping[(str, pulumi.Input[str])]]]: '\n Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.\n ' return pulumi.get(self, 'labels')
1,699,928,255,244,781,000
Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
labels
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def labels(self) -> Optional[pulumi.Input[Mapping[(str, pulumi.Input[str])]]]: '\n \n ' return pulumi.get(self, 'labels')
@property @pulumi.getter(name='storageLocations') def storage_locations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: '\n Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).\n ' return pulumi.get(self, 'storage_locations')
-7,240,271,565,562,296,000
Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
storage_locations
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='storageLocations') def storage_locations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: '\n \n ' return pulumi.get(self, 'storage_locations')
def __init__(__self__, *, retention_policy: Optional[pulumi.Input['ResourcePolicySnapshotSchedulePolicyRetentionPolicyArgs']]=None, schedule: Optional[pulumi.Input['ResourcePolicySnapshotSchedulePolicyScheduleArgs']]=None, snapshot_properties: Optional[pulumi.Input['ResourcePolicySnapshotSchedulePolicySnapshotPropertie...
8,233,120,510,528,708,000
A snapshot schedule policy specifies when and how frequently snapshots are to be created for the target disk. Also specifies how many and how long these scheduled snapshots should be retained. :param pulumi.Input['ResourcePolicySnapshotSchedulePolicyRetentionPolicyArgs'] retention_policy: Retention policy applied to sn...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, retention_policy: Optional[pulumi.Input['ResourcePolicySnapshotSchedulePolicyRetentionPolicyArgs']]=None, schedule: Optional[pulumi.Input['ResourcePolicySnapshotSchedulePolicyScheduleArgs']]=None, snapshot_properties: Optional[pulumi.Input['ResourcePolicySnapshotSchedulePolicySnapshotPropertie...
@property @pulumi.getter(name='retentionPolicy') def retention_policy(self) -> Optional[pulumi.Input['ResourcePolicySnapshotSchedulePolicyRetentionPolicyArgs']]: '\n Retention policy applied to snapshots created by this resource policy.\n ' return pulumi.get(self, 'retention_policy')
8,557,461,334,119,208,000
Retention policy applied to snapshots created by this resource policy.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
retention_policy
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='retentionPolicy') def retention_policy(self) -> Optional[pulumi.Input['ResourcePolicySnapshotSchedulePolicyRetentionPolicyArgs']]: '\n \n ' return pulumi.get(self, 'retention_policy')
@property @pulumi.getter def schedule(self) -> Optional[pulumi.Input['ResourcePolicySnapshotSchedulePolicyScheduleArgs']]: '\n A Vm Maintenance Policy specifies what kind of infrastructure maintenance we are allowed to perform on this VM and when. Schedule that is applied to disks covered by this policy.\n ...
-2,659,494,924,698,480,000
A Vm Maintenance Policy specifies what kind of infrastructure maintenance we are allowed to perform on this VM and when. Schedule that is applied to disks covered by this policy.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
schedule
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def schedule(self) -> Optional[pulumi.Input['ResourcePolicySnapshotSchedulePolicyScheduleArgs']]: '\n \n ' return pulumi.get(self, 'schedule')
@property @pulumi.getter(name='snapshotProperties') def snapshot_properties(self) -> Optional[pulumi.Input['ResourcePolicySnapshotSchedulePolicySnapshotPropertiesArgs']]: '\n Properties with which snapshots are created such as labels, encryption keys.\n ' return pulumi.get(self, 'snapshot_properti...
-8,434,500,723,582,731,000
Properties with which snapshots are created such as labels, encryption keys.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
snapshot_properties
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='snapshotProperties') def snapshot_properties(self) -> Optional[pulumi.Input['ResourcePolicySnapshotSchedulePolicySnapshotPropertiesArgs']]: '\n \n ' return pulumi.get(self, 'snapshot_properties')
def __init__(__self__, *, concurrency_limit: Optional[pulumi.Input[int]]=None): '\n A concurrency control configuration. Defines a group config that, when attached to an instance, recognizes that instance as part of a group of instances where only up the concurrency_limit of instances in that group can under...
-1,591,342,105,275,143,200
A concurrency control configuration. Defines a group config that, when attached to an instance, recognizes that instance as part of a group of instances where only up the concurrency_limit of instances in that group can undergo simultaneous maintenance. For more information: go/concurrency-control-design-doc
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, concurrency_limit: Optional[pulumi.Input[int]]=None): '\n \n ' if (concurrency_limit is not None): pulumi.set(__self__, 'concurrency_limit', concurrency_limit)
def __init__(__self__, *, daily_maintenance_window: Optional[pulumi.Input['ResourcePolicyDailyCycleArgs']]=None): '\n A maintenance window for VMs. When set, we restrict our maintenance operations to this window.\n ' if (daily_maintenance_window is not None): pulumi.set(__self__, 'daily_ma...
1,021,606,932,992,937,500
A maintenance window for VMs. When set, we restrict our maintenance operations to this window.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, daily_maintenance_window: Optional[pulumi.Input['ResourcePolicyDailyCycleArgs']]=None): '\n \n ' if (daily_maintenance_window is not None): pulumi.set(__self__, 'daily_maintenance_window', daily_maintenance_window)
def __init__(__self__, *, concurrency_control_group: Optional[pulumi.Input['ResourcePolicyVmMaintenancePolicyConcurrencyControlArgs']]=None, maintenance_window: Optional[pulumi.Input['ResourcePolicyVmMaintenancePolicyMaintenanceWindowArgs']]=None): "\n :param pulumi.Input['ResourcePolicyVmMaintenancePolicyMa...
8,790,919,034,988,611,000
:param pulumi.Input['ResourcePolicyVmMaintenancePolicyMaintenanceWindowArgs'] maintenance_window: Maintenance windows that are applied to VMs covered by this policy.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, concurrency_control_group: Optional[pulumi.Input['ResourcePolicyVmMaintenancePolicyConcurrencyControlArgs']]=None, maintenance_window: Optional[pulumi.Input['ResourcePolicyVmMaintenancePolicyMaintenanceWindowArgs']]=None): "\n \n " if (concurrency_control_group is not Non...
@property @pulumi.getter(name='maintenanceWindow') def maintenance_window(self) -> Optional[pulumi.Input['ResourcePolicyVmMaintenancePolicyMaintenanceWindowArgs']]: '\n Maintenance windows that are applied to VMs covered by this policy.\n ' return pulumi.get(self, 'maintenance_window')
-2,773,364,417,943,304,700
Maintenance windows that are applied to VMs covered by this policy.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
maintenance_window
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='maintenanceWindow') def maintenance_window(self) -> Optional[pulumi.Input['ResourcePolicyVmMaintenancePolicyMaintenanceWindowArgs']]: '\n \n ' return pulumi.get(self, 'maintenance_window')
def __init__(__self__, *, day: Optional[pulumi.Input['ResourcePolicyWeeklyCycleDayOfWeekDay']]=None, start_time: Optional[pulumi.Input[str]]=None): '\n :param pulumi.Input[\'ResourcePolicyWeeklyCycleDayOfWeekDay\'] day: Defines a schedule that runs on specific days of the week. Specify one or more days. The ...
-1,815,137,520,628,584,400
:param pulumi.Input['ResourcePolicyWeeklyCycleDayOfWeekDay'] day: Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY. :param pulumi.Input[str] start_time: Time within the window to start...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, day: Optional[pulumi.Input['ResourcePolicyWeeklyCycleDayOfWeekDay']]=None, start_time: Optional[pulumi.Input[str]]=None): '\n :param pulumi.Input[\'ResourcePolicyWeeklyCycleDayOfWeekDay\'] day: Defines a schedule that runs on specific days of the week. Specify one or more days. The ...
@property @pulumi.getter def day(self) -> Optional[pulumi.Input['ResourcePolicyWeeklyCycleDayOfWeekDay']]: '\n Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.\n ' ...
2,728,226,099,615,450,000
Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
day
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def day(self) -> Optional[pulumi.Input['ResourcePolicyWeeklyCycleDayOfWeekDay']]: '\n \n ' return pulumi.get(self, 'day')
@property @pulumi.getter(name='startTime') def start_time(self) -> Optional[pulumi.Input[str]]: '\n Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.\n ' return pulumi.get(self, 'start_time')
7,861,272,870,445,667,000
Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
start_time
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='startTime') def start_time(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'start_time')
def __init__(__self__, *, day_of_weeks: Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyWeeklyCycleDayOfWeekArgs']]]]=None): "\n Time window specified for weekly operations.\n :param pulumi.Input[Sequence[pulumi.Input['ResourcePolicyWeeklyCycleDayOfWeekArgs']]] day_of_weeks: Up to 7 interva...
3,587,315,418,223,799,000
Time window specified for weekly operations. :param pulumi.Input[Sequence[pulumi.Input['ResourcePolicyWeeklyCycleDayOfWeekArgs']]] day_of_weeks: Up to 7 intervals/windows, one for each day of the week.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, day_of_weeks: Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyWeeklyCycleDayOfWeekArgs']]]]=None): "\n Time window specified for weekly operations.\n :param pulumi.Input[Sequence[pulumi.Input['ResourcePolicyWeeklyCycleDayOfWeekArgs']]] day_of_weeks: Up to 7 interva...
@property @pulumi.getter(name='dayOfWeeks') def day_of_weeks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyWeeklyCycleDayOfWeekArgs']]]]: '\n Up to 7 intervals/windows, one for each day of the week.\n ' return pulumi.get(self, 'day_of_weeks')
-5,483,179,396,100,500,000
Up to 7 intervals/windows, one for each day of the week.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
day_of_weeks
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='dayOfWeeks') def day_of_weeks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyWeeklyCycleDayOfWeekArgs']]]]: '\n \n ' return pulumi.get(self, 'day_of_weeks')
def __init__(__self__, *, default_rollout_time: Optional[pulumi.Input[str]]=None, location_rollout_policies: Optional[pulumi.Input[Mapping[(str, pulumi.Input[str])]]]=None): '\n A rollout policy configuration.\n :param pulumi.Input[str] default_rollout_time: An optional RFC3339 timestamp on or after w...
1,696,240,388,697,521,000
A rollout policy configuration. :param pulumi.Input[str] default_rollout_time: An optional RFC3339 timestamp on or after which the update is considered rolled out to any zone that is not explicitly stated. :param pulumi.Input[Mapping[str, pulumi.Input[str]]] location_rollout_policies: Location based rollout policies to...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, default_rollout_time: Optional[pulumi.Input[str]]=None, location_rollout_policies: Optional[pulumi.Input[Mapping[(str, pulumi.Input[str])]]]=None): '\n A rollout policy configuration.\n :param pulumi.Input[str] default_rollout_time: An optional RFC3339 timestamp on or after w...
@property @pulumi.getter(name='defaultRolloutTime') def default_rollout_time(self) -> Optional[pulumi.Input[str]]: '\n An optional RFC3339 timestamp on or after which the update is considered rolled out to any zone that is not explicitly stated.\n ' return pulumi.get(self, 'default_rollout_time')
-3,738,276,151,269,020,700
An optional RFC3339 timestamp on or after which the update is considered rolled out to any zone that is not explicitly stated.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
default_rollout_time
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='defaultRolloutTime') def default_rollout_time(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'default_rollout_time')
@property @pulumi.getter(name='locationRolloutPolicies') def location_rollout_policies(self) -> Optional[pulumi.Input[Mapping[(str, pulumi.Input[str])]]]: '\n Location based rollout policies to apply to the resource. Currently only zone names are supported and must be represented as valid URLs, like: zones/u...
-1,602,846,586,719,334,700
Location based rollout policies to apply to the resource. Currently only zone names are supported and must be represented as valid URLs, like: zones/us-central1-a. The value expects an RFC3339 timestamp on or after which the update is considered rolled out to the specified location.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
location_rollout_policies
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='locationRolloutPolicies') def location_rollout_policies(self) -> Optional[pulumi.Input[Mapping[(str, pulumi.Input[str])]]]: '\n \n ' return pulumi.get(self, 'location_rollout_policies')
def __init__(__self__, *, description: Optional[pulumi.Input[str]]=None, range: Optional[pulumi.Input[str]]=None): '\n Description-tagged IP ranges for the router to advertise.\n :param pulumi.Input[str] description: User-specified description for the IP range.\n :param pulumi.Input[str] range:...
3,390,463,668,932,165,000
Description-tagged IP ranges for the router to advertise. :param pulumi.Input[str] description: User-specified description for the IP range. :param pulumi.Input[str] range: The IP range to advertise. The value must be a CIDR-formatted string.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, description: Optional[pulumi.Input[str]]=None, range: Optional[pulumi.Input[str]]=None): '\n Description-tagged IP ranges for the router to advertise.\n :param pulumi.Input[str] description: User-specified description for the IP range.\n :param pulumi.Input[str] range:...
@property @pulumi.getter def description(self) -> Optional[pulumi.Input[str]]: '\n User-specified description for the IP range.\n ' return pulumi.get(self, 'description')
8,658,438,163,617,821,000
User-specified description for the IP range.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
description
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def description(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'description')
@property @pulumi.getter def range(self) -> Optional[pulumi.Input[str]]: '\n The IP range to advertise. The value must be a CIDR-formatted string.\n ' return pulumi.get(self, 'range')
7,344,073,354,344,594,000
The IP range to advertise. The value must be a CIDR-formatted string.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
range
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def range(self) -> Optional[pulumi.Input[str]]: '\n \n ' return pulumi.get(self, 'range')
def __init__(__self__, *, min_receive_interval: Optional[pulumi.Input[int]]=None, min_transmit_interval: Optional[pulumi.Input[int]]=None, mode: Optional[pulumi.Input['RouterBgpPeerBfdMode']]=None, multiplier: Optional[pulumi.Input[int]]=None, packet_mode: Optional[pulumi.Input['RouterBgpPeerBfdPacketMode']]=None, sess...
3,014,410,603,443,730,400
:param pulumi.Input[int] min_receive_interval: The minimum interval, in milliseconds, between BFD control packets received from the peer router. The actual value is negotiated between the two routers and is equal to the greater of this value and the transmit interval of the other router. If set, this value must be betw...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, min_receive_interval: Optional[pulumi.Input[int]]=None, min_transmit_interval: Optional[pulumi.Input[int]]=None, mode: Optional[pulumi.Input['RouterBgpPeerBfdMode']]=None, multiplier: Optional[pulumi.Input[int]]=None, packet_mode: Optional[pulumi.Input['RouterBgpPeerBfdPacketMode']]=None, sess...
@property @pulumi.getter(name='minReceiveInterval') def min_receive_interval(self) -> Optional[pulumi.Input[int]]: '\n The minimum interval, in milliseconds, between BFD control packets received from the peer router. The actual value is negotiated between the two routers and is equal to the greater of this v...
4,642,531,756,574,002,000
The minimum interval, in milliseconds, between BFD control packets received from the peer router. The actual value is negotiated between the two routers and is equal to the greater of this value and the transmit interval of the other router. If set, this value must be between 1000 and 30000. The default is 1000.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
min_receive_interval
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='minReceiveInterval') def min_receive_interval(self) -> Optional[pulumi.Input[int]]: '\n \n ' return pulumi.get(self, 'min_receive_interval')
@property @pulumi.getter(name='minTransmitInterval') def min_transmit_interval(self) -> Optional[pulumi.Input[int]]: '\n The minimum interval, in milliseconds, between BFD control packets transmitted to the peer router. The actual value is negotiated between the two routers and is equal to the greater of thi...
-7,949,935,516,242,579,000
The minimum interval, in milliseconds, between BFD control packets transmitted to the peer router. The actual value is negotiated between the two routers and is equal to the greater of this value and the corresponding receive interval of the other router. If set, this value must be between 1000 and 30000. The default i...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
min_transmit_interval
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='minTransmitInterval') def min_transmit_interval(self) -> Optional[pulumi.Input[int]]: '\n \n ' return pulumi.get(self, 'min_transmit_interval')
@property @pulumi.getter def mode(self) -> Optional[pulumi.Input['RouterBgpPeerBfdMode']]: '\n The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initia...
-6,131,805,418,633,181,000
The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The default i...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
mode
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def mode(self) -> Optional[pulumi.Input['RouterBgpPeerBfdMode']]: '\n \n ' return pulumi.get(self, 'mode')
@property @pulumi.getter def multiplier(self) -> Optional[pulumi.Input[int]]: '\n The number of consecutive BFD packets that must be missed before BFD declares that a peer is unavailable. If set, the value must be a value between 5 and 16. The default is 5.\n ' return pulumi.get(self, 'multiplier'...
7,844,997,040,761,137,000
The number of consecutive BFD packets that must be missed before BFD declares that a peer is unavailable. If set, the value must be a value between 5 and 16. The default is 5.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
multiplier
AaronFriel/pulumi-google-native
python
@property @pulumi.getter def multiplier(self) -> Optional[pulumi.Input[int]]: '\n \n ' return pulumi.get(self, 'multiplier')
@property @pulumi.getter(name='packetMode') def packet_mode(self) -> Optional[pulumi.Input['RouterBgpPeerBfdPacketMode']]: '\n The BFD packet mode for this BGP peer. If set to CONTROL_AND_ECHO, BFD echo mode is enabled for this BGP peer. In this mode, if the peer router also has BFD echo mode enabled, BFD ec...
878,220,017,171,663,700
The BFD packet mode for this BGP peer. If set to CONTROL_AND_ECHO, BFD echo mode is enabled for this BGP peer. In this mode, if the peer router also has BFD echo mode enabled, BFD echo packets will be sent to the other router. If the peer router does not have BFD echo mode enabled, only control packets will be sent. If...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
packet_mode
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='packetMode') def packet_mode(self) -> Optional[pulumi.Input['RouterBgpPeerBfdPacketMode']]: '\n \n ' return pulumi.get(self, 'packet_mode')
@property @pulumi.getter(name='sessionInitializationMode') def session_initialization_mode(self) -> Optional[pulumi.Input['RouterBgpPeerBfdSessionInitializationMode']]: '\n The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP pee...
856,546,320,176,310,400
The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The default i...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
session_initialization_mode
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='sessionInitializationMode') def session_initialization_mode(self) -> Optional[pulumi.Input['RouterBgpPeerBfdSessionInitializationMode']]: '\n \n ' return pulumi.get(self, 'session_initialization_mode')
@property @pulumi.getter(name='slowTimerInterval') def slow_timer_interval(self) -> Optional[pulumi.Input[int]]: '\n The minimum interval, in milliseconds, between BFD control packets transmitted to and received from the peer router when BFD echo mode is enabled on both routers. The actual transmit and recei...
-768,013,830,307,398,100
The minimum interval, in milliseconds, between BFD control packets transmitted to and received from the peer router when BFD echo mode is enabled on both routers. The actual transmit and receive intervals are negotiated between the two routers and are equal to the greater of this value and the corresponding interval on...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
slow_timer_interval
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='slowTimerInterval') def slow_timer_interval(self) -> Optional[pulumi.Input[int]]: '\n \n ' return pulumi.get(self, 'slow_timer_interval')
def __init__(__self__, *, advertise_mode: Optional[pulumi.Input['RouterBgpPeerAdvertiseMode']]=None, advertised_groups: Optional[pulumi.Input[Sequence[pulumi.Input['RouterBgpPeerAdvertisedGroupsItem']]]]=None, advertised_ip_ranges: Optional[pulumi.Input[Sequence[pulumi.Input['RouterAdvertisedIpRangeArgs']]]]=None, adve...
3,755,206,388,326,820,400
:param pulumi.Input['RouterBgpPeerAdvertiseMode'] advertise_mode: User-specified flag to indicate which mode to use for advertisement. :param pulumi.Input[Sequence[pulumi.Input['RouterBgpPeerAdvertisedGroupsItem']]] advertised_groups: User-specified list of prefix groups to advertise in custom mode, which can take one ...
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
__init__
AaronFriel/pulumi-google-native
python
def __init__(__self__, *, advertise_mode: Optional[pulumi.Input['RouterBgpPeerAdvertiseMode']]=None, advertised_groups: Optional[pulumi.Input[Sequence[pulumi.Input['RouterBgpPeerAdvertisedGroupsItem']]]]=None, advertised_ip_ranges: Optional[pulumi.Input[Sequence[pulumi.Input['RouterAdvertisedIpRangeArgs']]]]=None, adve...
@property @pulumi.getter(name='advertiseMode') def advertise_mode(self) -> Optional[pulumi.Input['RouterBgpPeerAdvertiseMode']]: '\n User-specified flag to indicate which mode to use for advertisement.\n ' return pulumi.get(self, 'advertise_mode')
-4,962,281,735,119,636,000
User-specified flag to indicate which mode to use for advertisement.
sdk/python/pulumi_google_native/compute/alpha/_inputs.py
advertise_mode
AaronFriel/pulumi-google-native
python
@property @pulumi.getter(name='advertiseMode') def advertise_mode(self) -> Optional[pulumi.Input['RouterBgpPeerAdvertiseMode']]: '\n \n ' return pulumi.get(self, 'advertise_mode')