Documentation ¶
Index ¶
- Constants
- Variables
- func AddValueSpecs(body map[string]interface{}) map[string]interface{}
- func BuildRequest(opts interface{}, parent string) (map[string]interface{}, error)
- func DataSourceAntiDdosV1() *schema.Resource
- func DataSourceCSBSBackupPolicyV1() *schema.Resource
- func DataSourceCSBSBackupV1() *schema.Resource
- func DataSourceCTSTrackerV1() *schema.Resource
- func DataSourceComputeAvailabilityZonesV2() *schema.Resource
- func DataSourceDcsAZV1() *schema.Resource
- func DataSourceDcsProductV1() *schema.Resource
- func DataSourceDmsAZ() *schema.Resource
- func DataSourceNetworkingNetworkV2() *schema.Resource
- func DataSourceNetworkingSubnetV2() *schema.Resource
- func DataSourceSFSFileSystemV2() *schema.Resource
- func DataSourceVBSBackupPolicyV2() *schema.Resource
- func DataSourceVBSBackupV2() *schema.Resource
- func DmsInstancesV1StateRefreshFunc(client *golangsdk.ServiceClient, instanceID string) resource.StateRefreshFunc
- func FindCsRouteV1ByList(client *golangsdk.ServiceClient, link, resourceID string) (interface{}, error)
- func FloatingIPV2StateRefreshFunc(computeClient *golangsdk.ServiceClient, d *schema.ResourceData) resource.StateRefreshFunc
- func GetCloudImage(client *golangsdk.ServiceClient, id string) (*cloudimages.Image, error)
- func GetProtectionRule(client *golangsdk.ServiceClient, id, objectID string) (interface{}, error)
- func MapResourceProp(d *schema.ResourceData, prop string) map[string]interface{}
- func MapValueSpecs(d *schema.ResourceData) map[string]string
- func ProtectionRuleIpRegionDtoSchema() *schema.Resource
- func ProtectionRuleOrderRuleAclDtoSchema() *schema.Resource
- func ProtectionRuleRuleAddressDtoSchema() *schema.Resource
- func ProtectionRuleRuleServiceDtoSchema() *schema.Resource
- func ProtectionRuleRuleServiceItemSchema() *schema.Resource
- func ResourceApigVpcChannelV2() *schema.Resource
- func ResourceBatchTaskFile() *schema.Resource
- func ResourceBlockStorageVolumeV2() *schema.Resource
- func ResourceCSBSBackupPolicyV1() *schema.Resource
- func ResourceCSBSBackupV1() *schema.Resource
- func ResourceCTSTrackerV1() *schema.Resource
- func ResourceComputeFloatingIPV2() *schema.Resource
- func ResourceComputeSecGroupV2() *schema.Resource
- func ResourceCsClusterV1() *schema.Resource
- func ResourceCsPeeringConnectV1() *schema.Resource
- func ResourceCsRouteV1() *schema.Resource
- func ResourceDmsGroups() *schema.Resource
- func ResourceDmsInstancesV1() *schema.Resource
- func ResourceDmsQueues() *schema.Resource
- func ResourceEcsInstanceV1() *schema.Resource
- func ResourceFWFirewallGroupV2() *schema.Resource
- func ResourceFWPolicyV2() *schema.Resource
- func ResourceFWRuleV2() *schema.Resource
- func ResourceFunctionGraphTrigger() *schema.Resource
- func ResourceImagesImageV2() *schema.Resource
- func ResourceImsImage() *schema.Resource
- func ResourceMaasTaskV1() *schema.Resource
- func ResourceNetworkACL() *schema.Resource
- func ResourceNetworkACLRule() *schema.Resource
- func ResourceNetworkingFloatingIPV2() *schema.Resource
- func ResourceNetworkingNetworkV2() *schema.Resource
- func ResourceNetworkingPortV2() *schema.Resource
- func ResourceNetworkingRouterInterfaceV2() *schema.Resource
- func ResourceNetworkingRouterRouteV2() *schema.Resource
- func ResourceNetworkingRouterV2() *schema.Resource
- func ResourceNetworkingSubnetV2() *schema.Resource
- func ResourceProtectionRule() *schema.Resource
- func ResourceSFSAccessRuleV2() *schema.Resource
- func ResourceSFSFileSystemV2() *schema.Resource
- func ResourceVBSBackupPolicyV2() *schema.Resource
- func ResourceVBSBackupV2() *schema.Resource
- func ResourceVPCRouteV2() *schema.Resource
- func ResourceVpnEndpointGroupV2() *schema.Resource
- func ResourceVpnIKEPolicyV2() *schema.Resource
- func ResourceVpnIPSecPolicyV2() *schema.Resource
- func ResourceVpnServiceV2() *schema.Resource
- func ResourceVpnSiteConnectionV2() *schema.Resource
- func SecGroupV2StateRefreshFunc(computeClient *golangsdk.ServiceClient, d *schema.ResourceData) resource.StateRefreshFunc
- func ServerV1StateRefreshFunc(client *golangsdk.ServiceClient, instanceID string) resource.StateRefreshFunc
- func VolumeV2StateRefreshFunc(client *golangsdk.ServiceClient, volumeID string) resource.StateRefreshFunc
- type AlgorithmType
- type ChannelStatus
- type FirewallGroup
- type FirewallGroupCreateOpts
- type FirewallGroupUpdateOpts
- type FloatingIPCreateOpts
- type MemberType
- type NetworkCreateOpts
- type PolicyCreateOpts
- type PortCreateOpts
- type ProtocolType
- type RouterCreateOpts
- type RuleCreateOpts
- type SubnetCreateOpts
- type VpnEndpointGroupCreateOpts
- type VpnIKEPolicyCreateOpts
- type VpnIKEPolicyLifetimeCreateOpts
- type VpnIPSecPolicyCreateOpts
- type VpnServiceCreateOpts
- type VpnSiteConnectionCreateOpts
Constants ¶
const ( MemberTypeEcs MemberType = "ECS" MemberTypeEip MemberType = "EIP" AlgorithmTypeWrr AlgorithmType = "WRR" AlgorithmTypeWlc AlgorithmType = "WLC" AlgorithmTypeSh AlgorithmType = "SH" AlgorithmTypeUri AlgorithmType = "URI hashing" ProtocolTypeTcp ProtocolType = "TCP" ProtocolTypeHttp ProtocolType = "HTTP" ProtocolTypeHttps ProtocolType = "HTTPS" ProtocolTypeBoth ProtocolType = "BOTH" ChannelStatusNormal ChannelStatus = 1 ChannelStatusAbnormal ChannelStatus = 2 ProtocolTypeTCP ProtocolType = "TCP" ProtocolTypeHTTP ProtocolType = "HTTP" ProtocolTypeHTTPS ProtocolType = "HTTPS" )
const ( PoolID = "0a2228f2-7f8a-45f1-8e09-9039e1d09975" PoolName = "admin_external_net" )
Variables ¶
var ContainerFormats = [1]string{"bare"}
var DiskFormats = [2]string{"vhd", "qcow2"}
Functions ¶
func AddValueSpecs ¶ added in v1.29.0
AddValueSpecs expands the 'value_specs' object and removes 'value_specs' from the reqeust body.
func BuildRequest ¶ added in v1.29.0
BuildRequest takes an opts struct and builds a request body for golangsdk to execute
func DataSourceAntiDdosV1 ¶ added in v1.55.0
func DataSourceCSBSBackupPolicyV1 ¶ added in v1.46.0
func DataSourceCSBSBackupV1 ¶ added in v1.46.0
func DataSourceCTSTrackerV1 ¶
func DataSourceComputeAvailabilityZonesV2 ¶ added in v1.46.0
func DataSourceDcsAZV1 ¶ added in v1.29.0
func DataSourceDcsProductV1 ¶ added in v1.29.0
func DataSourceDmsAZ ¶ added in v1.32.0
func DataSourceNetworkingNetworkV2 ¶ added in v1.46.0
func DataSourceNetworkingSubnetV2 ¶ added in v1.46.0
func DataSourceSFSFileSystemV2 ¶ added in v1.68.0
@API SFS GET /v2/{project_id}/shares/detail @API SFS POST /v2/{project_id}/shares/{id}/action @API SFS GET /v2/{project_id}/shares/{id}/export_locations
func DataSourceVBSBackupPolicyV2 ¶ added in v1.46.0
func DataSourceVBSBackupV2 ¶ added in v1.46.0
func DmsInstancesV1StateRefreshFunc ¶ added in v1.31.1
func DmsInstancesV1StateRefreshFunc(client *golangsdk.ServiceClient, instanceID string) resource.StateRefreshFunc
func FindCsRouteV1ByList ¶ added in v1.28.0
func FindCsRouteV1ByList(client *golangsdk.ServiceClient, link, resourceID string) (interface{}, error)
func FloatingIPV2StateRefreshFunc ¶ added in v1.46.0
func FloatingIPV2StateRefreshFunc(computeClient *golangsdk.ServiceClient, d *schema.ResourceData) resource.StateRefreshFunc
func GetCloudImage ¶ added in v1.68.1
func GetCloudImage(client *golangsdk.ServiceClient, id string) (*cloudimages.Image, error)
func GetProtectionRule ¶ added in v1.71.2
func GetProtectionRule(client *golangsdk.ServiceClient, id, objectID string) (interface{}, error)
func MapResourceProp ¶ added in v1.29.0
func MapResourceProp(d *schema.ResourceData, prop string) map[string]interface{}
MapResourceProp converts ResourceData property into a map
func MapValueSpecs ¶ added in v1.29.0
func MapValueSpecs(d *schema.ResourceData) map[string]string
MapValueSpecs converts ResourceData into a map
func ProtectionRuleIpRegionDtoSchema ¶ added in v1.71.2
func ProtectionRuleOrderRuleAclDtoSchema ¶ added in v1.71.2
func ProtectionRuleRuleAddressDtoSchema ¶ added in v1.71.2
func ProtectionRuleRuleServiceDtoSchema ¶ added in v1.71.2
func ProtectionRuleRuleServiceItemSchema ¶ added in v1.71.2
func ResourceApigVpcChannelV2 ¶ added in v1.48.0
func ResourceBatchTaskFile ¶ added in v1.63.0
@API IoTDA POST /v5/iot/{project_id}/batchtask-files @API IoTDA GET /v5/iot/{project_id}/batchtask-files @API IoTDA DELETE /v5/iot/{project_id}/batchtask-files/{file_id}
func ResourceBlockStorageVolumeV2 ¶ added in v1.46.0
func ResourceCSBSBackupPolicyV1 ¶ added in v1.46.0
func ResourceCSBSBackupV1 ¶ added in v1.46.0
func ResourceCTSTrackerV1 ¶
func ResourceComputeFloatingIPV2 ¶ added in v1.46.0
func ResourceComputeSecGroupV2 ¶ added in v1.46.0
func ResourceCsClusterV1 ¶ added in v1.28.0
func ResourceCsPeeringConnectV1 ¶ added in v1.28.0
func ResourceCsRouteV1 ¶ added in v1.28.0
func ResourceDmsGroups ¶ added in v1.33.0
func ResourceDmsInstancesV1 ¶ added in v1.31.1
func ResourceDmsQueues ¶ added in v1.33.0
func ResourceEcsInstanceV1 ¶ added in v1.46.0
func ResourceFWFirewallGroupV2 ¶ added in v1.46.0
func ResourceFWPolicyV2 ¶ added in v1.46.0
func ResourceFWRuleV2 ¶ added in v1.46.0
func ResourceFunctionGraphTrigger ¶ added in v1.62.1
@API FunctionGraph POST /v2/{project_id}/fgs/triggers/{function_urn} @API FunctionGraph GET /v2/{project_id}/fgs/triggers/{function_urn} @API FunctionGraph PUT /v2/{project_id}/fgs/triggers/{function_urn}/{trigger_type_code}/{trigger_id} @API FunctionGraph DELETE /v2/{project_id}/fgs/triggers/{function_urn}/{trigger_type_code}/{trigger_id}
func ResourceImagesImageV2 ¶ added in v1.30.0
func ResourceImsImage ¶ added in v1.68.1
@API IMS POST /v2/cloudimages/action @API IMS POST /v1/cloudimages/wholeimages/action @API IMS GET /v2/cloudimages @API IMS PATCH /v2/cloudimages/{image_id} @API CBR GET /v3/{project_id}/backups/{backup_id} @API IMS GET /v2/{project_id}/images/{image_id}/tags @API IMS POST /v2/{project_id}/images/{image_id}/tags/action @API IMS GET /v2/images/{image_id} @API IMS DELETE /v2/images/{image_id}
func ResourceMaasTaskV1 ¶ added in v1.46.0
func ResourceNetworkACL ¶ added in v1.71.0
@API VPC GET /v2.0/ports @API VPC GET /v1/{project_id}/subnets/{id} @API VPC DELETE /v2.0/fwaas/firewall_groups/{id} @API VPC GET /v2.0/fwaas/firewall_groups/{id} @API VPC PUT /v2.0/fwaas/firewall_groups/{id} @API VPC POST /v2.0/fwaas/firewall_groups @API VPC DELETE /v2.0/fwaas/firewall_policies/{id} @API VPC PUT /v2.0/fwaas/firewall_policies/{id} @API VPC POST /v2.0/fwaas/firewall_policies
func ResourceNetworkACLRule ¶ added in v1.71.0
@API VPC PUT /v2.0/fwaas/firewall_policies/{id}/remove_rule @API VPC GET /v2.0/fwaas/firewall_policies @API VPC DELETE /v2.0/fwaas/firewall_rules/{id} @API VPC GET /v2.0/fwaas/firewall_rules/{id} @API VPC PUT /v2.0/fwaas/firewall_rules/{id} @API VPC POST /v2.0/fwaas/firewall_rules
func ResourceNetworkingFloatingIPV2 ¶ added in v1.46.0
func ResourceNetworkingNetworkV2 ¶ added in v1.46.0
func ResourceNetworkingPortV2 ¶ added in v1.46.0
func ResourceNetworkingRouterInterfaceV2 ¶ added in v1.46.0
func ResourceNetworkingRouterRouteV2 ¶ added in v1.46.0
func ResourceNetworkingRouterV2 ¶ added in v1.46.0
func ResourceNetworkingSubnetV2 ¶ added in v1.46.0
func ResourceProtectionRule ¶ added in v1.71.2
@API CFW POST /v1/{project_id}/acl-rule @API CFW DELETE /v1/{project_id}/acl-rule/{id} @API CFW PUT /v1/{project_id}/acl-rule/{id} @API CFW GET /v1/{project_id}/acl-rules @API CFW PUT /v1/{project_id}/acl-rule/order/{id} @API CFW POST /v1/{project_id}/acl-rule/count @API CFW DELETE /v1/{project_id}/acl-rule/count
func ResourceSFSAccessRuleV2 ¶ added in v1.68.0
@API SFS POST /v2/{project_id}/shares/{id}/action
func ResourceSFSFileSystemV2 ¶ added in v1.68.0
@API SFS POST /v2/{project_id}/shares/{id}/action @API SFS DELETE /v2/{project_id}/shares/{id} @API SFS GET /v2/{project_id}/shares/{id} @API SFS PUT /v2/{project_id}/shares/{id} @API SFS POST /v2/{project_id}/shares @API SFS POST /v2/{project_id}/sfs/{id}/tags/action @API SFS GET /v2/{project_id}/sfs/{id}/tags
func ResourceVBSBackupPolicyV2 ¶ added in v1.46.0
func ResourceVBSBackupV2 ¶ added in v1.46.0
func ResourceVPCRouteV2 ¶ added in v1.52.0
func ResourceVpnEndpointGroupV2 ¶ added in v1.29.0
func ResourceVpnIKEPolicyV2 ¶ added in v1.29.0
func ResourceVpnIPSecPolicyV2 ¶ added in v1.29.0
func ResourceVpnServiceV2 ¶ added in v1.29.0
func ResourceVpnSiteConnectionV2 ¶ added in v1.29.0
func SecGroupV2StateRefreshFunc ¶ added in v1.46.0
func SecGroupV2StateRefreshFunc(computeClient *golangsdk.ServiceClient, d *schema.ResourceData) resource.StateRefreshFunc
func ServerV1StateRefreshFunc ¶ added in v1.46.0
func ServerV1StateRefreshFunc(client *golangsdk.ServiceClient, instanceID string) resource.StateRefreshFunc
ServerV1StateRefreshFunc returns a resource.StateRefreshFunc that is used to watch an HuaweiCloud instance.
func VolumeV2StateRefreshFunc ¶ added in v1.46.0
func VolumeV2StateRefreshFunc(client *golangsdk.ServiceClient, volumeID string) resource.StateRefreshFunc
VolumeV2StateRefreshFunc returns a resource.StateRefreshFunc that is used to watch an HuaweiCloud volume.
Types ¶
type AlgorithmType ¶ added in v1.48.0
type AlgorithmType string
type ChannelStatus ¶ added in v1.48.0
type ChannelStatus int
type FirewallGroup ¶ added in v1.46.0
type FirewallGroup struct { firewall_groups.FirewallGroup routerinsertion.FirewallGroupExt }
FirewallGroup is an HuaweiCloud firewall group.
type FirewallGroupCreateOpts ¶ added in v1.46.0
type FirewallGroupCreateOpts struct { firewall_groups.CreateOpts ValueSpecs map[string]string `json:"value_specs,omitempty"` }
FirewallGroupCreateOpts represents the attributes used when creating a new firewall.
func (FirewallGroupCreateOpts) ToFirewallCreateMap ¶ added in v1.46.0
func (opts FirewallGroupCreateOpts) ToFirewallCreateMap() (map[string]interface{}, error)
ToFirewallCreateMap casts a FirewallGroupCreateOpts struct to a map. It overrides firewalls.ToFirewallCreateMap to add the ValueSpecs field.
type FirewallGroupUpdateOpts ¶ added in v1.46.0
type FirewallGroupUpdateOpts struct {
firewall_groups.UpdateOptsBuilder
}
FirewallGroupUpdateOpts represents the attributes used when updating a firewall
func (FirewallGroupUpdateOpts) ToFirewallUpdateMap ¶ added in v1.46.0
func (opts FirewallGroupUpdateOpts) ToFirewallUpdateMap() (map[string]interface{}, error)
ToFirewallUpdateMap casts a FirewallGroupUpdateOpts struct to a map.
type FloatingIPCreateOpts ¶ added in v1.46.0
type FloatingIPCreateOpts struct { floatingips.CreateOpts ValueSpecs map[string]string `json:"value_specs,omitempty"` }
FloatingIPCreateOpts represents the attributes used when creating a new floating ip.
func (FloatingIPCreateOpts) ToFloatingIPCreateMap ¶ added in v1.46.0
func (opts FloatingIPCreateOpts) ToFloatingIPCreateMap() (map[string]interface{}, error)
ToFloatingIPCreateMap casts a CreateOpts struct to a map. It overrides floatingips.ToFloatingIPCreateMap to add the ValueSpecs field.
type MemberType ¶ added in v1.48.0
type MemberType string
type NetworkCreateOpts ¶ added in v1.46.0
type NetworkCreateOpts struct { networks.CreateOpts ValueSpecs map[string]string `json:"value_specs,omitempty"` }
NetworkCreateOpts represents the attributes used when creating a new network.
func (NetworkCreateOpts) ToNetworkCreateMap ¶ added in v1.46.0
func (opts NetworkCreateOpts) ToNetworkCreateMap() (map[string]interface{}, error)
ToNetworkCreateMap casts a CreateOpts struct to a map. It overrides networks.ToNetworkCreateMap to add the ValueSpecs field.
type PolicyCreateOpts ¶ added in v1.46.0
type PolicyCreateOpts struct { policies.CreateOpts ValueSpecs map[string]string `json:"value_specs,omitempty"` }
PolicyCreateOpts represents the attributes used when creating a new firewall policy.
func (PolicyCreateOpts) ToFirewallPolicyCreateMap ¶ added in v1.46.0
func (opts PolicyCreateOpts) ToFirewallPolicyCreateMap() (map[string]interface{}, error)
ToFirewallPolicyCreateMap casts a PolicyCreateOpts struct to a map. It overrides policies.ToFirewallPolicyCreateMap to add the ValueSpecs field.
type PortCreateOpts ¶ added in v1.46.0
type PortCreateOpts struct { ports.CreateOpts ValueSpecs map[string]string `json:"value_specs,omitempty"` }
PortCreateOpts represents the attributes used when creating a new port.
func (PortCreateOpts) ToPortCreateMap ¶ added in v1.46.0
func (opts PortCreateOpts) ToPortCreateMap() (map[string]interface{}, error)
ToPortCreateMap casts a CreateOpts struct to a map. It overrides ports.ToPortCreateMap to add the ValueSpecs field.
type ProtocolType ¶ added in v1.48.0
type ProtocolType string
type RouterCreateOpts ¶ added in v1.46.0
type RouterCreateOpts struct { routers.CreateOpts ValueSpecs map[string]string `json:"value_specs,omitempty"` }
RouterCreateOpts represents the attributes used when creating a new router.
func (RouterCreateOpts) ToRouterCreateMap ¶ added in v1.46.0
func (opts RouterCreateOpts) ToRouterCreateMap() (map[string]interface{}, error)
ToRouterCreateMap casts a CreateOpts struct to a map. It overrides routers.ToRouterCreateMap to add the ValueSpecs field.
type RuleCreateOpts ¶ added in v1.46.0
type RuleCreateOpts struct { rules.CreateOpts ValueSpecs map[string]string `json:"value_specs,omitempty"` }
RuleCreateOpts represents the attributes used when creating a new firewall rule.
func (RuleCreateOpts) ToRuleCreateMap ¶ added in v1.46.0
func (opts RuleCreateOpts) ToRuleCreateMap() (map[string]interface{}, error)
ToRuleCreateMap casts a CreateOpts struct to a map. It overrides rules.ToRuleCreateMap to add the ValueSpecs field.
type SubnetCreateOpts ¶ added in v1.46.0
type SubnetCreateOpts struct { subnets.CreateOpts ValueSpecs map[string]string `json:"value_specs,omitempty"` }
SubnetCreateOpts represents the attributes used when creating a new subnet.
func (SubnetCreateOpts) ToSubnetCreateMap ¶ added in v1.46.0
func (opts SubnetCreateOpts) ToSubnetCreateMap() (map[string]interface{}, error)
ToSubnetCreateMap casts a CreateOpts struct to a map. It overrides subnets.ToSubnetCreateMap to add the ValueSpecs field.
type VpnEndpointGroupCreateOpts ¶ added in v1.29.0
type VpnEndpointGroupCreateOpts struct { endpointgroups.CreateOpts ValueSpecs map[string]string `json:"value_specs,omitempty"` }
VpnEndpointGroupCreateOpts represents the attributes used when creating a new endpoint group.
type VpnIKEPolicyCreateOpts ¶ added in v1.29.0
type VpnIKEPolicyCreateOpts struct { ikepolicies.CreateOpts ValueSpecs map[string]string `json:"value_specs,omitempty"` }
VpnIKEPolicyCreateOpts represents the attributes used when creating a new IKE policy.
type VpnIKEPolicyLifetimeCreateOpts ¶ added in v1.29.0
type VpnIKEPolicyLifetimeCreateOpts struct { ikepolicies.LifetimeCreateOpts ValueSpecs map[string]string `json:"value_specs,omitempty"` }
VpnIKEPolicyLifetimeCreateOpts represents the attributes used when creating a new lifetime for an IKE policy.
type VpnIPSecPolicyCreateOpts ¶ added in v1.29.0
type VpnIPSecPolicyCreateOpts struct { ipsecpolicies.CreateOpts ValueSpecs map[string]string `json:"value_specs,omitempty"` }
VpnIPSecPolicyCreateOpts represents the attributes used when creating a new IPSec policy.
type VpnServiceCreateOpts ¶ added in v1.29.0
type VpnServiceCreateOpts struct { services.CreateOpts ValueSpecs map[string]string `json:"value_specs,omitempty"` }
VpnServiceCreateOpts represents the attributes used when creating a new VPN service.
type VpnSiteConnectionCreateOpts ¶ added in v1.29.0
type VpnSiteConnectionCreateOpts struct { siteconnections.CreateOpts ValueSpecs map[string]string `json:"value_specs,omitempty"` }
VpnSiteConnectionCreateOpts represents the attributes used when creating a new IPSec site connection.
Source Files ¶
- data_source_huaweicloud_antiddos_v1.go
- data_source_huaweicloud_compute_availability_zones_v2.go
- data_source_huaweicloud_csbs_backup_policy_v1.go
- data_source_huaweicloud_csbs_backup_v1.go
- data_source_huaweicloud_cts_tracker_v1.go
- data_source_huaweicloud_dcs_az_v1.go
- data_source_huaweicloud_dcs_product_v1.go
- data_source_huaweicloud_dms_az.go
- data_source_huaweicloud_networking_network_v2.go
- data_source_huaweicloud_networking_subnet_v2.go
- data_source_huaweicloud_sfs_file_system.go
- data_source_huaweicloud_vbs_backup_policy_v2.go
- data_source_huaweicloud_vbs_backup_v2.go
- networking_port_v2.go
- resource_huaweicloud_apig_vpc_channel.go
- resource_huaweicloud_blockstorage_volume_v2.go
- resource_huaweicloud_cfw_protection_rule.go
- resource_huaweicloud_compute_floatingip_v2.go
- resource_huaweicloud_compute_secgroup_v2.go
- resource_huaweicloud_cs_cluster_v1.go
- resource_huaweicloud_cs_peering_connect_v1.go
- resource_huaweicloud_cs_route_v1.go
- resource_huaweicloud_csbs_backup_policy_v1.go
- resource_huaweicloud_csbs_backup_v1.go
- resource_huaweicloud_cts_tracker_v1.go
- resource_huaweicloud_dms_group_v1.go
- resource_huaweicloud_dms_instance_v1.go
- resource_huaweicloud_dms_queue_v1.go
- resource_huaweicloud_ecs_auto_recovery_v1.go
- resource_huaweicloud_ecs_instance_v1.go
- resource_huaweicloud_fgs_trigger.go
- resource_huaweicloud_fw_firewall_group_v2.go
- resource_huaweicloud_fw_policy_v2.go
- resource_huaweicloud_fw_rule_v2.go
- resource_huaweicloud_images_image.go
- resource_huaweicloud_images_image_v2.go
- resource_huaweicloud_iotda_batchtask_file.go
- resource_huaweicloud_network_acl.go
- resource_huaweicloud_network_acl_rule.go
- resource_huaweicloud_networking_floatingip_v2.go
- resource_huaweicloud_networking_network_v2.go
- resource_huaweicloud_networking_port_v2.go
- resource_huaweicloud_networking_router_interface_v2.go
- resource_huaweicloud_networking_router_route_v2.go
- resource_huaweicloud_networking_router_v2.go
- resource_huaweicloud_networking_subnet_v2.go
- resource_huaweicloud_oms_task_v1.go
- resource_huaweicloud_sfs_access_rule.go
- resource_huaweicloud_sfs_file_system.go
- resource_huaweicloud_vbs_backup_policy_v2.go
- resource_huaweicloud_vbs_backup_v2.go
- resource_huaweicloud_vpc_route_v2.go
- resource_huaweicloud_vpnaas_endpoint_group_v2.go
- resource_huaweicloud_vpnaas_ike_policy_v2.go
- resource_huaweicloud_vpnaas_ipsec_policy_v2.go
- resource_huaweicloud_vpnaas_service_v2.go
- resource_huaweicloud_vpnaas_site_connection.go
- transport.go
- value_specs.go