IBM::Azure::PublicIP

This resource type represents a public IP address on an Microsoft Azure image.

This resource type is provided with the engine, but it is not implemented. You can use it in blueprints and in configuration files, but when you provision an environment, this resource type is ignored. However, the blueprint uses the core properties and metadata properties, if any, from this resource type. Review and configure the applicable heat resources that apply to your configuration information.

In the Blueprint designer, you can configure the properties that the following table includes. Properties are listed as either "core" or "metadata." Each type of property is located in separate sections of the heat resource that you can view in the Blueprint designer. You set the core properties in the properties section and set the metadata properties in the metadata section of the blueprint.

Table 1. Properties
Name Type Required Core or metadata property Description
client_id String   Core The Azure application (client) ID.
client_secret String   Core The Azure application password.
fixed_ip_address String False   The IP address to use if the port has multiple addresses.
floating_network String False Core The network to allocate the floating IP from.
floating_network_id String False Core The resource group in which this IP is allocated.
name String True Metadata The public IP address name.
port_id String False   The ID of an existing port with at least one IP address to associate with this floating IP.
port_id String False   The ID of an existing port with at least one IP address to associate with this floating IP.
region String   Core The Azure region name.
resource_group String True Metadata The resource group name.
subscription_id String   Core The Azure subscription ID.
tenant_id String   Core The Azure tenant ID.
value_specs Map False Core Extra parameters to include in the \"floatingip\" object in the creation request. Parameters are often specific to installed hardware or extensions.

Feedback