Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=publicip.upjet-provider-outscale.upbound.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type PublicIp
- func (in *PublicIp) DeepCopy() *PublicIp
- func (in *PublicIp) DeepCopyInto(out *PublicIp)
- func (in *PublicIp) DeepCopyObject() runtime.Object
- func (mg *PublicIp) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *PublicIp) GetConnectionDetailsMapping() map[string]string
- func (mg *PublicIp) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *PublicIp) GetID() string
- func (tr *PublicIp) GetObservation() (map[string]any, error)
- func (tr *PublicIp) GetParameters() (map[string]any, error)
- func (mg *PublicIp) GetProviderConfigReference() *xpv1.Reference
- func (mg *PublicIp) GetProviderReference() *xpv1.Reference
- func (mg *PublicIp) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *PublicIp) GetTerraformResourceType() string
- func (tr *PublicIp) GetTerraformSchemaVersion() int
- func (mg *PublicIp) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *PublicIp) LateInitialize(attrs []byte) (bool, error)
- func (mg *PublicIp) SetConditions(c ...xpv1.Condition)
- func (mg *PublicIp) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *PublicIp) SetObservation(obs map[string]any) error
- func (tr *PublicIp) SetParameters(params map[string]any) error
- func (mg *PublicIp) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *PublicIp) SetProviderReference(r *xpv1.Reference)
- func (mg *PublicIp) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *PublicIp) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type PublicIpLink
- func (in *PublicIpLink) DeepCopy() *PublicIpLink
- func (in *PublicIpLink) DeepCopyInto(out *PublicIpLink)
- func (in *PublicIpLink) DeepCopyObject() runtime.Object
- func (mg *PublicIpLink) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *PublicIpLink) GetConnectionDetailsMapping() map[string]string
- func (mg *PublicIpLink) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *PublicIpLink) GetID() string
- func (tr *PublicIpLink) GetObservation() (map[string]any, error)
- func (tr *PublicIpLink) GetParameters() (map[string]any, error)
- func (mg *PublicIpLink) GetProviderConfigReference() *xpv1.Reference
- func (mg *PublicIpLink) GetProviderReference() *xpv1.Reference
- func (mg *PublicIpLink) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *PublicIpLink) GetTerraformResourceType() string
- func (tr *PublicIpLink) GetTerraformSchemaVersion() int
- func (mg *PublicIpLink) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *PublicIpLink) LateInitialize(attrs []byte) (bool, error)
- func (mg *PublicIpLink) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *PublicIpLink) SetConditions(c ...xpv1.Condition)
- func (mg *PublicIpLink) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *PublicIpLink) SetObservation(obs map[string]any) error
- func (tr *PublicIpLink) SetParameters(params map[string]any) error
- func (mg *PublicIpLink) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *PublicIpLink) SetProviderReference(r *xpv1.Reference)
- func (mg *PublicIpLink) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *PublicIpLink) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type PublicIpLinkList
- type PublicIpLinkObservation
- type PublicIpLinkParameters
- type PublicIpLinkSpec
- type PublicIpLinkStatus
- type PublicIpLinkTagsObservation
- type PublicIpLinkTagsParameters
- type PublicIpList
- type PublicIpObservation
- type PublicIpParameters
- type PublicIpSpec
- type PublicIpStatus
- type TagsObservation
- type TagsParameters
Constants ¶
const ( CRDGroup = "publicip.upjet-provider-outscale.upbound.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( // CRDGroupVersion is the API Group Version used to register the objects CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
var ( PublicIp_Kind = "PublicIp" PublicIp_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: PublicIp_Kind}.String() PublicIp_KindAPIVersion = PublicIp_Kind + "." + CRDGroupVersion.String() PublicIp_GroupVersionKind = CRDGroupVersion.WithKind(PublicIp_Kind) )
Repository type metadata.
var ( PublicIpLink_Kind = "PublicIpLink" PublicIpLink_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: PublicIpLink_Kind}.String() PublicIpLink_KindAPIVersion = PublicIpLink_Kind + "." + CRDGroupVersion.String() PublicIpLink_GroupVersionKind = CRDGroupVersion.WithKind(PublicIpLink_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type PublicIp ¶
type PublicIp struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec PublicIpSpec `json:"spec"` Status PublicIpStatus `json:"status,omitempty"` }
PublicIp is the Schema for the PublicIps API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,upjet-provider-outscale}
func (*PublicIp) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PublicIp.
func (*PublicIp) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PublicIp) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*PublicIp) GetCondition ¶
func (mg *PublicIp) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this PublicIp.
func (*PublicIp) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this PublicIp
func (*PublicIp) GetDeletionPolicy ¶
func (mg *PublicIp) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this PublicIp.
func (*PublicIp) GetObservation ¶
GetObservation of this PublicIp
func (*PublicIp) GetParameters ¶
GetParameters of this PublicIp
func (*PublicIp) GetProviderConfigReference ¶
GetProviderConfigReference of this PublicIp.
func (*PublicIp) GetProviderReference ¶
GetProviderReference of this PublicIp. Deprecated: Use GetProviderConfigReference.
func (*PublicIp) GetPublishConnectionDetailsTo ¶
func (mg *PublicIp) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this PublicIp.
func (*PublicIp) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this PublicIp
func (*PublicIp) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*PublicIp) GetWriteConnectionSecretToReference ¶
func (mg *PublicIp) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this PublicIp.
func (*PublicIp) LateInitialize ¶
LateInitialize this PublicIp using its observed tfState. returns True if there are any spec changes for the resource.
func (*PublicIp) SetConditions ¶
SetConditions of this PublicIp.
func (*PublicIp) SetDeletionPolicy ¶
func (mg *PublicIp) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this PublicIp.
func (*PublicIp) SetObservation ¶
SetObservation for this PublicIp
func (*PublicIp) SetParameters ¶
SetParameters for this PublicIp
func (*PublicIp) SetProviderConfigReference ¶
SetProviderConfigReference of this PublicIp.
func (*PublicIp) SetProviderReference ¶
SetProviderReference of this PublicIp. Deprecated: Use SetProviderConfigReference.
func (*PublicIp) SetPublishConnectionDetailsTo ¶
func (mg *PublicIp) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this PublicIp.
func (*PublicIp) SetWriteConnectionSecretToReference ¶
func (mg *PublicIp) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this PublicIp.
type PublicIpLink ¶
type PublicIpLink struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec PublicIpLinkSpec `json:"spec"` Status PublicIpLinkStatus `json:"status,omitempty"` }
PublicIpLink is the Schema for the PublicIpLinks API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,upjet-provider-outscale}
func (*PublicIpLink) DeepCopy ¶
func (in *PublicIpLink) DeepCopy() *PublicIpLink
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PublicIpLink.
func (*PublicIpLink) DeepCopyInto ¶
func (in *PublicIpLink) DeepCopyInto(out *PublicIpLink)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PublicIpLink) DeepCopyObject ¶
func (in *PublicIpLink) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*PublicIpLink) GetCondition ¶
func (mg *PublicIpLink) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this PublicIpLink.
func (*PublicIpLink) GetConnectionDetailsMapping ¶
func (tr *PublicIpLink) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this PublicIpLink
func (*PublicIpLink) GetDeletionPolicy ¶
func (mg *PublicIpLink) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this PublicIpLink.
func (*PublicIpLink) GetID ¶
func (tr *PublicIpLink) GetID() string
GetID returns ID of underlying Terraform resource of this PublicIpLink
func (*PublicIpLink) GetObservation ¶
func (tr *PublicIpLink) GetObservation() (map[string]any, error)
GetObservation of this PublicIpLink
func (*PublicIpLink) GetParameters ¶
func (tr *PublicIpLink) GetParameters() (map[string]any, error)
GetParameters of this PublicIpLink
func (*PublicIpLink) GetProviderConfigReference ¶
func (mg *PublicIpLink) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this PublicIpLink.
func (*PublicIpLink) GetProviderReference ¶
func (mg *PublicIpLink) GetProviderReference() *xpv1.Reference
GetProviderReference of this PublicIpLink. Deprecated: Use GetProviderConfigReference.
func (*PublicIpLink) GetPublishConnectionDetailsTo ¶
func (mg *PublicIpLink) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this PublicIpLink.
func (*PublicIpLink) GetTerraformResourceType ¶
func (mg *PublicIpLink) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this PublicIpLink
func (*PublicIpLink) GetTerraformSchemaVersion ¶
func (tr *PublicIpLink) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*PublicIpLink) GetWriteConnectionSecretToReference ¶
func (mg *PublicIpLink) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this PublicIpLink.
func (*PublicIpLink) LateInitialize ¶
func (tr *PublicIpLink) LateInitialize(attrs []byte) (bool, error)
LateInitialize this PublicIpLink using its observed tfState. returns True if there are any spec changes for the resource.
func (*PublicIpLink) ResolveReferences ¶
ResolveReferences of this PublicIpLink.
func (*PublicIpLink) SetConditions ¶
func (mg *PublicIpLink) SetConditions(c ...xpv1.Condition)
SetConditions of this PublicIpLink.
func (*PublicIpLink) SetDeletionPolicy ¶
func (mg *PublicIpLink) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this PublicIpLink.
func (*PublicIpLink) SetObservation ¶
func (tr *PublicIpLink) SetObservation(obs map[string]any) error
SetObservation for this PublicIpLink
func (*PublicIpLink) SetParameters ¶
func (tr *PublicIpLink) SetParameters(params map[string]any) error
SetParameters for this PublicIpLink
func (*PublicIpLink) SetProviderConfigReference ¶
func (mg *PublicIpLink) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this PublicIpLink.
func (*PublicIpLink) SetProviderReference ¶
func (mg *PublicIpLink) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this PublicIpLink. Deprecated: Use SetProviderConfigReference.
func (*PublicIpLink) SetPublishConnectionDetailsTo ¶
func (mg *PublicIpLink) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this PublicIpLink.
func (*PublicIpLink) SetWriteConnectionSecretToReference ¶
func (mg *PublicIpLink) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this PublicIpLink.
type PublicIpLinkList ¶
type PublicIpLinkList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []PublicIpLink `json:"items"` }
PublicIpLinkList contains a list of PublicIpLinks
func (*PublicIpLinkList) DeepCopy ¶
func (in *PublicIpLinkList) DeepCopy() *PublicIpLinkList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PublicIpLinkList.
func (*PublicIpLinkList) DeepCopyInto ¶
func (in *PublicIpLinkList) DeepCopyInto(out *PublicIpLinkList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PublicIpLinkList) DeepCopyObject ¶
func (in *PublicIpLinkList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*PublicIpLinkList) GetItems ¶
func (l *PublicIpLinkList) GetItems() []resource.Managed
GetItems of this PublicIpLinkList.
type PublicIpLinkObservation ¶
type PublicIpLinkObservation struct { ID *string `json:"id,omitempty" tf:"id,omitempty"` LinkPublicIPID *string `json:"linkPublicIpId,omitempty" tf:"link_public_ip_id,omitempty"` NicAccountID *string `json:"nicAccountId,omitempty" tf:"nic_account_id,omitempty"` RequestID *string `json:"requestId,omitempty" tf:"request_id,omitempty"` Tags []PublicIpLinkTagsObservation `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*PublicIpLinkObservation) DeepCopy ¶
func (in *PublicIpLinkObservation) DeepCopy() *PublicIpLinkObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PublicIpLinkObservation.
func (*PublicIpLinkObservation) DeepCopyInto ¶
func (in *PublicIpLinkObservation) DeepCopyInto(out *PublicIpLinkObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PublicIpLinkParameters ¶
type PublicIpLinkParameters struct { // +kubebuilder:validation:Optional AllowRelink *bool `json:"allowRelink,omitempty" tf:"allow_relink,omitempty"` // +kubebuilder:validation:Optional NicID *string `json:"nicId,omitempty" tf:"nic_id,omitempty"` // +kubebuilder:validation:Optional PrivateIP *string `json:"privateIp,omitempty" tf:"private_ip,omitempty"` // +kubebuilder:validation:Optional PublicIP *string `json:"publicIp,omitempty" tf:"public_ip,omitempty"` // +crossplane:generate:reference:type=PublicIp // +kubebuilder:validation:Optional PublicIPID *string `json:"publicIpId,omitempty" tf:"public_ip_id,omitempty"` // Reference to a PublicIp to populate publicIpId. // +kubebuilder:validation:Optional PublicIPIDRef *v1.Reference `json:"publicIpIdRef,omitempty" tf:"-"` // Selector for a PublicIp to populate publicIpId. // +kubebuilder:validation:Optional PublicIPIDSelector *v1.Selector `json:"publicIpIdSelector,omitempty" tf:"-"` // +crossplane:generate:reference:type=github.com/outscale/upjet-provider-outscale/apis/vm/v1alpha1.Vm // +kubebuilder:validation:Optional VMID *string `json:"vmId,omitempty" tf:"vm_id,omitempty"` // Reference to a Vm in vm to populate vmId. // +kubebuilder:validation:Optional VMIDRef *v1.Reference `json:"vmIdRef,omitempty" tf:"-"` // Selector for a Vm in vm to populate vmId. // +kubebuilder:validation:Optional VMIDSelector *v1.Selector `json:"vmIdSelector,omitempty" tf:"-"` }
func (*PublicIpLinkParameters) DeepCopy ¶
func (in *PublicIpLinkParameters) DeepCopy() *PublicIpLinkParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PublicIpLinkParameters.
func (*PublicIpLinkParameters) DeepCopyInto ¶
func (in *PublicIpLinkParameters) DeepCopyInto(out *PublicIpLinkParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PublicIpLinkSpec ¶
type PublicIpLinkSpec struct { v1.ResourceSpec `json:",inline"` ForProvider PublicIpLinkParameters `json:"forProvider"` }
PublicIpLinkSpec defines the desired state of PublicIpLink
func (*PublicIpLinkSpec) DeepCopy ¶
func (in *PublicIpLinkSpec) DeepCopy() *PublicIpLinkSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PublicIpLinkSpec.
func (*PublicIpLinkSpec) DeepCopyInto ¶
func (in *PublicIpLinkSpec) DeepCopyInto(out *PublicIpLinkSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PublicIpLinkStatus ¶
type PublicIpLinkStatus struct { v1.ResourceStatus `json:",inline"` AtProvider PublicIpLinkObservation `json:"atProvider,omitempty"` }
PublicIpLinkStatus defines the observed state of PublicIpLink.
func (*PublicIpLinkStatus) DeepCopy ¶
func (in *PublicIpLinkStatus) DeepCopy() *PublicIpLinkStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PublicIpLinkStatus.
func (*PublicIpLinkStatus) DeepCopyInto ¶
func (in *PublicIpLinkStatus) DeepCopyInto(out *PublicIpLinkStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PublicIpLinkTagsObservation ¶
type PublicIpLinkTagsObservation struct { Key *string `json:"key,omitempty" tf:"key,omitempty"` Value *string `json:"value,omitempty" tf:"value,omitempty"` }
func (*PublicIpLinkTagsObservation) DeepCopy ¶
func (in *PublicIpLinkTagsObservation) DeepCopy() *PublicIpLinkTagsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PublicIpLinkTagsObservation.
func (*PublicIpLinkTagsObservation) DeepCopyInto ¶
func (in *PublicIpLinkTagsObservation) DeepCopyInto(out *PublicIpLinkTagsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PublicIpLinkTagsParameters ¶
type PublicIpLinkTagsParameters struct { }
func (*PublicIpLinkTagsParameters) DeepCopy ¶
func (in *PublicIpLinkTagsParameters) DeepCopy() *PublicIpLinkTagsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PublicIpLinkTagsParameters.
func (*PublicIpLinkTagsParameters) DeepCopyInto ¶
func (in *PublicIpLinkTagsParameters) DeepCopyInto(out *PublicIpLinkTagsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PublicIpList ¶
type PublicIpList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []PublicIp `json:"items"` }
PublicIpList contains a list of PublicIps
func (*PublicIpList) DeepCopy ¶
func (in *PublicIpList) DeepCopy() *PublicIpList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PublicIpList.
func (*PublicIpList) DeepCopyInto ¶
func (in *PublicIpList) DeepCopyInto(out *PublicIpList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PublicIpList) DeepCopyObject ¶
func (in *PublicIpList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*PublicIpList) GetItems ¶
func (l *PublicIpList) GetItems() []resource.Managed
GetItems of this PublicIpList.
type PublicIpObservation ¶
type PublicIpObservation struct { ID *string `json:"id,omitempty" tf:"id,omitempty"` LinkPublicIPID *string `json:"linkPublicIpId,omitempty" tf:"link_public_ip_id,omitempty"` NicAccountID *string `json:"nicAccountId,omitempty" tf:"nic_account_id,omitempty"` NicID *string `json:"nicId,omitempty" tf:"nic_id,omitempty"` PrivateIP *string `json:"privateIp,omitempty" tf:"private_ip,omitempty"` PublicIP *string `json:"publicIp,omitempty" tf:"public_ip,omitempty"` PublicIPID *string `json:"publicIpId,omitempty" tf:"public_ip_id,omitempty"` RequestID *string `json:"requestId,omitempty" tf:"request_id,omitempty"` VMID *string `json:"vmId,omitempty" tf:"vm_id,omitempty"` }
func (*PublicIpObservation) DeepCopy ¶
func (in *PublicIpObservation) DeepCopy() *PublicIpObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PublicIpObservation.
func (*PublicIpObservation) DeepCopyInto ¶
func (in *PublicIpObservation) DeepCopyInto(out *PublicIpObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PublicIpParameters ¶
type PublicIpParameters struct { // +kubebuilder:validation:Optional Tags []TagsParameters `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*PublicIpParameters) DeepCopy ¶
func (in *PublicIpParameters) DeepCopy() *PublicIpParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PublicIpParameters.
func (*PublicIpParameters) DeepCopyInto ¶
func (in *PublicIpParameters) DeepCopyInto(out *PublicIpParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PublicIpSpec ¶
type PublicIpSpec struct { v1.ResourceSpec `json:",inline"` ForProvider PublicIpParameters `json:"forProvider"` }
PublicIpSpec defines the desired state of PublicIp
func (*PublicIpSpec) DeepCopy ¶
func (in *PublicIpSpec) DeepCopy() *PublicIpSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PublicIpSpec.
func (*PublicIpSpec) DeepCopyInto ¶
func (in *PublicIpSpec) DeepCopyInto(out *PublicIpSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PublicIpStatus ¶
type PublicIpStatus struct { v1.ResourceStatus `json:",inline"` AtProvider PublicIpObservation `json:"atProvider,omitempty"` }
PublicIpStatus defines the observed state of PublicIp.
func (*PublicIpStatus) DeepCopy ¶
func (in *PublicIpStatus) DeepCopy() *PublicIpStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PublicIpStatus.
func (*PublicIpStatus) DeepCopyInto ¶
func (in *PublicIpStatus) DeepCopyInto(out *PublicIpStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TagsObservation ¶
type TagsObservation struct { }
func (*TagsObservation) DeepCopy ¶
func (in *TagsObservation) DeepCopy() *TagsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagsObservation.
func (*TagsObservation) DeepCopyInto ¶
func (in *TagsObservation) DeepCopyInto(out *TagsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TagsParameters ¶
type TagsParameters struct { // +kubebuilder:validation:Optional Key *string `json:"key,omitempty" tf:"key,omitempty"` // +kubebuilder:validation:Optional Value *string `json:"value,omitempty" tf:"value,omitempty"` }
func (*TagsParameters) DeepCopy ¶
func (in *TagsParameters) DeepCopy() *TagsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagsParameters.
func (*TagsParameters) DeepCopyInto ¶
func (in *TagsParameters) DeepCopyInto(out *TagsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.