outscale.NetPeeringAcceptation
Explore with Pulumi AI
Create NetPeeringAcceptation Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new NetPeeringAcceptation(name: string, args: NetPeeringAcceptationArgs, opts?: CustomResourceOptions);
@overload
def NetPeeringAcceptation(resource_name: str,
args: NetPeeringAcceptationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def NetPeeringAcceptation(resource_name: str,
opts: Optional[ResourceOptions] = None,
net_peering_id: Optional[str] = None,
timeouts: Optional[NetPeeringAcceptationTimeoutsArgs] = None)
func NewNetPeeringAcceptation(ctx *Context, name string, args NetPeeringAcceptationArgs, opts ...ResourceOption) (*NetPeeringAcceptation, error)
public NetPeeringAcceptation(string name, NetPeeringAcceptationArgs args, CustomResourceOptions? opts = null)
public NetPeeringAcceptation(String name, NetPeeringAcceptationArgs args)
public NetPeeringAcceptation(String name, NetPeeringAcceptationArgs args, CustomResourceOptions options)
type: outscale:NetPeeringAcceptation
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args NetPeeringAcceptationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args NetPeeringAcceptationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args NetPeeringAcceptationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args NetPeeringAcceptationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args NetPeeringAcceptationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var netPeeringAcceptationResource = new Outscale.NetPeeringAcceptation("netPeeringAcceptationResource", new()
{
NetPeeringId = "string",
Timeouts = new Outscale.Inputs.NetPeeringAcceptationTimeoutsArgs
{
Create = "string",
Delete = "string",
Read = "string",
Update = "string",
},
});
example, err := outscale.NewNetPeeringAcceptation(ctx, "netPeeringAcceptationResource", &outscale.NetPeeringAcceptationArgs{
NetPeeringId: pulumi.String("string"),
Timeouts: &outscale.NetPeeringAcceptationTimeoutsArgs{
Create: pulumi.String("string"),
Delete: pulumi.String("string"),
Read: pulumi.String("string"),
Update: pulumi.String("string"),
},
})
var netPeeringAcceptationResource = new NetPeeringAcceptation("netPeeringAcceptationResource", NetPeeringAcceptationArgs.builder()
.netPeeringId("string")
.timeouts(NetPeeringAcceptationTimeoutsArgs.builder()
.create("string")
.delete("string")
.read("string")
.update("string")
.build())
.build());
net_peering_acceptation_resource = outscale.NetPeeringAcceptation("netPeeringAcceptationResource",
net_peering_id="string",
timeouts={
"create": "string",
"delete": "string",
"read": "string",
"update": "string",
})
const netPeeringAcceptationResource = new outscale.NetPeeringAcceptation("netPeeringAcceptationResource", {
netPeeringId: "string",
timeouts: {
create: "string",
"delete": "string",
read: "string",
update: "string",
},
});
type: outscale:NetPeeringAcceptation
properties:
netPeeringId: string
timeouts:
create: string
delete: string
read: string
update: string
NetPeeringAcceptation Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The NetPeeringAcceptation resource accepts the following input properties:
- net
Peering StringId - timeouts Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the NetPeeringAcceptation resource produces the following output properties:
- Accepter
Net stringId - Accepter
Nets List<NetPeering Acceptation Accepter Net> - Accepter
Owner stringId - Expiration
Date string - Id string
- The provider-assigned unique ID for this managed resource.
- Request
Id string - Source
Net stringAccount Id - Source
Net stringId - Source
Nets List<NetPeering Acceptation Source Net> - States
List<Net
Peering Acceptation State> - List<Net
Peering Acceptation Tag>
- Accepter
Net stringId - Accepter
Nets []NetPeering Acceptation Accepter Net - Accepter
Owner stringId - Expiration
Date string - Id string
- The provider-assigned unique ID for this managed resource.
- Request
Id string - Source
Net stringAccount Id - Source
Net stringId - Source
Nets []NetPeering Acceptation Source Net - States
[]Net
Peering Acceptation State Type - []Net
Peering Acceptation Tag
- accepter
Net StringId - accepter
Nets List<NetPeering Acceptation Accepter Net> - accepter
Owner StringId - expiration
Date String - id String
- The provider-assigned unique ID for this managed resource.
- request
Id String - source
Net StringAccount Id - source
Net StringId - source
Nets List<NetPeering Acceptation Source Net> - states
List<Net
Peering Acceptation State> - List<Net
Peering Acceptation Tag>
- accepter
Net stringId - accepter
Nets NetPeering Acceptation Accepter Net[] - accepter
Owner stringId - expiration
Date string - id string
- The provider-assigned unique ID for this managed resource.
- request
Id string - source
Net stringAccount Id - source
Net stringId - source
Nets NetPeering Acceptation Source Net[] - states
Net
Peering Acceptation State[] - Net
Peering Acceptation Tag[]
- accepter_
net_ strid - accepter_
nets Sequence[NetPeering Acceptation Accepter Net] - accepter_
owner_ strid - expiration_
date str - id str
- The provider-assigned unique ID for this managed resource.
- request_
id str - source_
net_ straccount_ id - source_
net_ strid - source_
nets Sequence[NetPeering Acceptation Source Net] - states
Sequence[Net
Peering Acceptation State] - Sequence[Net
Peering Acceptation Tag]
- accepter
Net StringId - accepter
Nets List<Property Map> - accepter
Owner StringId - expiration
Date String - id String
- The provider-assigned unique ID for this managed resource.
- request
Id String - source
Net StringAccount Id - source
Net StringId - source
Nets List<Property Map> - states List<Property Map>
- List<Property Map>
Look up Existing NetPeeringAcceptation Resource
Get an existing NetPeeringAcceptation resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: NetPeeringAcceptationState, opts?: CustomResourceOptions): NetPeeringAcceptation
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
accepter_net_id: Optional[str] = None,
accepter_nets: Optional[Sequence[NetPeeringAcceptationAccepterNetArgs]] = None,
accepter_owner_id: Optional[str] = None,
expiration_date: Optional[str] = None,
net_peering_id: Optional[str] = None,
request_id: Optional[str] = None,
source_net_account_id: Optional[str] = None,
source_net_id: Optional[str] = None,
source_nets: Optional[Sequence[NetPeeringAcceptationSourceNetArgs]] = None,
states: Optional[Sequence[NetPeeringAcceptationStateArgs]] = None,
tags: Optional[Sequence[NetPeeringAcceptationTagArgs]] = None,
timeouts: Optional[NetPeeringAcceptationTimeoutsArgs] = None) -> NetPeeringAcceptation
func GetNetPeeringAcceptation(ctx *Context, name string, id IDInput, state *NetPeeringAcceptationState, opts ...ResourceOption) (*NetPeeringAcceptation, error)
public static NetPeeringAcceptation Get(string name, Input<string> id, NetPeeringAcceptationState? state, CustomResourceOptions? opts = null)
public static NetPeeringAcceptation get(String name, Output<String> id, NetPeeringAcceptationState state, CustomResourceOptions options)
resources: _: type: outscale:NetPeeringAcceptation get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Accepter
Net stringId - Accepter
Nets List<NetPeering Acceptation Accepter Net> - Accepter
Owner stringId - Expiration
Date string - Net
Peering stringId - Request
Id string - Source
Net stringAccount Id - Source
Net stringId - Source
Nets List<NetPeering Acceptation Source Net> - States
List<Net
Peering Acceptation State> - List<Net
Peering Acceptation Tag> - Timeouts
Net
Peering Acceptation Timeouts
- Accepter
Net stringId - Accepter
Nets []NetPeering Acceptation Accepter Net Args - Accepter
Owner stringId - Expiration
Date string - Net
Peering stringId - Request
Id string - Source
Net stringAccount Id - Source
Net stringId - Source
Nets []NetPeering Acceptation Source Net Args - States
[]Net
Peering Acceptation State Type Args - []Net
Peering Acceptation Tag Args - Timeouts
Net
Peering Acceptation Timeouts Args
- accepter
Net StringId - accepter
Nets List<NetPeering Acceptation Accepter Net> - accepter
Owner StringId - expiration
Date String - net
Peering StringId - request
Id String - source
Net StringAccount Id - source
Net StringId - source
Nets List<NetPeering Acceptation Source Net> - states
List<Net
Peering Acceptation State> - List<Net
Peering Acceptation Tag> - timeouts
Net
Peering Acceptation Timeouts
- accepter
Net stringId - accepter
Nets NetPeering Acceptation Accepter Net[] - accepter
Owner stringId - expiration
Date string - net
Peering stringId - request
Id string - source
Net stringAccount Id - source
Net stringId - source
Nets NetPeering Acceptation Source Net[] - states
Net
Peering Acceptation State[] - Net
Peering Acceptation Tag[] - timeouts
Net
Peering Acceptation Timeouts
- accepter_
net_ strid - accepter_
nets Sequence[NetPeering Acceptation Accepter Net Args] - accepter_
owner_ strid - expiration_
date str - net_
peering_ strid - request_
id str - source_
net_ straccount_ id - source_
net_ strid - source_
nets Sequence[NetPeering Acceptation Source Net Args] - states
Sequence[Net
Peering Acceptation State Args] - Sequence[Net
Peering Acceptation Tag Args] - timeouts
Net
Peering Acceptation Timeouts Args
- accepter
Net StringId - accepter
Nets List<Property Map> - accepter
Owner StringId - expiration
Date String - net
Peering StringId - request
Id String - source
Net StringAccount Id - source
Net StringId - source
Nets List<Property Map> - states List<Property Map>
- List<Property Map>
- timeouts Property Map
Supporting Types
NetPeeringAcceptationAccepterNet, NetPeeringAcceptationAccepterNetArgs
- account_
id str - ip_
range str - net_
id str
NetPeeringAcceptationSourceNet, NetPeeringAcceptationSourceNetArgs
- account_
id str - ip_
range str - net_
id str
NetPeeringAcceptationState, NetPeeringAcceptationStateArgs
NetPeeringAcceptationTag, NetPeeringAcceptationTagArgs
NetPeeringAcceptationTimeouts, NetPeeringAcceptationTimeoutsArgs
- Create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Delete string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- Read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- Update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Delete string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- Read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- Update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- read String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- read str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- read String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
Package Details
- Repository
- outscale outscale/terraform-provider-outscale
- License
- Notes
- This Pulumi package is based on the
outscale
Terraform Provider.