Versions in this module Expand all Collapse all v0 v0.1.0 Jan 12, 2023 v0.0.1 Jan 12, 2023 Changes in this version + const CRDGroup + const CRDVersion + var AddToScheme = SchemeBuilder.AddToScheme + var CRDGroupVersion = schema.GroupVersion + var FirewallRuleset_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: FirewallRuleset_Kind}.String() + var FirewallRuleset_GroupVersionKind = CRDGroupVersion.WithKind(FirewallRuleset_Kind) + var FirewallRuleset_Kind = "FirewallRuleset" + var FirewallRuleset_KindAPIVersion = FirewallRuleset_Kind + "." + CRDGroupVersion.String() + var GRETunnel_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: GRETunnel_Kind}.String() + var GRETunnel_GroupVersionKind = CRDGroupVersion.WithKind(GRETunnel_Kind) + var GRETunnel_Kind = "GRETunnel" + var GRETunnel_KindAPIVersion = GRETunnel_Kind + "." + CRDGroupVersion.String() + var IPsecTunnel_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: IPsecTunnel_Kind}.String() + var IPsecTunnel_GroupVersionKind = CRDGroupVersion.WithKind(IPsecTunnel_Kind) + var IPsecTunnel_Kind = "IPsecTunnel" + var IPsecTunnel_KindAPIVersion = IPsecTunnel_Kind + "." + CRDGroupVersion.String() + var SchemeBuilder = &scheme.Builder + var StaticRoute_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: StaticRoute_Kind}.String() + var StaticRoute_GroupVersionKind = CRDGroupVersion.WithKind(StaticRoute_Kind) + var StaticRoute_Kind = "StaticRoute" + var StaticRoute_KindAPIVersion = StaticRoute_Kind + "." + CRDGroupVersion.String() + type FirewallRuleset struct + Spec FirewallRulesetSpec + Status FirewallRulesetStatus + func (in *FirewallRuleset) DeepCopy() *FirewallRuleset + func (in *FirewallRuleset) DeepCopyInto(out *FirewallRuleset) + func (in *FirewallRuleset) DeepCopyObject() runtime.Object + func (mg *FirewallRuleset) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *FirewallRuleset) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *FirewallRuleset) GetProviderConfigReference() *xpv1.Reference + func (mg *FirewallRuleset) GetProviderReference() *xpv1.Reference + func (mg *FirewallRuleset) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *FirewallRuleset) GetTerraformResourceType() string + func (mg *FirewallRuleset) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *FirewallRuleset) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *FirewallRuleset) SetConditions(c ...xpv1.Condition) + func (mg *FirewallRuleset) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *FirewallRuleset) SetProviderConfigReference(r *xpv1.Reference) + func (mg *FirewallRuleset) SetProviderReference(r *xpv1.Reference) + func (mg *FirewallRuleset) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *FirewallRuleset) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *FirewallRuleset) GetConnectionDetailsMapping() map[string]string + func (tr *FirewallRuleset) GetID() string + func (tr *FirewallRuleset) GetObservation() (map[string]any, error) + func (tr *FirewallRuleset) GetParameters() (map[string]any, error) + func (tr *FirewallRuleset) GetTerraformSchemaVersion() int + func (tr *FirewallRuleset) LateInitialize(attrs []byte) (bool, error) + func (tr *FirewallRuleset) SetObservation(obs map[string]any) error + func (tr *FirewallRuleset) SetParameters(params map[string]any) error + type FirewallRulesetList struct + Items []FirewallRuleset + func (in *FirewallRulesetList) DeepCopy() *FirewallRulesetList + func (in *FirewallRulesetList) DeepCopyInto(out *FirewallRulesetList) + func (in *FirewallRulesetList) DeepCopyObject() runtime.Object + func (l *FirewallRulesetList) GetItems() []resource.Managed + type FirewallRulesetObservation struct + ID *string + func (in *FirewallRulesetObservation) DeepCopy() *FirewallRulesetObservation + func (in *FirewallRulesetObservation) DeepCopyInto(out *FirewallRulesetObservation) + type FirewallRulesetParameters struct + AccountID *string + AccountIDRef *v1.Reference + AccountIDSelector *v1.Selector + Description *string + Name *string + Rules []map[string]*string + func (in *FirewallRulesetParameters) DeepCopy() *FirewallRulesetParameters + func (in *FirewallRulesetParameters) DeepCopyInto(out *FirewallRulesetParameters) + type FirewallRulesetSpec struct + ForProvider FirewallRulesetParameters + func (in *FirewallRulesetSpec) DeepCopy() *FirewallRulesetSpec + func (in *FirewallRulesetSpec) DeepCopyInto(out *FirewallRulesetSpec) + type FirewallRulesetStatus struct + AtProvider FirewallRulesetObservation + func (in *FirewallRulesetStatus) DeepCopy() *FirewallRulesetStatus + func (in *FirewallRulesetStatus) DeepCopyInto(out *FirewallRulesetStatus) + type GRETunnel struct + Spec GRETunnelSpec + Status GRETunnelStatus + func (in *GRETunnel) DeepCopy() *GRETunnel + func (in *GRETunnel) DeepCopyInto(out *GRETunnel) + func (in *GRETunnel) DeepCopyObject() runtime.Object + func (mg *GRETunnel) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *GRETunnel) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *GRETunnel) GetProviderConfigReference() *xpv1.Reference + func (mg *GRETunnel) GetProviderReference() *xpv1.Reference + func (mg *GRETunnel) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *GRETunnel) GetTerraformResourceType() string + func (mg *GRETunnel) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *GRETunnel) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *GRETunnel) SetConditions(c ...xpv1.Condition) + func (mg *GRETunnel) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *GRETunnel) SetProviderConfigReference(r *xpv1.Reference) + func (mg *GRETunnel) SetProviderReference(r *xpv1.Reference) + func (mg *GRETunnel) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *GRETunnel) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *GRETunnel) GetConnectionDetailsMapping() map[string]string + func (tr *GRETunnel) GetID() string + func (tr *GRETunnel) GetObservation() (map[string]any, error) + func (tr *GRETunnel) GetParameters() (map[string]any, error) + func (tr *GRETunnel) GetTerraformSchemaVersion() int + func (tr *GRETunnel) LateInitialize(attrs []byte) (bool, error) + func (tr *GRETunnel) SetObservation(obs map[string]any) error + func (tr *GRETunnel) SetParameters(params map[string]any) error + type GRETunnelList struct + Items []GRETunnel + func (in *GRETunnelList) DeepCopy() *GRETunnelList + func (in *GRETunnelList) DeepCopyInto(out *GRETunnelList) + func (in *GRETunnelList) DeepCopyObject() runtime.Object + func (l *GRETunnelList) GetItems() []resource.Managed + type GRETunnelObservation struct + ID *string + func (in *GRETunnelObservation) DeepCopy() *GRETunnelObservation + func (in *GRETunnelObservation) DeepCopyInto(out *GRETunnelObservation) + type GRETunnelParameters struct + AccountID *string + AccountIDRef *v1.Reference + AccountIDSelector *v1.Selector + CloudflareGreEndpoint *string + CustomerGreEndpoint *string + Description *string + HealthCheckEnabled *bool + HealthCheckTarget *string + HealthCheckType *string + InterfaceAddress *string + Mtu *float64 + Name *string + TTL *float64 + func (in *GRETunnelParameters) DeepCopy() *GRETunnelParameters + func (in *GRETunnelParameters) DeepCopyInto(out *GRETunnelParameters) + type GRETunnelSpec struct + ForProvider GRETunnelParameters + func (in *GRETunnelSpec) DeepCopy() *GRETunnelSpec + func (in *GRETunnelSpec) DeepCopyInto(out *GRETunnelSpec) + type GRETunnelStatus struct + AtProvider GRETunnelObservation + func (in *GRETunnelStatus) DeepCopy() *GRETunnelStatus + func (in *GRETunnelStatus) DeepCopyInto(out *GRETunnelStatus) + type IPsecTunnel struct + Spec IPsecTunnelSpec + Status IPsecTunnelStatus + func (in *IPsecTunnel) DeepCopy() *IPsecTunnel + func (in *IPsecTunnel) DeepCopyInto(out *IPsecTunnel) + func (in *IPsecTunnel) DeepCopyObject() runtime.Object + func (mg *IPsecTunnel) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *IPsecTunnel) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *IPsecTunnel) GetProviderConfigReference() *xpv1.Reference + func (mg *IPsecTunnel) GetProviderReference() *xpv1.Reference + func (mg *IPsecTunnel) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *IPsecTunnel) GetTerraformResourceType() string + func (mg *IPsecTunnel) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *IPsecTunnel) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *IPsecTunnel) SetConditions(c ...xpv1.Condition) + func (mg *IPsecTunnel) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *IPsecTunnel) SetProviderConfigReference(r *xpv1.Reference) + func (mg *IPsecTunnel) SetProviderReference(r *xpv1.Reference) + func (mg *IPsecTunnel) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *IPsecTunnel) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *IPsecTunnel) GetConnectionDetailsMapping() map[string]string + func (tr *IPsecTunnel) GetID() string + func (tr *IPsecTunnel) GetObservation() (map[string]any, error) + func (tr *IPsecTunnel) GetParameters() (map[string]any, error) + func (tr *IPsecTunnel) GetTerraformSchemaVersion() int + func (tr *IPsecTunnel) LateInitialize(attrs []byte) (bool, error) + func (tr *IPsecTunnel) SetObservation(obs map[string]any) error + func (tr *IPsecTunnel) SetParameters(params map[string]any) error + type IPsecTunnelList struct + Items []IPsecTunnel + func (in *IPsecTunnelList) DeepCopy() *IPsecTunnelList + func (in *IPsecTunnelList) DeepCopyInto(out *IPsecTunnelList) + func (in *IPsecTunnelList) DeepCopyObject() runtime.Object + func (l *IPsecTunnelList) GetItems() []resource.Managed + type IPsecTunnelObservation struct + ID *string + func (in *IPsecTunnelObservation) DeepCopy() *IPsecTunnelObservation + func (in *IPsecTunnelObservation) DeepCopyInto(out *IPsecTunnelObservation) + type IPsecTunnelParameters struct + AccountID *string + AccountIDRef *v1.Reference + AccountIDSelector *v1.Selector + AllowNullCipher *bool + CloudflareEndpoint *string + CustomerEndpoint *string + Description *string + FqdnID *string + HealthCheckEnabled *bool + HealthCheckTarget *string + HealthCheckType *string + HexID *string + InterfaceAddress *string + Name *string + PskSecretRef *v1.SecretKeySelector + RemoteID *string + UserID *string + func (in *IPsecTunnelParameters) DeepCopy() *IPsecTunnelParameters + func (in *IPsecTunnelParameters) DeepCopyInto(out *IPsecTunnelParameters) + type IPsecTunnelSpec struct + ForProvider IPsecTunnelParameters + func (in *IPsecTunnelSpec) DeepCopy() *IPsecTunnelSpec + func (in *IPsecTunnelSpec) DeepCopyInto(out *IPsecTunnelSpec) + type IPsecTunnelStatus struct + AtProvider IPsecTunnelObservation + func (in *IPsecTunnelStatus) DeepCopy() *IPsecTunnelStatus + func (in *IPsecTunnelStatus) DeepCopyInto(out *IPsecTunnelStatus) + type StaticRoute struct + Spec StaticRouteSpec + Status StaticRouteStatus + func (in *StaticRoute) DeepCopy() *StaticRoute + func (in *StaticRoute) DeepCopyInto(out *StaticRoute) + func (in *StaticRoute) DeepCopyObject() runtime.Object + func (mg *StaticRoute) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *StaticRoute) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *StaticRoute) GetProviderConfigReference() *xpv1.Reference + func (mg *StaticRoute) GetProviderReference() *xpv1.Reference + func (mg *StaticRoute) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *StaticRoute) GetTerraformResourceType() string + func (mg *StaticRoute) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *StaticRoute) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *StaticRoute) SetConditions(c ...xpv1.Condition) + func (mg *StaticRoute) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *StaticRoute) SetProviderConfigReference(r *xpv1.Reference) + func (mg *StaticRoute) SetProviderReference(r *xpv1.Reference) + func (mg *StaticRoute) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *StaticRoute) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *StaticRoute) GetConnectionDetailsMapping() map[string]string + func (tr *StaticRoute) GetID() string + func (tr *StaticRoute) GetObservation() (map[string]any, error) + func (tr *StaticRoute) GetParameters() (map[string]any, error) + func (tr *StaticRoute) GetTerraformSchemaVersion() int + func (tr *StaticRoute) LateInitialize(attrs []byte) (bool, error) + func (tr *StaticRoute) SetObservation(obs map[string]any) error + func (tr *StaticRoute) SetParameters(params map[string]any) error + type StaticRouteList struct + Items []StaticRoute + func (in *StaticRouteList) DeepCopy() *StaticRouteList + func (in *StaticRouteList) DeepCopyInto(out *StaticRouteList) + func (in *StaticRouteList) DeepCopyObject() runtime.Object + func (l *StaticRouteList) GetItems() []resource.Managed + type StaticRouteObservation struct + ID *string + func (in *StaticRouteObservation) DeepCopy() *StaticRouteObservation + func (in *StaticRouteObservation) DeepCopyInto(out *StaticRouteObservation) + type StaticRouteParameters struct + AccountID *string + AccountIDRef *v1.Reference + AccountIDSelector *v1.Selector + ColoNames []*string + ColoRegions []*string + Description *string + Nexthop *string + Prefix *string + Priority *float64 + Weight *float64 + func (in *StaticRouteParameters) DeepCopy() *StaticRouteParameters + func (in *StaticRouteParameters) DeepCopyInto(out *StaticRouteParameters) + type StaticRouteSpec struct + ForProvider StaticRouteParameters + func (in *StaticRouteSpec) DeepCopy() *StaticRouteSpec + func (in *StaticRouteSpec) DeepCopyInto(out *StaticRouteSpec) + type StaticRouteStatus struct + AtProvider StaticRouteObservation + func (in *StaticRouteStatus) DeepCopy() *StaticRouteStatus + func (in *StaticRouteStatus) DeepCopyInto(out *StaticRouteStatus)